Add matrix, cloud, gitea

This commit is contained in:
2026-01-14 10:33:07 -06:00
parent e340288d49
commit 9ca1667a31
24 changed files with 356 additions and 102 deletions

View File

@@ -1,6 +1,6 @@
docker compose -f init-compose.yml up -d
docker compose run --rm certbot certonly --webroot \
docker compose run --rm --entrypoint "certbot" certbot certonly --webroot \
--webroot-path=/var/www/certbot \
--email your-email@gmail.com \
--agree-tos \