Migrated from old gitea server to forgejo server, fixed nginx deny issue and fixed package cache. Moved all servers to latest tagged commit. #3

Merged
ejparker merged 13 commits from forgejo into prod 2025-03-20 22:14:15 -05:00
3 changed files with 20 additions and 0 deletions
Showing only changes of commit 04eee77831 - Show all commits

View file

@ -3,5 +3,6 @@
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_data
mount: /etc/forgejo_data
# end of file

View file

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