mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-12-22 09:00:10 +00:00
fix GOESBUILD for newer go versions
switched to 'go install' syntax. for #248.
This commit is contained in:
parent
5d289ce023
commit
d355b3167f
2
Makefile
2
Makefile
@ -80,7 +80,7 @@ npm:
|
|||||||
@if [ "$(GOESBUILD)" = "off" ]; then\
|
@if [ "$(GOESBUILD)" = "off" ]; then\
|
||||||
npm install esbuild;\
|
npm install esbuild;\
|
||||||
else\
|
else\
|
||||||
go get -u github.com/evanw/esbuild/cmd/esbuild;\
|
go install github.com/evanw/esbuild/cmd/esbuild@latest;\
|
||||||
fi
|
fi
|
||||||
|
|
||||||
configuration:
|
configuration:
|
||||||
|
@ -265,6 +265,14 @@
|
|||||||
"value": "",
|
"value": "",
|
||||||
"advanced": true,
|
"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."
|
"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\"."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user