mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-02-23 06:43:57 +01:00
TODO + fixed containers folder path
This commit is contained in:
parent
f7621c2bad
commit
221dd9d481
27
README.md
27
README.md
|
@ -1,18 +1,27 @@
|
||||||
# my nix homelab config
|
# my nix homelab config
|
||||||
|
|
||||||
**THIS CONFIG IS STILL EXPERIMENTAL !! IT MIGHT WONT WORK OR JUST BREAK YOUR CURRENT INSTALL**
|
**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 :
|
The goal of this config is to include :
|
||||||
|
|
||||||
- -arr suite
|
- [x] -arr suite
|
||||||
- Authentik
|
- [x] Authentik
|
||||||
- slskd
|
- [x] slskd
|
||||||
- a cloud solution, to backup family files
|
- [ ] a cloud solution, to backup family files
|
||||||
- crafty controller
|
- [x] crafty controller\*
|
||||||
- a matrix server
|
- [ ] a matrix server
|
||||||
- tt-rss
|
- [x] tt-rss / freshrss\*
|
||||||
- tailscale
|
- [ ] 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
|
## Installation
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ in
|
||||||
./features/authentik.nix
|
./features/authentik.nix
|
||||||
./features/caddy.nix
|
./features/caddy.nix
|
||||||
./features/calibre-web.nix
|
./features/calibre-web.nix
|
||||||
./features/containers.nix
|
./features/containers/default.nix
|
||||||
# ./features/freshrss.nix using the docker container instead
|
# ./features/freshrss.nix using the docker container instead
|
||||||
./features/grafana.nix
|
./features/grafana.nix
|
||||||
./features/homelab-dashboard.nix
|
./features/homelab-dashboard.nix
|
||||||
|
|
Loading…
Reference in a new issue