Migrated from old gitea server to forgejo server, fixed nginx deny issue and fixed package cache. Moved all servers to latest tagged commit. #3

Merged
ejparker merged 13 commits from forgejo into prod 2025-03-20 22:14:15 -05:00
3 changed files with 21 additions and 0 deletions
Showing only changes of commit 80ecf66530 - Show all commits

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