From 221dd9d481d062da93bcb1f9e71e0f7c578e8084 Mon Sep 17 00:00:00 2001 From: harry Date: Thu, 18 Jul 2024 17:17:39 +0200 Subject: [PATCH] TODO + fixed containers folder path --- README.md | 27 ++++++++++++++++++--------- server-configuration.nix | 2 +- 2 files changed, 19 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c1912b5..7fc30bc 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,27 @@ # my nix homelab config **THIS CONFIG IS STILL EXPERIMENTAL !! IT MIGHT WONT WORK OR JUST BREAK YOUR CURRENT INSTALL** -Hosted on a Proxmox VM (8Gb RAM + 300Gb storage). It is not using the flake.nix because i don't see the use for it, as much than home-manager... +Hosted on a Proxmox VM (9Go RAM + 300Gb storage). It is not using the flake.nix because i don't see the use for it, as much than home-manager... The goal of this config is to include : -- -arr suite -- Authentik -- slskd -- a cloud solution, to backup family files -- crafty controller -- a matrix server -- tt-rss -- tailscale +- [x] -arr suite +- [x] Authentik +- [x] slskd +- [ ] a cloud solution, to backup family files +- [x] crafty controller\* +- [ ] a matrix server +- [x] tt-rss / freshrss\* +- [ ] tailscale + +\*Not using the "Nix" way (i prefer using Docker atm, i currently lack time) + +# TODO + +- [ ] fix homepage-dashboard secrets +- [ ] use Docker for Sonarr, seems to be a cleaner approach for double instances +- [ ] move crafty-controller to a nix build +- [ ] figure out how to use secrets with freshrss ## Installation diff --git a/server-configuration.nix b/server-configuration.nix index 4d4fc85..f122160 100644 --- a/server-configuration.nix +++ b/server-configuration.nix @@ -15,7 +15,7 @@ in ./features/authentik.nix ./features/caddy.nix ./features/calibre-web.nix - ./features/containers.nix + ./features/containers/default.nix # ./features/freshrss.nix using the docker container instead ./features/grafana.nix ./features/homelab-dashboard.nix