thorite: scrape forgejo and hedgedoc
This commit is contained in:
parent
f260f7d847
commit
b667f8bf3f
4 changed files with 33 additions and 7 deletions
|
@ -38,6 +38,9 @@ let
|
|||
UPDATE_AVATAR = false;
|
||||
OPENID_CONNECT_SCOPES = "openid profile email groups";
|
||||
};
|
||||
metrics = {
|
||||
ENABLED = true;
|
||||
};
|
||||
other = {
|
||||
SHOW_FOOTER_VERSION = false;
|
||||
};
|
||||
|
|
|
@ -30,6 +30,7 @@ in
|
|||
scope = "openid email profile";
|
||||
clientID = "hedgedoc";
|
||||
};
|
||||
enableStatsApi = true;
|
||||
allowAnonymous = false;
|
||||
defaultPermission = "private";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue