forked from katzen-cafe/katzen-cafe
lock down forgejo a bit
This commit is contained in:
parent
bdea3d9380
commit
983065b949
1 changed files with 8 additions and 2 deletions
|
@ -14,13 +14,19 @@
|
||||||
settings = {
|
settings = {
|
||||||
openid = {
|
openid = {
|
||||||
ENABLE_OPENID_SIGNIN = true;
|
ENABLE_OPENID_SIGNIN = true;
|
||||||
ENABLE_OPENID_SIGNUP = true;
|
#ENABLE_OPENID_SIGNUP = true;
|
||||||
DISABLE_REGISTRATION = true;
|
};
|
||||||
|
federation = {
|
||||||
|
ENABLED = true;
|
||||||
};
|
};
|
||||||
#server = {
|
#server = {
|
||||||
#ROOT_URL = "https://forge.katzen.cafe/";
|
#ROOT_URL = "https://forge.katzen.cafe/";
|
||||||
#HTTP_PORT = 8082;
|
#HTTP_PORT = 8082;
|
||||||
#};
|
#};
|
||||||
|
service = {
|
||||||
|
REGISTER_MANUAL_CONFIRM = true;
|
||||||
|
SHOW_REGISTRATION_BUTTON = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
deployment.keys = {
|
deployment.keys = {
|
||||||
|
|
Loading…
Reference in a new issue