Compare commits

..

No commits in common. "6c8c9f8c0f380dcbb90d741df897c8c330cde62d" and "3a57d7a9f5b1c5224d20867d16428f23b7c14b6f" have entirely different histories.

16 changed files with 5 additions and 14 deletions

View file

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

4
.git-crypt/.gitattributes vendored Normal file
View file

@ -0,0 +1,4 @@
# 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

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

Binary file not shown.

View file

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