commit dacac241bde19537fc5e921ca7a340145e87e8cc
parent 884d24c917eac39fea7dc255449f45c1f1a1b18d
Author: Leah Thein <leah@toaster.fritz.box>
Date: Wed, 2 Dec 2020 17:11:15 +0100
parent 884d24c917eac39fea7dc255449f45c1f1a1b18d
Author: Leah Thein <leah@toaster.fritz.box>
Date: Wed, 2 Dec 2020 17:11:15 +0100
add a readme
1 file changed, 27 insertions(+), 0 deletions(-)
diff --git a/readme.md b/readme.md @@ -0,0 +1,26 @@ +# My ansible files +These are my ansible files that i use to deploy my two servers. +i'm using alpine linux on all my servers. + +one of them (called wanderduene) runs the following services: +- acme-redirect (handles acme-cert stuff with lets-encrypt and redirects everything else to https) +- bind (dns server - it serves dns zones for all my domains, master) +- nginx (webserver - terminates all https stuff for other services and serves static content) +- maddy (my mailserver - using it actively for all my mail business) +- pleroma (a mastodon compatible ActivityPub server - using it for all my social-media needs) +- synapse (a homeserver for the matrix protocol - using it to communicate with others) +- gitolite & cgit (for providing git hosting via ssh and a webinterface) +- prometheus & grafana (for some basic monitoring) +- radicale (cal- & card-dav server - using it to sync contacts and calendar across my devices) +- oeffisearch (web based journey planner for Germany and partly Europe) +- frps (a reverseproxy for services benhind nat - using it to make my machines at home accessible online) + + +And the other one (called taurus): +- acme-redirect (handles acme-cert stuff with lets-encrypt and redirects everything else to https) +- bind (dns server - it serves dns zones for all my domains, slave) +- nginx (webserver - terminates all https stuff for other services and serves static content) +- syncthing (decentralized peer-to-peer file sync - using it to sync files across all my devices, on this server as a online backup) +- rest-server (http-server for restic's protocol - using it to sync my restic backups to this server) + +this file might be out of date, i don't plan to update it regularly+ \ No newline at end of file