use latest forgejo
This commit is contained in:
parent
79897f552d
commit
02e18aa0fc
3 changed files with 23 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue