fix GOESBUILD for newer go versions

switched to 'go install' syntax. for #248.
This commit is contained in:
Harvey Tindall 2023-02-02 09:41:14 +00:00
parent 5d289ce023
commit d355b3167f
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2
2 changed files with 9 additions and 1 deletions

View File

@ -80,7 +80,7 @@ npm:
@if [ "$(GOESBUILD)" = "off" ]; then\
npm install esbuild;\
else\
go get -u github.com/evanw/esbuild/cmd/esbuild;\
go install github.com/evanw/esbuild/cmd/esbuild@latest;\
fi
configuration:

View File

@ -265,6 +265,14 @@
"value": "",
"advanced": true,
"description": "Set a different URL for the sign-up form to redirect the user to when they've signed up. Default to 'Public Server' or 'Server' in the Jellyfin tab."
},
"auto_redirect": {
"name": "Auto redirect on success",
"required": false,
"requires_restart": true,
"type": "bool",
"value": false,
"description": "Navigate directly to the above URL instead of needing the user to click \"Continue\"."
}
}
},