initial forgejo configuration

This commit is contained in:
Beth Parker 2025-03-20 15:11:23 -05:00
parent da4e412200
commit 80ecf66530
3 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,6 @@
role:core:v1.1:core
role:nginx-ssl:v1.0:common,nginx-ssl
role:certbot:v1.0:common,certbot
role:forgejo:v1.0:workload,forgejo
# end of file

View file

@ -0,0 +1,7 @@
---
# vars file for certbot on forgejo.actcur.com
domains:
- domain: forgejo.actcur.com
# end of file

View file

@ -0,0 +1,8 @@
---
# vars file for nginx-ssl on forgejo.actcur.com
domains:
- domain: forgejo.actcur.com
port: 8112
# end of file