Authelia config updates and Nextcloud build clean up. added run all updates script

This commit is contained in:
git
2026-06-01 08:41:23 +10:00
parent f303ddd6a7
commit e455438325
10 changed files with 496 additions and 58 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/env bash
cd ~/docker
./services-up.sh --profile all pull
./services-up.sh --profile all up -d --build
cd ~/raspi
./services-up.sh --profile all pull
./services-up.sh --profile all up -d --build