Adyanth Hosavalike
Adyanth Hosavalike
I'd like the data to be downloaded on access, maybe once for indexing, and then when I open a photo. I do not want to sync the large collection locally....
Using rclone mount (read only) on openmediavault served over NFS (readonly) mounted (readonly) on Kubernetes for Photoprism is what I am using now. Works better than I expected honestly and...
When a Custom Resource does not have either Spec or Status sections, `operator-sdk generate kustomize manifests` fails with the same error. What is the fix for this?
Hey @asmacdo @camilamacedo86 I sure can take a crack at adding this, FAQ sounds good. And following semvar is a good idea, yes. I saw that the make bundle does...
This command is what I believe updates the manifests: https://github.com/operator-framework/operator-sdk/blob/87cdc50247832a53e26b713a2ecab6e2215bdb52/testdata/go/v3/memcached-operator/Makefile#L187 This is only called during `make bundle`. What I propose is doing that for other make targets (like docker-build, etc)...
Would converting the image to SVG and embedding it in the file be within scope?
The size would be large when using SVG. I haven't seen any pros/cons on storing images in the DB vs the filesystem to comment on which would be better. Storing...
Not a regular user of Typescript, but will add my thoughts :)
As long as the header is configurable, should be all good. A traefik+traefik-forward-auth can talk to any OIDC IdP and provide the username/mail in X-Forwarded-User
When implementing header only authorization, that burden lies on the reverse proxy. Application cannot distinguish it one way or another. You sure need to call that out as something to...