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

Reviewed-on: #3
Co-authored-by: Beth <ejparker@actcur.com>
Co-committed-by: Beth <ejparker@actcur.com>
This commit is contained in:
Beth Parker 2025-03-20 22:14:14 -05:00 committed by Jayne
parent da4e412200
commit 4272d5c258
6 changed files with 46 additions and 4 deletions

View file

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

View file

@ -1,7 +1,7 @@
role:core:v1.1:core role:core:v1.2:core
role:mount:v1.1:core,mount role:mount:v1.1:core,mount
role:deluge:v1.0:workload,deluge role:deluge:v1.0:workload,deluge
role:nginx-ssl:v1.0:common,nginx-ssl role:nginx-ssl:v1.1:common,nginx-ssl
role:certbot:v1.0:common,certbot role:certbot:v1.0:common,certbot
# end of file # end of file

View file

@ -1,6 +1,6 @@
role:core:v1.1:core role:core:v1.2:core
role:mount:v1.1:core,mount role:mount:v1.1:core,mount
role:nginx-ssl:v1.0:common,nginx-ssl role:nginx-ssl:v1.1:common,nginx-ssl
role:certbot:v1.0:common,certbot role:certbot:v1.0:common,certbot
role:sonarr:v1.0:workload,sonarr role:sonarr:v1.0:workload,sonarr
role:radarr:v1.0:workload,radarr role:radarr:v1.0:workload,radarr

View file

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

View file

@ -0,0 +1,17 @@
---
# vars file for mount on privtorrents.actcur.com
mounts:
ext4:
- name: data
device: UUID=18ebdf3e-436c-4457-b3be-e946f29b78d4
mount: /mnt/data
bind:
- name: forgejo data
src: /mnt/data/forgejo_data
mount: /var/lib/forgejo
- name: forgejo config
src: /mnt/data/forgejo_config
mount: /etc/forgejo
# end of file

View file

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