reorganized

i believe everything works
This commit is contained in:
2023-04-10 14:13:01 -05:00
parent 29c6567506
commit 65d36fe9d4
281 changed files with 340 additions and 88086 deletions

1
scripts/compose.sh Executable file
View File

@@ -0,0 +1 @@
docker compose -f ./compose.yml up -d

1
scripts/foundry-metube-ln.sh Executable file
View File

@@ -0,0 +1 @@
docker compose exec -it foundry ln -s /srv/metube /data/Data

1
scripts/localhost-ssl Submodule

Submodule scripts/localhost-ssl added at 1532f4bd97

4
scripts/nginx-reload.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
if docker exec web nginx -t; then
docker exec web service nginx reload
fi

2
scripts/obtain-certs.sh Normal file
View File

@@ -0,0 +1,2 @@
# https://mindsers.blog/post/https-using-nginx-certbot-docker/
docker compose -f ~/compose.yml run --rm certbot certonly --webroot --webroot-path /var/www/certbot -d rpg.ascorrea.com

2
scripts/renew.sh Normal file
View File

@@ -0,0 +1,2 @@
# https://mindsers.blog/post/https-using-nginx-certbot-docker/
docker compose run --rm certbot renew