Merge pull request 'fix: store forgejo sessions in DB' (#49) from fix/forgejo-store-sessions-in-db into main
Some checks failed
Flake checks / Check (push) Failing after 13s
Some checks failed
Flake checks / Check (push) Failing after 13s
Reviewed-on: #49 Reviewed-by: b12f <b12f@noreply.git.pub.solar>
This commit is contained in:
commit
77a4460a36
|
@ -76,6 +76,7 @@
|
||||||
DEFAULT_KEEP_EMAIL_PRIVATE = true;
|
DEFAULT_KEEP_EMAIL_PRIVATE = true;
|
||||||
};
|
};
|
||||||
session = {
|
session = {
|
||||||
|
PROVIDER = "db";
|
||||||
COOKIE_SECURE = lib.mkForce true;
|
COOKIE_SECURE = lib.mkForce true;
|
||||||
};
|
};
|
||||||
# See https://forgejo.org/docs/latest/admin/actions/
|
# See https://forgejo.org/docs/latest/admin/actions/
|
||||||
|
|
Loading…
Reference in a new issue