mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2025-10-11 20:17:54 +00:00
normal ssl, fix gitea
This commit is contained in:
parent
a41b546764
commit
eb6f627962
@ -14,7 +14,8 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "2222:2222"
|
- "2222:2222"
|
||||||
volumes:
|
volumes:
|
||||||
- ./website/gitea:/data
|
- ./website/gitea/data:/var/lib/gitea
|
||||||
|
- ./website/gitea/config:/etc/gitea
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
monerod:
|
monerod:
|
||||||
|
@ -8,7 +8,6 @@ do
|
|||||||
done
|
done
|
||||||
|
|
||||||
certbot --nginx \
|
certbot --nginx \
|
||||||
--test-cert \
|
|
||||||
--webroot-path /var/www/matthewtran.com \
|
--webroot-path /var/www/matthewtran.com \
|
||||||
--non-interactive --agree-tos -m matthewlamtran@berkeley.edu \
|
--non-interactive --agree-tos -m matthewlamtran@berkeley.edu \
|
||||||
-d matthewtran.com \
|
-d matthewtran.com \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user