Compare commits

...

2 commits

Author SHA1 Message Date
ca58a2a89b incremented certbot 2025-03-22 20:34:57 -05:00
4272d5c258 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>
2025-03-20 22:14:14 -05:00
6 changed files with 48 additions and 6 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.1: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:deluge:v1.0:workload,deluge
role:nginx-ssl:v1.0:common,nginx-ssl
role:certbot:v1.0:common,certbot
role:nginx-ssl:v1.1:common,nginx-ssl
role:certbot:v1.1:common,certbot
# 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:nginx-ssl:v1.0:common,nginx-ssl
role:certbot:v1.0:common,certbot
role:nginx-ssl:v1.1:common,nginx-ssl
role:certbot:v1.1:common,certbot
role:sonarr:v1.0:workload,sonarr
role:radarr:v1.0:workload,radarr
role:readarr:v1.0:workload,readarr

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