Compare commits

..

No commits in common. "b8e49734f9c0ff315b1d7131739ce224301994fa" and "0811b0d30b8d7cb51efee5ab655483aedbd1a27e" have entirely different histories.

4 changed files with 2 additions and 23 deletions

View file

@ -1,6 +1,5 @@
role:core:fix:core
role:nginx-ssl:testing:common,nginx-ssl
role:mount:v1.1:core,mount
role:core:v1.1:core
role:nginx-ssl:v1.0:common,nginx-ssl
role:certbot:v1.0:common,certbot
role:forgejo:testing:workload,forgejo

View file

@ -3,6 +3,5 @@
domains:
- domain: forgejo.actcur.com
- domain: git.actcur.com
# end of file

View file

@ -1,17 +0,0 @@
---
# 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

@ -4,7 +4,5 @@
domains:
- domain: forgejo.actcur.com
port: 3000
- domain: git.actcur.com
port: 3000
# end of file