diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..6161ecc --- /dev/null +++ b/.env.example @@ -0,0 +1 @@ +WIREGUARD_PRIVATE_KEY=your_key_here \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..594cb7e --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# Z420 media stack + +Media services running on z420 + +## services + +- gluetun +- jellyfn +- qbittorrent +- bazarr +- radarr +- sonarr + +## setup + +1. Make .env file and fill with private keys +2. Deploy with 'docker compose up -d' + +## data + +All data is stored in /var/lib/z420 \ No newline at end of file