Compare commits

...

2 commits

Author SHA1 Message Date
6c8c9f8c0f removed gc 2026-03-20 18:26:27 -04:00
8043c0fee2 removed fs limit 2026-03-20 18:11:58 -04:00
16 changed files with 14 additions and 5 deletions

View file

@ -0,0 +1,8 @@
{
"permissions": {
"allow": [
"WebSearch",
"WebFetch(domain:forgejo.org)"
]
}
}

View file

@ -1,4 +0,0 @@
# Do not edit this file. To specify the files to encrypt, create your own
# .gitattributes file in the directory where your files are.
* !filter !diff
*.gpg binary

1
.gitattributes vendored
View file

@ -1 +0,0 @@
**/*.key filter=git-crypt diff=git-crypt

Binary file not shown.

View file

@ -62,6 +62,11 @@ in
SSH_PORT = 22;
START_SSH_SERVER = false;
LANDING_PAGE = "explore";
LFS_MAX_FILE_SIZE = 0;
};
"repository.upload" = {
FILE_MAX_SIZE = 0;
};
service = {
@ -92,6 +97,7 @@ in
services.nginx.virtualHosts."git.${domain}" = mkIf nginx.enable {
useACMEHost = domain;
forceSSL = true;
extraConfig = "client_max_body_size 0;";
locations."/" = {
proxyPass = "http://unix:${socketPath}";
};

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.