reorganized
i believe everything works
This commit is contained in:
1
scripts/compose.sh
Executable file
1
scripts/compose.sh
Executable file
@@ -0,0 +1 @@
|
||||
docker compose -f ./compose.yml up -d
|
||||
1
scripts/docker-install
Submodule
1
scripts/docker-install
Submodule
Submodule scripts/docker-install added at a8a6b338bd
1
scripts/foundry-metube-ln.sh
Executable file
1
scripts/foundry-metube-ln.sh
Executable file
@@ -0,0 +1 @@
|
||||
docker compose exec -it foundry ln -s /srv/metube /data/Data
|
||||
1
scripts/localhost-ssl
Submodule
1
scripts/localhost-ssl
Submodule
Submodule scripts/localhost-ssl added at 1532f4bd97
4
scripts/nginx-reload.sh
Executable file
4
scripts/nginx-reload.sh
Executable 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
2
scripts/obtain-certs.sh
Normal 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
2
scripts/renew.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
# https://mindsers.blog/post/https-using-nginx-certbot-docker/
|
||||
docker compose run --rm certbot renew
|
||||
Reference in New Issue
Block a user