Compare commits
15 commits
ca58a2a89b
...
a0afcf0477
Author | SHA1 | Date | |
---|---|---|---|
a0afcf0477 | |||
114ba9efe4 | |||
7d00615d15 | |||
77833ec271 | |||
be05b97040 | |||
495b4764c8 | |||
16e79adf99 | |||
f3f8b44039 | |||
b8e49734f9 | |||
aed94e09e8 | |||
c08f961f97 | |||
04eee77831 | |||
0811b0d30b | |||
2e7ed3d3d4 | |||
80ecf66530 |
6 changed files with 48 additions and 6 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.1: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:certbot:v1.0:common,certbot
|
||||
role:nginx-ssl:v1.1:common,nginx-ssl
|
||||
role:certbot:v1.1:common,certbot
|
||||
|
||||
# end of 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
|
||||
|
|
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