gitea: 1.17.3 --> 1.17.4 (#443)
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: #443
This commit is contained in:
parent
04164fa419
commit
e444cfec58
2 changed files with 4 additions and 6 deletions
|
@ -40,7 +40,7 @@
|
||||||
from_ip: 192.168.2.144/24
|
from_ip: 192.168.2.144/24
|
||||||
### tmaurice.gitea
|
### tmaurice.gitea
|
||||||
# config liegt in /etc/gitea/gitea.ini
|
# config liegt in /etc/gitea/gitea.ini
|
||||||
gitea_version: "1.17.3"
|
gitea_version: "1.17.4"
|
||||||
gitea_app_name: "Gitea"
|
gitea_app_name: "Gitea"
|
||||||
gitea_user: "gitea"
|
gitea_user: "gitea"
|
||||||
gitea_home: "/var/lib/gitea"
|
gitea_home: "/var/lib/gitea"
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
---
|
---
|
||||||
### geerlingguy.nfs
|
### geerlingguy.nfs
|
||||||
nfs_exports:
|
nfs_exports:
|
||||||
- /srv/nfs 192.168.2.40(rw,no_subtree_check,no_root_squash) #k3s3
|
|
||||||
- /srv/nfs 192.168.2.41(rw,no_subtree_check,no_root_squash) #k3s2
|
|
||||||
- /srv/nfs 192.168.2.42(rw,no_subtree_check,no_root_squash) #k3s1
|
- /srv/nfs 192.168.2.42(rw,no_subtree_check,no_root_squash) #k3s1
|
||||||
nfs_port: 33333
|
nfs_port: 33333
|
||||||
|
|
||||||
|
@ -53,14 +51,14 @@
|
||||||
from_ip: 192.168.2.144/24
|
from_ip: 192.168.2.144/24
|
||||||
# k3s1
|
# k3s1
|
||||||
- rule: allow
|
- rule: allow
|
||||||
from_ip: 192.168.2.40
|
from_ip: 192.168.2.42
|
||||||
comment: 'nfs'
|
comment: 'nfs'
|
||||||
to_port: 2049
|
to_port: 2049
|
||||||
- rule: allow
|
- rule: allow
|
||||||
from_ip: 192.168.2.40
|
from_ip: 192.168.2.42
|
||||||
comment: 'nfs'
|
comment: 'nfs'
|
||||||
to_port: 111
|
to_port: 111
|
||||||
- rule: allow
|
- rule: allow
|
||||||
from_ip: 192.168.2.40
|
from_ip: 192.168.2.42
|
||||||
comment: 'nfs'
|
comment: 'nfs'
|
||||||
to_port: "{{ nfs_port }}"
|
to_port: "{{ nfs_port }}"
|
||||||
|
|
Loading…
Reference in a new issue