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 {
|
||||
max_size 512M
|
||||
}
|
||||
reverse_proxy localhost:9004
|
||||
reverse_proxy unix/${config.services.forgejo.settings.server.HTTP_ADDR}
|
||||
'';
|
||||
|
||||
services.forgejo = {
|
||||
|
|
@ -21,10 +21,16 @@ in {
|
|||
lfs.enable = true;
|
||||
|
||||
settings = {
|
||||
APP_NAME = "JSW Git";
|
||||
APP_SLOGAN = "We be gitting.";
|
||||
|
||||
cors.ENABLED = true;
|
||||
server = {
|
||||
inherit DOMAIN;
|
||||
ROOT_URL = "https://${DOMAIN}/";
|
||||
HTTP_PORT = 9004;
|
||||
PROTOCOL = "http+unix";
|
||||
DISABLE_SSH = true;
|
||||
LANDING_PAGE = "explore";
|
||||
};
|
||||
service = {
|
||||
ENABLE_INTERNAL_SIGNIN = false;
|
||||
|
|
@ -36,7 +42,8 @@ in {
|
|||
};
|
||||
"ui.meta" = {
|
||||
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 = {
|
||||
ENABLED = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue