Hopefully fix some bugs.

This commit is contained in:
Greyson Parrelli
2026-08-06 15:55:56 -04:00
parent 8ce2919627
commit 0f43f6c1f2
8 changed files with 159 additions and 42 deletions
+7 -2
View File
@@ -94,10 +94,15 @@ cmd-google-auth-report() {
dokku_log_verbose "Denied emails: $(fn-ga-global-get-list denied-emails | paste -sd' ' -) (applies to every app)"
dokku_log_verbose "Session TTL: $(fn-ga-global-get session-ttl 24h)"
dokku_log_verbose "Service port: 127.0.0.1:$(fn-ga-global-get port "$GOOGLE_AUTH_DEFAULT_PORT")"
if fn-ga-service-running; then
if ! fn-ga-service-running; then
dokku_log_verbose "Service: not running"
elif fn-ga-service-reads-app-lists; then
dokku_log_verbose "Service: running"
else
dokku_log_verbose "Service: not running"
# Worth calling out: every per-app list below is being ignored, and the
# apps that have one are falling back to the broader global list.
dokku_log_verbose "Service: running, but IGNORING all per-app lists"
dokku_log_verbose " (started without the per-app config; fix with: dokku google-auth:restart)"
fi
local app