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:
parent
da4e412200
commit
4272d5c258
6 changed files with 46 additions and 4 deletions
7
playbook_templates/forgejo.actcur.com
Normal file
7
playbook_templates/forgejo.actcur.com
Normal 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
|
|
@ -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:nginx-ssl:v1.1:common,nginx-ssl
|
||||
role:certbot:v1.0:common,certbot
|
||||
|
||||
# end of file
|
|
@ -1,6 +1,6 @@
|
|||
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:nginx-ssl:v1.1:common,nginx-ssl
|
||||
role:certbot:v1.0:common,certbot
|
||||
role:sonarr:v1.0:workload,sonarr
|
||||
role:radarr:v1.0:workload,radarr
|
||||
|
|
8
var_files/certbot/forgejo.actcur.com
Normal file
8
var_files/certbot/forgejo.actcur.com
Normal 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
|
17
var_files/mount/forgejo.actcur.com
Normal file
17
var_files/mount/forgejo.actcur.com
Normal 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
|
10
var_files/nginx-ssl/forgejo.actcur.com
Normal file
10
var_files/nginx-ssl/forgejo.actcur.com
Normal 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
|
Loading…
Add table
Reference in a new issue