umbrel-manager icon indicating copy to clipboard operation
umbrel-manager copied to clipboard

Add user settings API + Logic

Open louneskmt opened this issue 5 years ago • 1 comments

This PR adds the routes and the logic to allow custom user settings.

New routes:

  • GET /v1/account/settings: get existing user settings
  • POST /v1/account/settings (request body: setting and value): update one setting to a new value, add it if needed

Related PR:

  • https://github.com/getumbrel/umbrel-dashboard/pull/250

louneskmt avatar Nov 01 '20 19:11 louneskmt

This PR seems to be blocking couple of others, is there anything else that needs to be done?

bezysoftware avatar Apr 02 '21 21:04 bezysoftware