Compare commits
1 commit
8b8833e9c9
...
7f0da13a78
Author | SHA1 | Date | |
---|---|---|---|
teutat3s | 7f0da13a78 |
|
@ -141,12 +141,6 @@
|
||||||
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,9 +283,7 @@ 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