Welcome to ztnet Discussions! #56
Replies: 7 comments 9 replies
-
I'm attempting to install ztnet on a digital ocean machine running docker but I'm not sure what the best course is to properly install it. I'm new to using docker. Just a nudge in the right direction would be much appreciated. |
Beta Was this translation helpful? Give feedback.
-
Hi, from the top of my head: Then copy the content of docker-compose.yml Create a new file in DO, Now pull containers and start the app. Application should now be accessable at do_ip:3000. However, i highly recommend to use a reverse proxy such as nginx with a domain name when accessing ztnet remotely. |
Beta Was this translation helpful? Give feedback.
-
That's absolutely true, but we must constantly keep in mind to block direct WAN access to default port 3000, because nodejs www server is listening wide open on all interfaces via unencrypted HTTP protocol, so there is possibility to compromise access to webUI. |
Beta Was this translation helpful? Give feedback.
-
@tinola ztnet:
ports:
- 127.0.0.1:3000:3000 Then use reverse proxy to point to the lo interface. |
Beta Was this translation helpful? Give feedback.
-
What is the best/easiest way to update ztnet if its running on docker? |
Beta Was this translation helpful? Give feedback.
-
When I go incognito is when I see the issue. I was trying to replicate a
new user going to the site.
…On Fri, Nov 3, 2023 at 3:03 PM Bernt Christian Egeland < ***@***.***> wrote:
Its probably a cache issue. Try to hit shift + f5, or try icognito mode
—
Reply to this email directly, view it on GitHub
<#56 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHX7MWO4S6LVSQ57ONF4ZXTYCVEXLAVCNFSM6AAAAAA2R62LHSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TINZQGU2TE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I got it running within a few min on the Ubuntu container inside my Promox. Thanks a lot for Sinamics' fantastic work. |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions