Joshua Wells
Joshua Wells
> You can mount any folder in read-only mode to restrict the access to files: > > ```yaml > volumes: > - "/mnt/photos/nature:/photoprism/originals/nature:ro" > ``` Very true. You can do...
@lastzero thanks for the updates! There is 1 issue that has surfaced later than your commits regarding ```sh switching to uid 1000620000:1000620000 /opt/photoprism/bin/photoprism start setpriv: uid 1000620000 not found, --init-groups...
> UID 1000620000 is not supported, see list of valid ranges in the config examples. Unfortunately this requires me to bypass certain security contexts in OpenShift/OKD, but I'll deal with...
> Is this a configurable ? For example, can I turn this behaviour back on if I want to ? > > EDIT: Oh I see... I can set `PHOTOPRISM_DISABLE_CHOWN_ORIGINALS`...
> As a workaround, I wrote this Fish shell snippet to update all torrents with an up-to-date tracker list: > > ```fish > set trackers (curl --silent --stderr -- "https://newtrackon.com/api/stable")...
> What would you prefer the rsync target to be? `:` or something else? Yes. I think pulling one from `kubectl` would be good, but requiring the user to input...
> Hi @BonzTM, maybe this helps? https://docs.projectquay.io/deploy_quay_on_openshift_op_tng.html#operator-customize-images Hello, This does help, however it is noted: `Using this mechanism is not supported for production Quay environments and is strongly encouraged only...
> If you are running on OpenShift, you can use `ImageContentSourcePolicy` to redirect those image pulls for `redis` and `postgres` to your own mirror of those images. Thanks Dan, I...
> The operator is packaged following a philosophy from the OpenShift Container Platform, which is to: > > * hard code container image references and not get those from external...