You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After fumbling around between posts, questions comments and hair pulling I thought I would share how I was able to install zero-ui and point it to a local installed private moon. At this time my setup is for internal use only so i have disabled/removed the https-proxy section.
Install zerotier on the host computer and configure it as necessary for your environment.
My environment is as follows: Centos 9 (primary moon and docker running only the zero-ui interface), Centos 6 (slave moon) and Windows machines as clients
Set zerotier to allow management from all network interfaces; restart zerotier-one echo "{\"settings\": {\"portMappingEnabled\": true,\"softwareUpdate\": \"disable\",\"allowManagementFrom\": [\"0.0.0.0/0\"]}}" > /var/lib/zerotier-one/local.conf
Follow the installation instructions for zero-ui
Once you have the docker-compose.yml modify it accordingly
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
After fumbling around between posts, questions comments and hair pulling I thought I would share how I was able to install zero-ui and point it to a local installed private moon. At this time my setup is for internal use only so i have disabled/removed the https-proxy section.
Install zerotier on the host computer and configure it as necessary for your environment.
My environment is as follows: Centos 9 (primary moon and docker running only the zero-ui interface), Centos 6 (slave moon) and Windows machines as clients
Set zerotier to allow management from all network interfaces; restart zerotier-one
echo "{\"settings\": {\"portMappingEnabled\": true,\"softwareUpdate\": \"disable\",\"allowManagementFrom\": [\"0.0.0.0/0\"]}}" > /var/lib/zerotier-one/local.conf
Follow the installation instructions for zero-ui
Once you have the docker-compose.yml modify it accordingly
Run the docker compose command and voila, zero-ui is connected to the local installed zerotier-one service running on the server.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions