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:
Michael Grote 2022-12-23 13:09:12 +01:00
parent 04164fa419
commit e444cfec58
2 changed files with 4 additions and 6 deletions

View file

@ -40,7 +40,7 @@
from_ip: 192.168.2.144/24
### tmaurice.gitea
# config liegt in /etc/gitea/gitea.ini
gitea_version: "1.17.3"
gitea_version: "1.17.4"
gitea_app_name: "Gitea"
gitea_user: "gitea"
gitea_home: "/var/lib/gitea"

View file

@ -1,8 +1,6 @@
---
### geerlingguy.nfs
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
nfs_port: 33333
@ -53,14 +51,14 @@
from_ip: 192.168.2.144/24
# k3s1
- rule: allow
from_ip: 192.168.2.40
from_ip: 192.168.2.42
comment: 'nfs'
to_port: 2049
- rule: allow
from_ip: 192.168.2.40
from_ip: 192.168.2.42
comment: 'nfs'
to_port: 111
- rule: allow
from_ip: 192.168.2.40
from_ip: 192.168.2.42
comment: 'nfs'
to_port: "{{ nfs_port }}"