Add Gitea and adjust configs.
This commit is contained in:
parent
f52e089094
commit
eb16b7fb68
6 changed files with 9 additions and 4 deletions
1
etc/.gitignore
vendored
1
etc/.gitignore
vendored
|
|
@ -29,6 +29,7 @@
|
||||||
/exports.d/
|
/exports.d/
|
||||||
/fonts/
|
/fonts/
|
||||||
/gai.conf
|
/gai.conf
|
||||||
|
/gitea.conf
|
||||||
/group-
|
/group-
|
||||||
/grub.d/
|
/grub.d/
|
||||||
/gshadow
|
/gshadow
|
||||||
|
|
|
||||||
|
|
@ -20,8 +20,8 @@
|
||||||
Require all granted
|
Require all granted
|
||||||
</Proxy>
|
</Proxy>
|
||||||
# Dot NOT add backslashes to the end of the urls.
|
# Dot NOT add backslashes to the end of the urls.
|
||||||
ProxyPass /git http://nas0.afterdark.lan:3000
|
ProxyPass /git http://127.0.0.1:3000
|
||||||
ProxyPassReverse /git http://nas0.afterdark.lan:3000
|
ProxyPassReverse /git http://127.0.0.1:3000
|
||||||
</IfModule>
|
</IfModule>
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
||||||
|
|
@ -48,7 +48,7 @@
|
||||||
Require all granted
|
Require all granted
|
||||||
</Proxy>
|
</Proxy>
|
||||||
# Dot NOT add backslashes to the end of the urls.
|
# Dot NOT add backslashes to the end of the urls.
|
||||||
ProxyPass /git http://nas0.afterdark.lan:3000
|
ProxyPass /git http://127.0.0.1:3000
|
||||||
ProxyPassReverse /git http://nas0.afterdark.lan:3000
|
ProxyPassReverse /git http://127.0.0.1:3000
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
home -vers=4,hard,acl,rw,fsc 192.168.67.245:/home
|
home -vers=4,hard,acl,rw,fsc 192.168.67.245:/home
|
||||||
media -vers=4,hard,acl,rw,fsc 192.168.67.245:/data/media
|
media -vers=4,hard,acl,rw,fsc 192.168.67.245:/data/media
|
||||||
|
gitea -vers=4,hard,acl,rw,fsc 192.168.67.245:/data/gitea
|
||||||
|
gitroot -vers=4,hard,acl,rw,fsc 192.168.67.245:/data/gitroot
|
||||||
slackware -vers=4,hard,acl,rw,fsc 192.168.67.245:/data/slackware
|
slackware -vers=4,hard,acl,rw,fsc 192.168.67.245:/data/slackware
|
||||||
tmp -vers=4,hard,acl,rw,fsc 192.168.67.245:/data/tmp
|
tmp -vers=4,hard,acl,rw,fsc 192.168.67.245:/data/tmp
|
||||||
www -vers=4,hard,acl,rw,fsc 192.168.67.245:/data/www
|
www -vers=4,hard,acl,rw,fsc 192.168.67.245:/data/www
|
||||||
|
|
|
||||||
BIN
etc/gitea.conf.gpg
Normal file
BIN
etc/gitea.conf.gpg
Normal file
Binary file not shown.
1
etc/runit/runsvdir/default/gitea
Symbolic link
1
etc/runit/runsvdir/default/gitea
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
/etc/sv/gitea
|
||||||
1
etc/sv/.gitignore
vendored
1
etc/sv/.gitignore
vendored
|
|
@ -23,6 +23,7 @@
|
||||||
/dhcpcd-eth0/
|
/dhcpcd-eth0/
|
||||||
/dmeventd/
|
/dmeventd/
|
||||||
/espeakup/
|
/espeakup/
|
||||||
|
/gitea/
|
||||||
/ip6tables/
|
/ip6tables/
|
||||||
/iptables/
|
/iptables/
|
||||||
/isc-ntpd/
|
/isc-ntpd/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue