gitea -> forgejo
This commit is contained in:
parent
9d1256ada0
commit
e9a1415309
|
@ -23,7 +23,7 @@ in
|
||||||
# Include service configuration
|
# Include service configuration
|
||||||
./services/archi.nix
|
./services/archi.nix
|
||||||
./services/caddy.nix
|
./services/caddy.nix
|
||||||
./services/gitea.nix
|
./services/forgejo.nix
|
||||||
./services/jellyfin.nix
|
./services/jellyfin.nix
|
||||||
./services/minecraft
|
./services/minecraft
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,11 +1,12 @@
|
||||||
{
|
{
|
||||||
services.gitea = {
|
services.forgejo = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
server = {
|
server = {
|
||||||
|
DISABLE_REGISTRATION = true;
|
||||||
HTTP_PORT = 3788;
|
HTTP_PORT = 3788;
|
||||||
ROOT_URL = "https://git.thewizard.link";
|
ROOT_URL = "https://git.thewizard.link";
|
||||||
};
|
};
|
Loading…
Reference in a new issue