From e7ea64b4501d2294faf299d4659c5d221bd62ce4 Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Tue, 16 May 2023 16:42:43 +0200 Subject: [PATCH] Add Galene config --- src/Galene/README.md | 3 +++ src/Galene/data/config.json | 6 ++++++ src/Galene/groups/main.json | 6 ++++++ 3 files changed, 15 insertions(+) create mode 100644 src/Galene/README.md create mode 100644 src/Galene/data/config.json create mode 100644 src/Galene/groups/main.json diff --git a/src/Galene/README.md b/src/Galene/README.md new file mode 100644 index 0000000..9e3cc47 --- /dev/null +++ b/src/Galene/README.md @@ -0,0 +1,3 @@ +# Galene +Install to `/var/lib/galene/`. +Fill in passwords generated with `galene-password-generator`. diff --git a/src/Galene/data/config.json b/src/Galene/data/config.json new file mode 100644 index 0000000..1ceb866 --- /dev/null +++ b/src/Galene/data/config.json @@ -0,0 +1,6 @@ +{ + "canonicalHost": "galene.edgarpierre.fr", + "admin": [ + $$$ + ] +} diff --git a/src/Galene/groups/main.json b/src/Galene/groups/main.json new file mode 100644 index 0000000..1ceb866 --- /dev/null +++ b/src/Galene/groups/main.json @@ -0,0 +1,6 @@ +{ + "canonicalHost": "galene.edgarpierre.fr", + "admin": [ + $$$ + ] +}