Remove decisions/ section; absorb language note into index

This commit is contained in:
brutsalvadi
2026-05-08 10:11:53 +02:00
parent 7d70cf6ea5
commit 05a4d94459
4 changed files with 1 additions and 76 deletions
+1
View File
@@ -7,6 +7,7 @@ BincioWiki is a private, invite-only wiki for the Bincio group of friends. It is
- **Shared identity.** Authentication is shared with `bincio_activity` via a single SQLite database. One account, two apps, one session cookie.
- **Client-side auth enforcement.** The HTML is publicly served by nginx; JavaScript redirects unauthenticated users to `/login/`. This is an intentional tradeoff — the content is community memories, not financial data, and the goal is keeping crawlers and casual visitors out, not resisting determined attackers.
- **Self-hosted on a cheap VPS.** Everything runs on a single Hetzner Debian 12 VPS.
- **Italian by default.** Content is written in Italian. Mixed-language pages are tolerated; there is no i18n routing.
## Repository structure