feat(web): read-write configuration from admin UI #117

Closed
opened 2026-02-15 15:52:17 +00:00 by forbes · 0 comments
Owner

Allow admins to view and edit the server configuration (config.yaml values) from the web UI.

  • GET /api/admin/config returns current config (sensitive fields redacted)
  • PUT /api/admin/config updates config values
  • Settings page renders config fields with save button
  • Changes require server restart (show banner)

Part of the UI rework series.

Allow admins to view and edit the server configuration (config.yaml values) from the web UI. - GET /api/admin/config returns current config (sensitive fields redacted) - PUT /api/admin/config updates config values - Settings page renders config fields with save button - Changes require server restart (show banner) Part of the UI rework series.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/silo#117