378 B
378 B
indiekit-blog
Admin login
- The IndieKit admin is expected to run behind
/admin. - Set
INDIEKIT_ADMIN_URLto the public admin base URL, including trailing slash (example:https://blog.giersig.eu/admin/). - Login uses
PASSWORD_SECRET(bcrypt hash), notINDIEKIT_PASSWORD. - If no
PASSWORD_SECRETexists yet, open/admin/auth/new-passwordonce to generate it.