Updated allowed-urls to work with personal git server
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s

This commit is contained in:
alejandro-angulo 2024-11-03 11:46:30 -08:00
parent 364974f31c
commit 6a856e2a04
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -103,7 +103,7 @@ in {
"hydra"
"hydra-www"
];
allowed-uris = ["github:" "https://github.com/" "https://gitea.kilonull.com/"];
allowed-uris = ["github:" "https://git.alejandr0angul0.dev/"];
};
};
}