Compare commits
3 Commits
nrec-forge
...
01906e81f9
| Author | SHA1 | Date | |
|---|---|---|---|
|
01906e81f9
|
|||
|
09ec4f9e8c
|
|||
| fc53681b2a |
@@ -3,6 +3,7 @@
|
|||||||
services.forgejo = {
|
services.forgejo = {
|
||||||
enable = true;
|
enable = true;
|
||||||
database.type = "sqlite3";
|
database.type = "sqlite3";
|
||||||
|
lfs.enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
server = {
|
server = {
|
||||||
DOMAIN = "nrec-nixos01.t-juice.club";
|
DOMAIN = "nrec-nixos01.t-juice.club";
|
||||||
@@ -10,7 +11,6 @@
|
|||||||
HTTP_ADDR = "127.0.0.1";
|
HTTP_ADDR = "127.0.0.1";
|
||||||
HTTP_PORT = 3000;
|
HTTP_PORT = 3000;
|
||||||
};
|
};
|
||||||
server.LFS_START_SERVER = true;
|
|
||||||
service.DISABLE_REGISTRATION = true;
|
service.DISABLE_REGISTRATION = true;
|
||||||
"service.explore".REQUIRE_SIGNIN_VIEW = true;
|
"service.explore".REQUIRE_SIGNIN_VIEW = true;
|
||||||
session.COOKIE_SECURE = true;
|
session.COOKIE_SECURE = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user