Dokploy / dokploy

Open Source Alternative to Vercel, Netlify and Heroku.
https://dokploy.com/
Other
9.4k stars 464 forks source link

IP address doesn't update (it's showing an old external ip the server had during installation, is it hard coded?) #692

Closed znowfox closed 1 week ago

znowfox commented 1 week ago

To Reproduce

install dokploy change external ip witness the sacrilegial missinformation =)

Current vs. Expected behavior

Needs to show current ip address, could be cached, parsed live, parsed on update, parsed periodically...

Provide environment information

ubuntu server
dedicated server @ovh

Which area(s) are affected? (Select all that apply)

Application

Additional context

No response

Siumauricio commented 1 week ago

What do you mean by change internal Ip? Please be more descriptive, give steps to reproduce, this is not useful

znowfox commented 1 week ago

image

znowfox commented 1 week ago

That IP, is not the current ip of the host!

Siumauricio commented 1 week ago

if you changed the IP for any reason, the ip will not change because at the moment of register it save your actual IP, this is not a bug, if you want to change the IP to a new one you can do entering to the database container and updating the value for now

znowfox commented 1 week ago

-> feature request i suppose, or feel free to close.

znowfox commented 1 week ago

(use case: changing server, restoring backup, dynamic ip, or what not)

Siumauricio commented 1 week ago

Yeah lets make as a feature request, if you want to solve your issue you can see this discussion is basically the same problem https://github.com/Dokploy/dokploy/discussions/369#discussioncomment-10422413

znowfox commented 1 week ago

Yeah lets make as a feature request, if you want to solve your issue you can see this discussion is basically the same problem #369 (comment)

Yes that works, for the others, the psql user is "dokploy"

kdurek commented 1 week ago

Gonna take care of this :D

EDIT: https://github.com/Dokploy/dokploy/pull/714