gitea -> forgejo

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2024-08-19 21:08:42 -03:00
parent 9d1256ada0
commit e9a1415309
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
2 changed files with 3 additions and 2 deletions

View file

@ -23,7 +23,7 @@ in
# Include service configuration
./services/archi.nix
./services/caddy.nix
./services/gitea.nix
./services/forgejo.nix
./services/jellyfin.nix
./services/minecraft
];

View file

@ -1,11 +1,12 @@
{
services.gitea = {
services.forgejo = {
enable = true;
lfs.enable = true;
settings = {
server = {
DISABLE_REGISTRATION = true;
HTTP_PORT = 3788;
ROOT_URL = "https://git.thewizard.link";
};