Compare commits
2 commits
d937c68b8f
...
614f971846
| Author | SHA1 | Date | |
|---|---|---|---|
| 614f971846 | |||
| 91226736fc |
1 changed files with 10 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ in {
|
||||||
request_body {
|
request_body {
|
||||||
max_size 512M
|
max_size 512M
|
||||||
}
|
}
|
||||||
reverse_proxy localhost:9004
|
reverse_proxy unix/${config.services.forgejo.settings.server.HTTP_ADDR}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
services.forgejo = {
|
services.forgejo = {
|
||||||
|
|
@ -21,10 +21,16 @@ in {
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
|
APP_NAME = "JSW Git";
|
||||||
|
APP_SLOGAN = "We be gitting.";
|
||||||
|
|
||||||
|
cors.ENABLED = true;
|
||||||
server = {
|
server = {
|
||||||
inherit DOMAIN;
|
inherit DOMAIN;
|
||||||
ROOT_URL = "https://${DOMAIN}/";
|
ROOT_URL = "https://${DOMAIN}/";
|
||||||
HTTP_PORT = 9004;
|
PROTOCOL = "http+unix";
|
||||||
|
DISABLE_SSH = true;
|
||||||
|
LANDING_PAGE = "explore";
|
||||||
};
|
};
|
||||||
service = {
|
service = {
|
||||||
ENABLE_INTERNAL_SIGNIN = false;
|
ENABLE_INTERNAL_SIGNIN = false;
|
||||||
|
|
@ -36,7 +42,8 @@ in {
|
||||||
};
|
};
|
||||||
"ui.meta" = {
|
"ui.meta" = {
|
||||||
AUTHOR = "JSW Git";
|
AUTHOR = "JSW Git";
|
||||||
DESCRIPTION = "Personal GIT-Forgejo instance.";
|
DESCRIPTION = "Jsw's Git Forge, a self-hosted Forgejo instance.";
|
||||||
|
KEYWORDS = "jsw,jsw08,jurnwubben,jurn,git,gitea,forgejo,forge";
|
||||||
};
|
};
|
||||||
actions = {
|
actions = {
|
||||||
ENABLED = true;
|
ENABLED = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue