RustyCMS: file-based headless CMS — API, Admin UI (content, types, assets), Docker/Caddy, image transform; only demo type and demo content in version control

Made-with: Cursor
This commit is contained in:
Peter Meier
2026-03-12 14:21:49 +01:00
parent aad93d145f
commit 7795a238e1
278 changed files with 15551 additions and 4072 deletions

13
.env.docker.local Normal file
View File

@@ -0,0 +1,13 @@
# Lokale Entwicklung kein TLS, keine echten Domains
RUSTYCMS_API_DOMAIN=localhost
RUSTYCMS_ADMIN_DOMAIN=localhost
# API Key (lokal kann auch ein einfacher Wert reichen)
RUSTYCMS_API_KEY=local-dev-key
# Sprachen
RUSTYCMS_LOCALES=de,en
# Content und Schemas vom lokalen Repo
RUSTYCMS_CONTENT_DIR=./content
RUSTYCMS_TYPES_DIR=./types