mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
Compare commits
No commits in common. "6c8c9f8c0f380dcbb90d741df897c8c330cde62d" and "3a57d7a9f5b1c5224d20867d16428f23b7c14b6f" have entirely different histories.
6c8c9f8c0f
...
3a57d7a9f5
16 changed files with 5 additions and 14 deletions
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"WebSearch",
|
||||
"WebFetch(domain:forgejo.org)"
|
||||
]
|
||||
}
|
||||
}
|
||||
4
.git-crypt/.gitattributes
vendored
Normal file
4
.git-crypt/.gitattributes
vendored
Normal 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
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1
.gitattributes
vendored
1
.gitattributes
vendored
|
|
@ -0,0 +1 @@
|
|||
**/*.key filter=git-crypt diff=git-crypt
|
||||
Binary file not shown.
|
|
@ -62,11 +62,6 @@ in
|
|||
SSH_PORT = 22;
|
||||
START_SSH_SERVER = false;
|
||||
LANDING_PAGE = "explore";
|
||||
LFS_MAX_FILE_SIZE = 0;
|
||||
};
|
||||
|
||||
"repository.upload" = {
|
||||
FILE_MAX_SIZE = 0;
|
||||
};
|
||||
|
||||
service = {
|
||||
|
|
@ -97,7 +92,6 @@ 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.
Loading…
Add table
Add a link
Reference in a new issue