Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
20b836dd9d
1 changed files with 2 additions and 2 deletions
|
@ -720,7 +720,7 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00
|
||||||
};
|
};
|
||||||
log = {
|
log = {
|
||||||
# TODO: raise the log level
|
# TODO: raise the log level
|
||||||
LEVEL = "Debug";
|
# LEVEL = "Debug";
|
||||||
};
|
};
|
||||||
ui = {
|
ui = {
|
||||||
THEMES = "forgejo-auto,forgejo-light,forgejo-dark,catppuccin-mocha-sapphire";
|
THEMES = "forgejo-auto,forgejo-light,forgejo-dark,catppuccin-mocha-sapphire";
|
||||||
|
@ -1017,7 +1017,7 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00
|
||||||
tls_key = key;
|
tls_key = key;
|
||||||
origin = "https://${domain}";
|
origin = "https://${domain}";
|
||||||
db_path = "${storage}/data/kanidm.db";
|
db_path = "${storage}/data/kanidm.db";
|
||||||
log_level = "debug";
|
log_level = "info";
|
||||||
online_backup = {
|
online_backup = {
|
||||||
path = "${storage}/backups/";
|
path = "${storage}/backups/";
|
||||||
schedule = "00 22 * * *";
|
schedule = "00 22 * * *";
|
||||||
|
|
Loading…
Reference in a new issue