Compare commits

..

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

View file

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