Don't require auth cookie for nbxplorer API
This commit is contained in:
parent
570a692bb2
commit
ca373a1503
@ -58,7 +58,7 @@ systemd_unit 'nbxplorer.service' do
|
|||||||
User: node['bitcoin']['username'],
|
User: node['bitcoin']['username'],
|
||||||
Group: node['bitcoin']['usergroup'],
|
Group: node['bitcoin']['usergroup'],
|
||||||
Type: 'simple',
|
Type: 'simple',
|
||||||
ExecStart: "/usr/bin/dotnet '#{node['nbxplorer']['source_dir']}/NBXplorer/bin/Release/netcoreapp3.1/NBXplorer.dll' -c #{node['nbxplorer']['config_path']}",
|
ExecStart: "/usr/bin/dotnet '#{node['nbxplorer']['source_dir']}/NBXplorer/bin/Release/netcoreapp3.1/NBXplorer.dll' -c #{node['nbxplorer']['config_path']} --noauth",
|
||||||
PIDFile: "/run/nbxplorer/nbxplorer.pid",
|
PIDFile: "/run/nbxplorer/nbxplorer.pid",
|
||||||
Restart: 'on-failure',
|
Restart: 'on-failure',
|
||||||
PrivateTmp: true,
|
PrivateTmp: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user