forked from pub-solar/infra
Merge pull request 'fix: keep forgejo email addresses private by default' (#45) from feat/hide-forgejo-email-by-default into main
Reviewed-on: pub-solar/infra#45 Reviewed-by: Akshay Mankar <axeman@noreply.git.pub.solar>
This commit is contained in:
commit
a9beccc31f
|
@ -68,11 +68,16 @@
|
||||||
ENABLE_OPENID_SIGNIN = true;
|
ENABLE_OPENID_SIGNIN = true;
|
||||||
ENABLE_OPENID_SIGNUP = true;
|
ENABLE_OPENID_SIGNUP = true;
|
||||||
};
|
};
|
||||||
|
service = {
|
||||||
# uncomment after initial deployment, first user is admin user
|
# uncomment after initial deployment, first user is admin user
|
||||||
# required to setup SSO (oauth openid-connect, keycloak auth provider)
|
# required to setup SSO (oauth openid-connect, keycloak auth provider)
|
||||||
service.ALLOW_ONLY_EXTERNAL_REGISTRATION = true;
|
ALLOW_ONLY_EXTERNAL_REGISTRATION = true;
|
||||||
service.ENABLE_NOTIFY_MAIL = true;
|
ENABLE_NOTIFY_MAIL = true;
|
||||||
session.COOKIE_SECURE = lib.mkForce true;
|
DEFAULT_KEEP_EMAIL_PRIVATE = true;
|
||||||
|
};
|
||||||
|
session = {
|
||||||
|
COOKIE_SECURE = lib.mkForce true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue