From b39a92eae318a478ffca60762f6371de0a088929 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Wed, 16 May 2018 07:32:28 +0000 Subject: [PATCH] Add server info --- info/Server.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 info/Server.md diff --git a/info/Server.md b/info/Server.md new file mode 100644 index 0000000..dcf6d20 --- /dev/null +++ b/info/Server.md @@ -0,0 +1,28 @@ +# Server info / specs + +## Hardware + +Weeaboo.space runs on the host [Jibril](https://jibril.quad.moe/), which is a VM from [Hetzner](http://hetzner.cloud/) with the model name "CX11" and the following specs: + +- 1 CPU core (Intel Skylake) +- 2GB RAM +- 20GB NVMe SSD +- 20TB Transfer + +It is located in Helsinki, Finland. (Hetzner's "hel1-dc2") + +## Software + +Jibril runs FreeBSD 11.1 and currently hosts the weeaboo.space pleroma instance exclusively. + +Pleroma runs with an unprivileged user (no sudo access) and cannot see processes initiated by other users in applications such as `htop`. Pleroma is configured to be reachable over both IPv4 and IPv6, while pf prevents externals from accessing Pleroma without passing through nginx. + +Monitoring of the server is handled by [nixstats](https://nixstats.com/) + +## Backups + +Backups are run to a server that is located both on a different site and on a different host. Hetzner's backup service is also enabled as a failover. + +The database is backed up every hour, while the pleroma folder containing all data and uploads gets backed up once every two hours. Hetzner's full VM backups are performed between 04:00 and 08:00 every night (GMT+2. While Jibril is in Finland, Hetzner is a German company. Hetzner does not currently seem to differentiate between the two timezones as far as I can tell) + +Recovery will likely be performed from one of Hetzner's backups if it is recent enough. Alternatively the pleroma folder and a database dump will be pulled from my off-site backup server. \ No newline at end of file