Compare commits
4 commits
0811b0d30b
...
b8e49734f9
Author | SHA1 | Date | |
---|---|---|---|
b8e49734f9 | |||
aed94e09e8 | |||
c08f961f97 | |||
04eee77831 |
4 changed files with 23 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
role:core:v1.1:core
|
role:core:fix:core
|
||||||
role:nginx-ssl:v1.0:common,nginx-ssl
|
role:nginx-ssl:testing:common,nginx-ssl
|
||||||
|
role:mount:v1.1:core,mount
|
||||||
role:certbot:v1.0:common,certbot
|
role:certbot:v1.0:common,certbot
|
||||||
role:forgejo:testing:workload,forgejo
|
role:forgejo:testing:workload,forgejo
|
||||||
|
|
||||||
|
|
|
@ -3,5 +3,6 @@
|
||||||
|
|
||||||
domains:
|
domains:
|
||||||
- domain: forgejo.actcur.com
|
- domain: forgejo.actcur.com
|
||||||
|
- domain: git.actcur.com
|
||||||
|
|
||||||
# end of file
|
# 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
|
|
@ -4,5 +4,7 @@
|
||||||
domains:
|
domains:
|
||||||
- domain: forgejo.actcur.com
|
- domain: forgejo.actcur.com
|
||||||
port: 3000
|
port: 3000
|
||||||
|
- domain: git.actcur.com
|
||||||
|
port: 3000
|
||||||
|
|
||||||
# end of file
|
# end of file
|
Loading…
Add table
Reference in a new issue