|
@@ -12,10 +12,10 @@
|
|
```
|
|
```
|
|
cd etherpad
|
|
cd etherpad
|
|
export MYSQL_ROOT_PASSWORD=$(openssl rand -base64 32)
|
|
export MYSQL_ROOT_PASSWORD=$(openssl rand -base64 32)
|
|
-ln -s nginx.conf /etc/nginx/sites-enabled/etherpad
|
|
|
|
|
|
+ln -s $PWD/nginx.conf /etc/nginx/sites-enabled/etherpad
|
|
systemctl restart nginx
|
|
systemctl restart nginx
|
|
certbot certonly --email <me souviens plus> --webroot -w /srv/letsencrypt/ --agree-tos -d www.pad.oxyta.net -d pad.oxyta.net
|
|
certbot certonly --email <me souviens plus> --webroot -w /srv/letsencrypt/ --agree-tos -d www.pad.oxyta.net -d pad.oxyta.net
|
|
-docker-compose up
|
|
|
|
|
|
+docker-compose up -d
|
|
```
|
|
```
|
|
|
|
|
|
|
|
|
|
@@ -25,3 +25,8 @@ docker-compose up
|
|
cd nextcloud
|
|
cd nextcloud
|
|
export MYSQL_ROOT_PASSWORD=$(openssl rand -base64 32)
|
|
export MYSQL_ROOT_PASSWORD=$(openssl rand -base64 32)
|
|
export MYSQL_PASSWORD=$(openssl rand -base64 32)
|
|
export MYSQL_PASSWORD=$(openssl rand -base64 32)
|
|
|
|
+ln -s $PWD/nginx.conf /etc/nginx/sites-enabled/nextcloud
|
|
|
|
+systemctl restart nginx
|
|
|
|
+certbot certonly --email <me souviens plus> --webroot -w /srv/letsencrypt/ --agree-tos -d www.cloud.oxyta.net -d cloud.oxyta.net
|
|
|
|
+docker-compose up -d
|
|
|
|
+```
|