867024d5f811376e7f7d579264f9c6a19cb7dcfa
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.
MongoDB
- Preferred: set a full
MONGO_URL(example:mongodb://user:pass@host:27017/indiekit?authSource=admin). - If
MONGO_URLis not set, config builds the URL fromMONGO_USERNAME,MONGO_PASSWORD,MONGO_HOST,MONGO_PORT,MONGO_DATABASE,MONGO_AUTH_SOURCE. - For
MongoServerError: Authentication failed, first verifyMONGO_PASSWORD, then tryMONGO_AUTH_SOURCE=admin.
Description
Languages
JavaScript
98.3%
Shell
1.7%