Skip to content

Commit a12a78c

Browse files
committed
minor markdown formatting fixes
1 parent bab822e commit a12a78c

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

docs/infrastructure/access_System.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The keycode access system runs in parallel with the fob access system.
66
### Hardware
77

88
It consists of:
9+
910
- A keypad outside
1011
- A pi Inside
1112
- A relay board inside
@@ -26,4 +27,4 @@ Common numbers like `12345678` etc have already been blacklisted so can't accien
2627
The current system has been in service for many years now and has proven mostly reliable.
2728
However, it requires a Pi 1, due to a custom had that was made for it.
2829

29-
It's therefore a candidate for modernising using a Pi 4.
30+
It's therefore a candidate for modernising using a Pi 4.

docs/infrastructure/nginx.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ First create the network:
127127

128128
Then create the reverse proxy with the `nginx`, `nginx-gen` and `nginx-letsencrypt` containers from the `docker-compose.yml` file:
129129

130-
`$ cd /srv/www/nginx-proxy/`
130+
`$ cd /srv/www/nginx-proxy/`
131131
`$ docker-compose up -d`
132132

133133
Now the reverse-proxy is running.
@@ -177,7 +177,7 @@ networks:
177177

178178
**Now lets start the website with:**
179179

180-
`$ cd /srv/www/your-website.tld`
180+
`$ cd /srv/www/your-website.tld`
181181
`$ docker-compose up -d`
182182

183183
**The website is automatically detected by the reverse proxy, has a HTTPS certificate and is visible at https://your-website.tld .**

docs/infrastructure/overview.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ZeroCool
22

3-
### Overview
3+
### Overview
44
ZeroCool is the external server hosted at Hetzner and houses the majority of the tech infrastructure for the hackspace including
55

66
1. Main Website - https://www.hacman.org.uk
@@ -10,7 +10,7 @@ ZeroCool is the external server hosted at Hetzner and houses the majority of the
1010

1111
Setup by Rossy in November 2018 this contains the heart of our infrastructure
1212

13-
### Reverse Proxy
13+
### Reverse Proxy
1414

1515
The server is setup with a reverse proxy that uses automatic configuration to set the forwarding of the sub domain to the correct docker instance rathr than manually needing configured. This is based on the following docker file https://github.com/nginx-proxy/nginx-proxy.git and the setup process is detailed [here](https://docs.hacman.org.uk/infrastructure/nginx)
1616

@@ -136,7 +136,7 @@ Buddy.works is used to run the member system billing script that requires to be
136136

137137
Standard Discourse install operates on a seperate ip to the rest of the server
138138

139-
### SMTP Server
139+
### SMTP Server
140140

141141
Until recently this was hosted with mailgun for free however due to the introduction of charges for that it we now currently use a mixture of Amazon Simple Email Service and smtp2go and is used for sending transactional email from each of the systems above
142142

@@ -148,14 +148,13 @@ The Zerocool server is resticted to ssh access for security and GDPR reasons thi
148148

149149
We use uptimerobot to monitor each server application including the space internet itself, the systems can be checked using the status page at https://status.hacman.org.uk
150150

151-
### DNS Managmeent
151+
### DNS Managmeent
152152

153-
All DNS management is done via cloudflare
153+
All DNS management is done via Cloudflare
154154

155155
### Backups
156156

157-
The Database server is backup on a daily basis using sqlbak to a dedicated google drive
158-
Backups are stored for 30 days
157+
The Database server is backup on a daily basis using sqlbak to a dedicated Google Drive.
158+
Backups are stored for 30 days.
159159

160160
Daily File Backups are done and stored on google drive, these are kept for 2 days (space limitations)
161-

0 commit comments

Comments
 (0)