You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/infrastructure/overview.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# ZeroCool
2
2
3
-
### Overview
3
+
### Overview
4
4
ZeroCool is the external server hosted at Hetzner and houses the majority of the tech infrastructure for the hackspace including
5
5
6
6
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
10
10
11
11
Setup by Rossy in November 2018 this contains the heart of our infrastructure
12
12
13
-
### Reverse Proxy
13
+
### Reverse Proxy
14
14
15
15
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)
16
16
@@ -136,7 +136,7 @@ Buddy.works is used to run the member system billing script that requires to be
136
136
137
137
Standard Discourse install operates on a seperate ip to the rest of the server
138
138
139
-
### SMTP Server
139
+
### SMTP Server
140
140
141
141
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
142
142
@@ -148,14 +148,13 @@ The Zerocool server is resticted to ssh access for security and GDPR reasons thi
148
148
149
149
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
150
150
151
-
### DNS Managmeent
151
+
### DNS Managmeent
152
152
153
-
All DNS management is done via cloudflare
153
+
All DNS management is done via Cloudflare
154
154
155
155
### Backups
156
156
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.
159
159
160
160
Daily File Backups are done and stored on google drive, these are kept for 2 days (space limitations)
0 commit comments