1
Fork 0

Compare commits

..

No commits in common. "e7ea64b4501d2294faf299d4659c5d221bd62ce4" and "7406e03dc61581898091a8c6492f078e5fc66f50" have entirely different histories.

4 changed files with 3 additions and 18 deletions

View File

@ -1,3 +0,0 @@
# Galene
Install to `/var/lib/galene/`.
Fill in passwords generated with `galene-password-generator`.

View File

@ -1,6 +0,0 @@
{
"canonicalHost": "galene.edgarpierre.fr",
"admin": [
$$$
]
}

View File

@ -1,6 +0,0 @@
{
"canonicalHost": "galene.edgarpierre.fr",
"admin": [
$$$
]
}

View File

@ -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/