Add Galene config
This commit is contained in:
parent
ea2da0e2ec
commit
e7ea64b450
3 changed files with 15 additions and 0 deletions
3
src/Galene/README.md
Normal file
3
src/Galene/README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Galene
|
||||
Install to `/var/lib/galene/`.
|
||||
Fill in passwords generated with `galene-password-generator`.
|
6
src/Galene/data/config.json
Normal file
6
src/Galene/data/config.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"canonicalHost": "galene.edgarpierre.fr",
|
||||
"admin": [
|
||||
$$$
|
||||
]
|
||||
}
|
6
src/Galene/groups/main.json
Normal file
6
src/Galene/groups/main.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"canonicalHost": "galene.edgarpierre.fr",
|
||||
"admin": [
|
||||
$$$
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue