James Smith

Results 835 comments of James Smith

When you say "no longer exists", do you mean the files are gone on disk, or the model is gone in Manyfold? Or both? Is this an orphaned Problem record,...

Ah, that's an interesting one... OK, I can chase that down.

Was the model publicly visible at the time of deletion?

Not sure if it's a bug or config problem, but I've heard this discussed before, though I can't find the thread(s) now. It might also be similar to https://github.com/manyfold3d/manyfold/issues/3810. I...

Do you have a link to the other app and what discussion happened there?

This is a set of environment vars from a working installation using Authentik and HTTPS - can you paste yours to compare? ``` OIDC_CLIENT_ID: OIDC_CLIENT_SECRET: OIDC_ISSUER: https://authentik.example.com/application/o/manyfold/ OIDC_NAME: Authentik FORCE_OIDC:...

The scheme for the redirect link is set in https://github.com/manyfold3d/manyfold/blob/main/config/initializers/devise.rb#L292, and completely depends on the setting of `HTTPS_ONLY`, and `PUBLIC_HOSTNAME`. So, if HTTPS_ONLY is causing problems, then something's going very...

So having tested this a bit here, if you want a https `redirect_url`, you *have* to have set: ``` PUBLIC_HOSTNAME=your.domain.here HTTPS_ONLY=enabled ``` `PUBLIC_PORT` should only be set if it's non-standard...

We might be able to use https://github.com/licensee/licensee to do the actual parsing for this...!

I'm looking into a way we can enable Rails field encryption *optionally*; otherwise we'll end up breaking everyone's installations if we force enable it. Problem is some of it is...