added nextcloud, not working.

This commit is contained in:
Elias Gasparis 2025-05-12 15:27:11 +08:00
parent 6748c4050a
commit bc78646407
4 changed files with 13 additions and 9 deletions

View file

@ -3,9 +3,10 @@
My test system.
## Goals
- Learn Nix.
- Attempt to make homelab, a la [Yunohost](https://yunohost.org/)[^1]...but declarative, reproducable
- Learn NixOS.
- Attempt to make basic media homelab, a la [Yunohost](https://yunohost.org/)[^1]...but declarative, reproducable
- Try to avoid Docker
- No flakes
## Tasks
- [X] ZFS for root file system
@ -13,9 +14,9 @@ My test system.
- [X] VPS Caddy reverse proxy --> NixOS machine
- [X] Setup Jellyfin
- [X] Setup calibre-web
- [ ] Setup Transmission
- [X] Setup Transmission
- [ ] Setup Nextcloud
- [ ] Setup systemwide auth system - LDAP? OAuth?
- [ ] Setup systemwide auth system - LDAP? OAuth? OR don't do this
## System Information
```
@ -41,4 +42,4 @@ My test system.
▝▀▀▀ ▀▀▀▀▘ ▀▀▀▘
```
[^1]: No shade on Yunohost. It's a great project and got me into self-hosting. I just want to see if I can spread my wings and fly. Setting up a new Debian server from scratch is kinda annoying. I'd rather not do that again.
[^1]: No shade on [Yunohost](https://yunohost.org/). It's a great project and got me into self-hosting. I just want to see if I can spread my wings and fly. Setting up a new Debian server from scratch is kinda annoying. I'd rather not do that again.