Use Gitea over GitLab

Gitea simply offers better performance. I wasn't using all of GitLab's
features anyway, and while the missing CI is annoying, I hadn't
previously managed to set this up anyway, and it can be easily
replaced by something a bit more dedicated than GitLab's
implementation.

This should hopefully allow me to host git repositories without
compromising on memory/CPU time available to other services.
This commit is contained in:
Tristan Daniël Maat 2020-07-12 18:32:19 +01:00
parent 9010db4f75
commit 367579f5cd
Signed by: tlater
GPG key ID: 49670FD774E43268
4 changed files with 53 additions and 45 deletions

View file

@ -12,7 +12,7 @@
# and set inside the docker-containers set, instead of setting the
# docker-containers set here.
./services/nginx.nix
./services/gitlab.nix
./services/gitea.nix
./services/nextcloud.nix
./services/tlaternet.nix
];
@ -30,7 +30,7 @@
80
443
2222
3022
2221
];
};
};