Compare commits
2 commits
7406e03dc6
...
e7ea64b450
Author | SHA1 | Date | |
---|---|---|---|
e7ea64b450 | |||
ea2da0e2ec |
4 changed files with 18 additions and 3 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": [
|
||||
$$$
|
||||
]
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env fish
|
||||
sudo install -m a=r,u=rw -D nginx.conf /etc/nginx/
|
||||
sudo install -m a=r,u=rw -D conf/* /etc/nginx/conf/
|
||||
sudo install -m a=r,u=rw -D sites/* /etc/nginx/sites-enabled/
|
||||
sudo install -m a=r,u=rw -D -t /etc/nginx/ nginx.conf
|
||||
sudo install -m a=r,u=rw -D -t /etc/nginx/conf/ conf/*
|
||||
sudo install -m a=r,u=rw -D -t /etc/nginx/sites-enabled/ sites/*
|
||||
|
|
Loading…
Reference in a new issue