Files
wiki/wiki_data/header_links.json
richter c5b17dbc8d Initial commit: content-free bilingual wiki engine
Self-contained Go application, no database server. Pages, users and
configuration live as JSON/HTML files under wiki_data/, which ships with
placeholder start and imprint pages only — everything institution-specific
is configured at runtime via /settings.

Features: bilingual pages (DE/EN) up to four levels deep with sidebar
navigation and full-text search, a WYSIWYG editor with per-page uploads,
per-page access control (external/internal) and drafts, version history
with restore, local or LDAP login with locally managed roles, bcrypt
password hashing, CSRF protection and login rate limiting, and TLS with
hot certificate reload.

The editor (Quill) and the webfonts are vendored under static/vendor/, so
the application makes no third-party requests at runtime.
2026-07-28 19:40:13 +02:00

7 lines
67 B
JSON

[
{
"type": "link",
"label": "Home",
"url": "/"
}
]