Compare commits

..

No commits in common. "614f97184633f82bc2ede8563888aeec0f488e19" and "d937c68b8f329acb08296906b130ce596edb5836" have entirely different histories.

View file

@ -12,7 +12,7 @@ in {
request_body { request_body {
max_size 512M max_size 512M
} }
reverse_proxy unix/${config.services.forgejo.settings.server.HTTP_ADDR} reverse_proxy localhost:9004
''; '';
services.forgejo = { services.forgejo = {
@ -21,16 +21,10 @@ 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}/";
PROTOCOL = "http+unix"; HTTP_PORT = 9004;
DISABLE_SSH = true;
LANDING_PAGE = "explore";
}; };
service = { service = {
ENABLE_INTERNAL_SIGNIN = false; ENABLE_INTERNAL_SIGNIN = false;
@ -42,8 +36,7 @@ in {
}; };
"ui.meta" = { "ui.meta" = {
AUTHOR = "JSW Git"; AUTHOR = "JSW Git";
DESCRIPTION = "Jsw's Git Forge, a self-hosted Forgejo instance."; DESCRIPTION = "Personal GIT-Forgejo instance.";
KEYWORDS = "jsw,jsw08,jurnwubben,jurn,git,gitea,forgejo,forge";
}; };
actions = { actions = {
ENABLED = true; ENABLED = true;