Compare commits
No commits in common. "e7ea64b4501d2294faf299d4659c5d221bd62ce4" and "7406e03dc61581898091a8c6492f078e5fc66f50" have entirely different histories.
e7ea64b450
...
7406e03dc6
4 changed files with 3 additions and 18 deletions
|
@ -1,3 +0,0 @@
|
||||||
# Galene
|
|
||||||
Install to `/var/lib/galene/`.
|
|
||||||
Fill in passwords generated with `galene-password-generator`.
|
|
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"canonicalHost": "galene.edgarpierre.fr",
|
|
||||||
"admin": [
|
|
||||||
$$$
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"canonicalHost": "galene.edgarpierre.fr",
|
|
||||||
"admin": [
|
|
||||||
$$$
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env fish
|
#!/usr/bin/env fish
|
||||||
sudo install -m a=r,u=rw -D -t /etc/nginx/ nginx.conf
|
sudo install -m a=r,u=rw -D nginx.conf /etc/nginx/
|
||||||
sudo install -m a=r,u=rw -D -t /etc/nginx/conf/ conf/*
|
sudo install -m a=r,u=rw -D conf/* /etc/nginx/conf/
|
||||||
sudo install -m a=r,u=rw -D -t /etc/nginx/sites-enabled/ sites/*
|
sudo install -m a=r,u=rw -D sites/* /etc/nginx/sites-enabled/
|
||||||
|
|
Loading…
Reference in a new issue