easypanel-io / community

Modern server control panel powered by Docker
https://easypanel.io
51 stars 4 forks source link

Disabling Serve on IP Address and Port (not working) (v1.10.2) #73

Closed heykripa closed 2 years ago

heykripa commented 2 years ago

Feature is working good in the server 1 which was upgraded from v1.10.1 to v.1.10.2 today (directly from dashboard navigation).

Built a new server (server 2) for another project and pulled easypanel latest with one-click sh. It directly install v1.10.2 and server on ip address feature is not working. Tried at least 6 times, removed easypanel from docker, reinstalled it, and rebuilt server for couple of times, and its not yet working. Still servers on IP address.

Screenshot 2022-09-08 at 11 13 27 PM Screenshot 2022-09-08 at 11 16 03 PM

deiucanta commented 2 years ago

There are now 3 ways to access Easypanel

  1. http://ip:3000 (always enabled, used as a backup in case the reverse proxy fails)
  2. https://ip (you can enable/disable it in settings: Server on IP Address)
  3. https://custom-domain (you can customize in settings)

If you disable the switch "Server on IP", only the 2nd way will be disabled, the 1st one will still work.

Is this the behaviour you're experiencing?

heykripa commented 2 years ago

Yes @deiucanta. I'm experiencing the 1st behaviour. My first server apps are showing like this. (Seems good) But the 2nd new server deployed the latest version of easypanel directly makes port to open.

image

deiucanta commented 2 years ago

image

Please let me know if you're experiencing a bug or you want it to work differently.

heykripa commented 2 years ago

As per my understanding..

deiucanta commented 2 years ago

Awesome! You can block port 3000 using ufw.

heykripa commented 2 years ago

After updating 1st server from v1.10.2 to v1.10.3, the null value turned into ip address. So, what I thought as a feature was actually a bug and it's fixed now on your latest push. And what I thought as a bug is a actually a feature. Sorry for the long convo.. ;)

You're doing it Awesome!!!

image

Screenshot 2022-09-09 at 2 31 47 AM
deiucanta commented 2 years ago

No worries. Everything makes sense now! :)