extended project by management webserver for file sharing

This commit is contained in:
Ludwig Lehnert
2026-01-12 16:44:56 +01:00
parent c9662dcdc2
commit 175c586465
7 changed files with 774 additions and 4 deletions

View File

@@ -6,6 +6,8 @@ mkdir -p ./traefik
touch traefik/acme.json
chmod 600 traefik/acme.json
mkdir -p ./data
if [ ! -f .logins ]; then
cp .logins.example .logins
fi