Compare commits
7 commits
7f0da13a78
...
8b8833e9c9
Author | SHA1 | Date | |
---|---|---|---|
teutat3s | 8b8833e9c9 | ||
teutat3s | 280dc37aa0 | ||
teutat3s | 3d8fe3cef2 | ||
teutat3s | 213c06ca87 | ||
teutat3s | a491680165 | ||
b12f | 1ae1f68ce2 | ||
b12f | 87f9bc92df |
|
@ -141,6 +141,12 @@
|
||||||
LOGIN_REMEMBER_DAYS = 365;
|
LOGIN_REMEMBER_DAYS = 365;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# See https://docs.gitea.com/administration/config-cheat-sheet#migrations-migrations
|
||||||
|
migrations = {
|
||||||
|
# This allows migrations from the same forgejo instance
|
||||||
|
ALLOW_LOCALNETWORKS = true;
|
||||||
|
};
|
||||||
|
|
||||||
# https://forgejo.org/docs/next/admin/config-cheat-sheet/#indexer-indexer
|
# https://forgejo.org/docs/next/admin/config-cheat-sheet/#indexer-indexer
|
||||||
indexer = {
|
indexer = {
|
||||||
REPO_INDEXER_ENABLED = true;
|
REPO_INDEXER_ENABLED = true;
|
||||||
|
|
|
@ -283,7 +283,9 @@ in
|
||||||
createDatabase = true;
|
createDatabase = true;
|
||||||
extraConfigFiles = config.pub-solar-os.matrix.matrix-authentication-service.extra-config-files;
|
extraConfigFiles = config.pub-solar-os.matrix.matrix-authentication-service.extra-config-files;
|
||||||
|
|
||||||
|
# https://element-hq.github.io/matrix-authentication-service/reference/configuration.html
|
||||||
settings = {
|
settings = {
|
||||||
|
account.email_change_allowed = false;
|
||||||
http.public_base = "https://mas.${config.pub-solar-os.networking.domain}";
|
http.public_base = "https://mas.${config.pub-solar-os.networking.domain}";
|
||||||
http.issuer = "https://mas.${config.pub-solar-os.networking.domain}";
|
http.issuer = "https://mas.${config.pub-solar-os.networking.domain}";
|
||||||
http.listeners = [
|
http.listeners = [
|
||||||
|
|
|
@ -24,10 +24,10 @@ lib.mapAttrsToList
|
||||||
# description = "Configurations of AlertManager cluster instances are out of sync.";
|
# description = "Configurations of AlertManager cluster instances are out of sync.";
|
||||||
# };
|
# };
|
||||||
|
|
||||||
alert_manager_e2e_dead_man_switch = {
|
#alert_manager_e2e_dead_man_switch = {
|
||||||
condition = "vector(1)";
|
# condition = "vector(1)";
|
||||||
description = "Prometheus DeadManSwitch is an always-firing alert. It's used as an end-to-end test of Prometheus through the Alertmanager.";
|
# description = "Prometheus DeadManSwitch is an always-firing alert. It's used as an end-to-end test of Prometheus through the Alertmanager.";
|
||||||
};
|
#};
|
||||||
|
|
||||||
# prometheus_not_connected_to_alertmanager = {
|
# prometheus_not_connected_to_alertmanager = {
|
||||||
# condition = "prometheus_notifications_alertmanagers_discovered < 1";
|
# condition = "prometheus_notifications_alertmanagers_discovered < 1";
|
||||||
|
|
Loading…
Reference in a new issue