feat(forgejo): allow all domains for migrations

This commit is contained in:
Nydragon 2024-10-01 23:49:54 +02:00
parent 3e3e5de268
commit 6cf1a0ee7b
Signed by: nydragon
SSH key fingerprint: SHA256:iQnIC12spf4QjWSbarmkD2No1cLMlu6TWoV7K6cYF5g

View file

@ -6,8 +6,9 @@
environment = {
"USER_GID" = "1000";
"USER_UID" = "1000";
FORGEJO__migrations__ALLOWED_DOMAINS = "github.com,*.github.com";
FORGEJO__server__SSH_PORT = "222";
"FORGEJO__migrations__ALLOWED_DOMAINS" = "*";
"FORGEJO__server__SSH_PORT" = "222";
"FORGEJO__service__DISABLE_REGISTRATION" = "true";
};
volumes = [
"test_forgejo:/data:rw"