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'],
|
||||
Group: node['bitcoin']['usergroup'],
|
||||
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",
|
||||
Restart: 'on-failure',
|
||||
PrivateTmp: true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user