vitodeploy / vito

The Ultimate Server Management Tool
https://vitodeploy.com
GNU Affero General Public License v3.0
1.06k stars 166 forks source link

refactor: :safety_vest: make name require & validation pattern to ipv… #242

Closed youssefshibl closed 3 months ago

youssefshibl commented 3 months ago

set some of validation in ip input and port number and make name is require , this will help and to take off this work from backend and make check before send request to backend

saeedvaziry commented 3 months ago

Backend validation is clean and easy to maintain. Also, it is centralized and we don't need to maintain both (front and back)