zane-ops / zane-ops

A self-hosted PaaS for your web services, databases, CRONs, and everything you need for your next startup.
https://zane.fredkiss.dev/docs/
MIT License
72 stars 4 forks source link

Feat: service details settings page UI #237

Closed Fredkiss3 closed 3 weeks ago

Fredkiss3 commented 4 weeks ago

Description

The UI for the settings for the service details where the user can change all the configurations for a service.

⚠️ If you modify backend code, be sure to run these commands :

cd backend
pnpm run openapi # will generate OpenAPI schema at `/openapi/schema.yaml`
pnpm run freeze # will update the `requirements.txt` file if you added new packages

⚠️ If you modify frontend code, be sure to run these commands :

pnpm run format # format the files using biome

Type of Change