Setup: Update Linux package install guide #3861

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-11-09 09:05:00 +01:00
parent 29b9b6fc76
commit 23a096b431

View file

@ -65,9 +65,9 @@ UploadNSFW: true
### `options.yml`
Default config values can be overridden by values [specified in an `options.yml` file](https://dl.photoprism.app/pkg/linux/options.yml), the command flags, and the environment variables. To load values from an `options.yml` file, if it exists, you can specify its storage path (not including the filename) with the `ConfigPath` option in a `defaults.yml` file, the `--config-path` command flag, or the `PHOTOPRISM_CONFIG_PATH` environment variable.
Default config values can be overridden by values [specified in an `options.yml` file](https://dl.photoprism.app/pkg/linux/options.yml), the command flags, and the environment variables. To load values from an `options.yml` file, if it exists, you can specify its storage path (excluding the filename) with the `ConfigPath` option in a `defaults.yml` file, the `--config-path` command flag, or the `PHOTOPRISM_CONFIG_PATH` environment variable.
These values are not global and can be different for each user and/or instance. For a list of supported options and their names, see <https://docs.photoprism.app/getting-started/config-files/>.
The values in an `options.yml` file are not global and can be different for each user and/or instance, depending on the directory layout you have specified in the `defaults.yml` file. For a list of supported options and their names, see <https://docs.photoprism.app/getting-started/config-files/>.
## Documentation