Files
logbuch/.env.example
T
Matthias Giesselmann b90ff252d1 Add Logbuch: project update blog with admin, media and API
Public archive with sidebar navigation, project pages, month archive,
search and entry pages with image blocks. Admin area for brands,
projects, post types, users, api clients, media and the entry editor
with drag and drop images, preview per audience, scheduling and
publish checks. Read and write API with bearer tokens, audience
scoping, idempotent creation, OpenAPI document and editorial guide.
Magic link login with configurable allowed domains, whole app behind
the session gate. 456 tests including design rule checks.
2026-07-31 21:33:42 +02:00

12 lines
358 B
Bash

DATABASE_URL=postgres://logbuch:logbuch@localhost:5442/logbuch
DATABASE_URL_TEST=postgres://logbuch:logbuch@localhost:5442/logbuch_test
BETTER_AUTH_URL=http://localhost:4700
BETTER_AUTH_SECRET=
ADMIN_EMAIL=
ADMIN_PASSWORD=
STORAGE_DIR=./storage
CRON_SECRET=
LOGIN_ALLOWED_DOMAINS=nyo.de,pocketrocket.de,pocket-rocket.io
SMTP_URL=
MAIL_FROM=logbuch@localhost