wire stalwart .env into generate-env and setup docs

This commit is contained in:
2026-04-25 23:58:38 +00:00
parent 914a6fda23
commit 087a9c055e
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -63,6 +63,7 @@ generate_env_files() {
cp --update=none ./immich/.env.example ./immich/.env
cp --update=none ./uptime_kuma/.env.example ./uptime_kuma/.env
cp --update=none ./croc/.env.example ./croc/.env
cp --update=none ./stalwart/.env.example ./stalwart/.env
cp --update=none ./caddy/Caddyfile.private.example ./caddy/Caddyfile.private
print_success ".env files generated."
}