eduardogsilva / routerfleet

RouterFleet: An open-source solution for centralized router and network equipment management. Initially focused on Mikrotik devices, it offers simplified backups, updates, and security. Perfect for managing a fleet of devices efficiently. Join us in evolving RouterFleet's capabilities
MIT License
65 stars 3 forks source link

Router address doesn't allow long address #2

Closed craigmcfly closed 4 months ago

craigmcfly commented 4 months ago

The hostname allows for a lot of characters, but the address field only allows for a few (by the look of it an IPv4 address). It doesn't allow for a router hostname or a IPv6 address.

eduardogsilva commented 4 months ago

The "address" field was supposed to work with IP address and hostnames. I forgot to change the model field size. It's done now. Thank you for pointing it out.

I also added the upgrade instructions to the readme file. :)

Thank you!

craigmcfly commented 4 months ago

I had a look at the upgrade instructions, but it's unclear how to do a pg_dump given that the postgres app is in a container. You might want to elaborate on that bit.

eduardogsilva commented 4 months ago

@craigmcfly I've updated the README to include the pg_dump command. ;)