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
@@ -48,6 +48,7 @@ Edit the generated `.env` files to fill in the required fields:
- `./immich/.env`
- `./uptime_kuma/.env`
- `./croc/.env`
- `./stalwart/.env`
- `./caddy/.env`
- `./caddy/Caddyfile.private`
+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."
}