Admin is not configured
The admin panel is disabled because one or more required environment variables are missing.
Set the following on the server and restart:
AUTH_USERS_URLโ GET endpoint returning[{ "id", "name" }]AUTH_LOGIN_URLโ POST endpoint accepting{ id, password_md5 }ADMIN_COOKIE_SECRETโ generate withopenssl rand -hex 32
The public site is working. Set the env vars above to enable the admin panel.