1
0
mirror of https://github.com/immich-app/immich.git synced 2025-01-13 15:35:15 +02:00
immich/docs/docs
Daniel Dietzler 59bb727636
feat(web, server): Ability to use config file instead of admin UI (#3836)
* implement method to read config file

* getConfig returns config file if present

* return isConfigFile for http requests

* disable elements if config file is used, show message if config file is set, copy existing config to clipboard

* fix allowing partial configuration files

* add new env variable to docs

* fix tests

* minor refactoring, address review

* adapt config type in frontend

* remove unnecessary imports

* move config file reading to system-config repo

* add documentation

* fix code formatting in system settings page

* add validator for config file

* fix formatting in docs

* update generated files

* throw error when trying to update config. e.g. via cli or api

* switch to feature flags for isConfigFile

* refactoring

* refactor: config file

* chore: open api

* feat: always show copy/export buttons

* fix: default flags

* refactor: copy to clipboard

---------

Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
2023-08-25 13:44:52 -04:00
..
administration Clarify immich-admin command usage (#3456) 2023-07-28 22:30:05 -05:00
developer docs: update architecture.md (#3488) 2023-07-31 14:04:44 -05:00
features doc: update bulk-upload.md (#3673) 2023-08-14 09:39:47 -05:00
guides docs(guide): run ML on another machine (#3335) 2023-08-10 01:12:39 +00:00
install feat(web, server): Ability to use config file instead of admin UI (#3836) 2023-08-25 13:44:52 -04:00
overview Fix typo in logo docs (#3475) 2023-07-30 20:28:46 -05:00
partials Update _storage-template.md (#3388) 2023-07-23 11:53:58 -05:00
FAQ.md feat(web,server)!: configure machine learning via the UI (#3768) 2023-08-25 06:15:03 +02:00