commit a66d2d09c9dde9c4d50ae30fd039c2725866e50a
parent d883b67e859f1154b1e15ee3212b22233a306852
Author: decentral1se <decentral1se@web>
Date: Mon, 25 May 2026 12:06:10 +0200
docs: ikiwiki db location
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/eik.mdwn b/eik.mdwn
@@ -23,6 +23,8 @@ The configuration lives in `/etc/ikiwiki/permacomputing.setup`. If you make chan
The htpasswd lives in the same directory.
+The database and other important state files like in the `srcdir`: `/var/www/permacomputing.net-src/.ikiwiki/`.
+
### single sign-on with rauthy
We leverage the ikiwiki [httpauth](https://ikiwiki.info/plugins/httpauth/) plugin and the [`preferred_username`](https://github.com/sebadob/rauthy/releases/tag/v0.35.2) header functionality of Rauthy. Users are redirected to log into their Rauthy managed account and then via [forward authentication](https://sebadob.github.io/rauthy/work/forward_auth.html) we pass the required headers to `httpauth` and it's done.