Files
indiekit-server/README.md
2026-03-07 18:44:41 +01:00

378 B

indiekit-blog

Admin login

  • The IndieKit admin is expected to run behind /admin.
  • Set INDIEKIT_ADMIN_URL to the public admin base URL, including trailing slash (example: https://blog.giersig.eu/admin/).
  • Login uses PASSWORD_SECRET (bcrypt hash), not INDIEKIT_PASSWORD.
  • If no PASSWORD_SECRET exists yet, open /admin/auth/new-password once to generate it.