thorite: scrape forgejo and hedgedoc

This commit is contained in:
xinyangli 2024-12-04 16:34:51 +08:00
parent f260f7d847
commit b667f8bf3f
Signed by: xin
SSH key fingerprint: SHA256:UU5pRTl7NiLFJbWJZa+snLylZSXIz5rgHmwjzv8v4oE
4 changed files with 33 additions and 7 deletions

View file

@ -38,6 +38,9 @@ let
UPDATE_AVATAR = false;
OPENID_CONNECT_SCOPES = "openid profile email groups";
};
metrics = {
ENABLED = true;
};
other = {
SHOW_FOOTER_VERSION = false;
};

View file

@ -30,6 +30,7 @@ in
scope = "openid email profile";
clientID = "hedgedoc";
};
enableStatsApi = true;
allowAnonymous = false;
defaultPermission = "private";
};