mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-17 12:34:12 -05:00
fixed homebox
This commit is contained in:
parent
991f667086
commit
1cc6c9ab88
1 changed files with 1 additions and 2 deletions
|
|
@ -52,6 +52,7 @@ in
|
|||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
recommendedProxySettings = true;
|
||||
virtualHosts = {
|
||||
"homebox.wanderingcrow.net" = {
|
||||
locations."/" = {
|
||||
|
|
@ -67,8 +68,6 @@ in
|
|||
enable = true;
|
||||
settings = {
|
||||
HBOX_OPTIONS_ALLOW_REGISTRATION = "true";
|
||||
HBOX_SWAGGER_HOST = "localhost:7745";
|
||||
HBOX_SWAGGER_SCHEME = "http";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue