decidim: mirror koopa-decidim setup (9027, docs for /sm showcase)

This commit is contained in:
Hernâni Marques 2026-08-24 08:47:22 +02:00
parent d519fb3c80
commit 9ae0dfa429
No known key found for this signature in database
21 changed files with 998 additions and 2 deletions

23
configs/decidim/README.md Normal file
View file

@ -0,0 +1,23 @@
# Decidim — decidim.hacktivism.ch
| Item | Value |
|------|--------|
| Live | `/home/hernani/koopa-decidim/` |
| Compose | `compose.yml` (mirror, no secrets) |
| Port | **9027** → Caddy |
| Site | https://decidim.hacktivism.ch/ |
| Image | `decidim/decidim:0.30.8` + postgres 16 + redis 7 + sidekiq |
Secrets: host `~/koopa-decidim/{.env,users.env}` (mode 600). Not in this repo.
Theme: `theme/hacktivism.css` + `theme/hacktivism.rb` (same exchange-dark palette as Bonfire/Castopod). Analog stack: `configs/castopod/`.
```bash
cd ~/koopa-decidim && set -a && source .env && set +a && podman-compose up -d
~/koopa-decidim/bin/install-systemd.sh
~/koopa-decidim/bin/apply-branding.sh
```
Caddy: `sudo /home/hernani/koopa-caddy/apply.sh` (vhost `decidim.hacktivism.ch``127.0.0.1:9027`).
This tree documents **this** instance only. Secrets stay in `koopa-admin-secrets` / host `~/koopa-decidim/{.env,users.env}`.