use latest forgejo

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-03 21:49:18 +00:00
parent 79897f552d
commit 02e18aa0fc
3 changed files with 23 additions and 1 deletions

View file

@ -1,6 +1,7 @@
{
config,
lib,
inputs,
...
}:
let
@ -13,6 +14,8 @@ let
hostAddress6 = "fc00::1";
containerAddress6 = "fc00::2";
forgejoNixpkgs = inputs.forgejo-nixpkgs;
binds = [
# Postgres data, must use postgres user in container and host
{
@ -119,6 +122,7 @@ in
}
// acc
) { } binds;
nixpkgs = forgejoNixpkgs;
config =
{ config, pkgs, ... }:
{
@ -208,7 +212,7 @@ in
SHOW_FOOTER_TEMPLATE_LOAD_TIME = false;
};
migrations = {
ALLOWED_DOMAINS = "*.github.com,github.com";
ALLOWED_DOMAINS = "*.github.com,github.com,codeberg.org,*.codeberg.org";
ALLOW_LOCALNETWORKS = true;
};
};