use forgejo in local system config
This commit is contained in:
parent
58348b3c83
commit
af6af71f5c
15 changed files with 65 additions and 317 deletions
|
|
@ -8,7 +8,14 @@ let
|
|||
};
|
||||
in
|
||||
{
|
||||
security.acme.acceptTerms = true;
|
||||
security.acme.defaults.email = "admin@joshuabell.xyz";
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
recommendedGzipSettings = true;
|
||||
recommendedOptimisation = true;
|
||||
recommendedProxySettings = true;
|
||||
recommendedTlsSettings = true;
|
||||
clientMaxBodySize = "500m";
|
||||
virtualHosts = {
|
||||
"10.12.14.10" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue