Set up Zerotier Controller UI #305
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/zncui"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Install/configure ztncui, with HTTP access allowed from within the private network. The program comes with its own user management, so please ping Ops if you need access.
Tested/running on
zerotier-1
.Set up Zerotier Control UIto Set up Zerotier Controller UII left a comment about using the package resource, the rest looks good to me
@ -0,0 +12,4 @@
notifies :run, 'bash[install_ztncui_package]', :immediately
end
bash 'install_ztncui_package' do
I'd use the package resource for this instead of running a bash command
👍