@@ -199,7 +199,7 @@ in
|
||||
];
|
||||
|
||||
virtualisation.quadlet = {
|
||||
networks.gitea.networkConfig.internal = true;
|
||||
networks.gitea = { };
|
||||
|
||||
volumes = {
|
||||
gitea-postgresql = { };
|
||||
|
@@ -12,6 +12,6 @@ gitea admin auth add-oauth \
|
||||
--scopes='openid email profile groups' \
|
||||
--skip-local-2fa \
|
||||
--group-claim-name=groups \
|
||||
--admin-group=admins 2>&1 || true
|
||||
--admin-group=admin 2>&1 || true
|
||||
|
||||
exec gitea web -c /etc/gitea/app.ini
|
||||
|
Reference in New Issue
Block a user