mirror of
https://github.com/mr-vercetti/homeserver.git
synced 2025-12-16 04:55:41 +01:00
Separate stacks, add ghostfolio, listmonk and qbittorrentvpn
This commit is contained in:
10
README.md
10
README.md
@@ -3,7 +3,7 @@
|
||||
|
||||
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
|
||||
## Core services
|
||||
All services are deployed using Docker compose and are run as a non-root user.
|
||||
|
||||
### Maintenance
|
||||
@@ -20,7 +20,9 @@ All services are deployed using Docker compose and are run as a non-root user.
|
||||
* [Radarr](https://github.com/linuxserver/docker-radarr) - movie collection manager
|
||||
* [Sonarr](https://github.com/linuxserver/docker-sonarr) - TV show collection manager
|
||||
* [Bazarr](https://github.com/linuxserver/docker-bazarr) - subtitle manager
|
||||
* [qBittorrent](https://github.com/linuxserver/docker-qbittorrent) - torrent client
|
||||
* [qbittorrentvpn](https://github.com/binhex/arch-qbittorrentvpn) - qbittorrent with VPN and
|
||||
Privoxy + [VueTorrent](https://github.com/VueTorrent/VueTorrent) - cute WebUI
|
||||
for qBittorrent
|
||||
* [YoutubeDL](https://github.com/Tzahi12345/YoutubeDL-Material) - Youtube media downloader
|
||||
* [Prowlarr](https://github.com/Prowlarr/Prowlarr) - indexer
|
||||
* [Lidarr](https://github.com/Lidarr/Lidarr) - music library manager
|
||||
@@ -31,6 +33,7 @@ All services are deployed using Docker compose and are run as a non-root user.
|
||||
* [Redis](https://github.com/docker-library/redis) - cache service
|
||||
* [MariaDB](https://github.com/linuxserver/docker-mariadb) - database
|
||||
* [Collabora](https://github.com/CollaboraOnline/online) - office suite
|
||||
* [Ghostfolio](https://github.com/ghostfolio/ghostfolio) - wealth mgmt app
|
||||
|
||||
### Software development
|
||||
* [Gitea](https://github.com/go-gitea/gitea) - git web service
|
||||
@@ -41,8 +44,7 @@ All services are deployed using Docker compose and are run as a non-root user.
|
||||
* [Wireguard](https://github.com/linuxserver/docker-wireguard) - VPN server
|
||||
* [Homer](https://github.com/bastienwirtz/homer) - simple dashboard to keep services on hand
|
||||
* [mr.vercetti.cc](https://git.vercetti.cc/mr-vercetti/mr.vercetti.cc) - my personal blog
|
||||
* [static-file-server](https://github.com/halverneus/static-file-server) - static file server
|
||||
* [gluetun](https://github.com/qdm12/gluetun) - vpn client
|
||||
* [listmonk](https://github.com/knadh/listmonk) - mail sending/newsletter service
|
||||
|
||||
## Storage solution
|
||||
I went with [MergerFS](https://github.com/trapexit/mergerfs) and [SnapRAID](https://github.com/amadvance/snapraid), which allows me a great deal of flexibility and still keeps my data safe. Array is synchronized and scrubbed automatically via [snapraid-runner](https://github.com/Chronial/snapraid-runner) running from crontab.
|
||||
|
||||
Reference in New Issue
Block a user