Working nassella deployment.

This commit is contained in:
2026-04-08 19:54:32 -07:00
parent 265a682b52
commit dcd1df754a
21 changed files with 835 additions and 88 deletions

View File

@@ -27,12 +27,19 @@ for config_string in ${APP_CONFIGS[@]}; do
IFS=','
read -r -a config <<< "$config_string"
app=${config[0]}
subdomain=${config[1]}
echo -n "$separator"
echo -n "\"$subdomain\""
separator=', '
# see note about lldap in make-caddyfile.sh
if [ "$app" = "nassella" ]; then
echo -n "$separator"
echo -n "\"lldap.$subdomain\""
fi
done
echo "]"