gitea -> forgejo
This commit is contained in:
parent
9d1256ada0
commit
e9a1415309
|
@ -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
|
||||
];
|
||||
|
|
|
@ -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";
|
||||
};
|
Loading…
Reference in a new issue