Homeserver config based on docker-compose, SnapRAID and MergerFS.
Go to file
2022-03-27 20:06:51 +02:00
docker Fix file extension 2022-03-14 20:51:38 +01:00
snapraid Rename snapraid config files as they are only examples 2022-02-11 21:05:52 +00:00
.gitignore Initial commit 2022-02-03 19:21:52 +00:00
LICENSE Add license 2022-03-27 20:06:51 +02:00
README.md Update readme with general info 2022-03-03 21:53:25 +01:00

mr-vercetti/homeserver

This is my home server project that I started because I value the privacy of my data, I don't like paying subscriptions and because self-hosting is really fucking cool.

Services

All services are deployed using Docker compose and are run as a non-root user.

Maintenance

  • ddclient - DDNS
  • SWAG - reverse proxy with SSL certbot and fail2ban
  • watchtower - notifications about docker image updates

Media

Personal cloud

Other

Storage solution

I went with MergerFS and SnapRAID, which allows me a great deal of flexibility and still keeps my data safe. Array is synchronized and scrubbed automatically via snapraid-runner running from crontab.

Setup

To be completed.