- MSK
- https://7fproject.com
-
Active developing whenever i feel like it
- Joined on
2025-09-24
@joshuaevans9807 commented on GitHub:
Okay it seems like we are getting somewhere.
Now getting "permission denied to create extension citext"
Many Thanks Joshua Evans
On Monday, 6 October 2025…
@kmendell commented on GitHub:
Closing as this is a duplicate of https://github.com/pocket-id/pocket-id/issues/497. If we implement s3 it would be a All of nothing thing, vs just images. Elias…
@userbradley commented on GitHub:
Turns out I have misunderstood what this is for, RE my use case.
But the general idea stands that it would be nice to be able to upload the jwks to Pocket ID
@stonith404 commented on GitHub:
You can try the following commands, but please make a backup first in case something goes wrong.
- Stop Pocket ID
- Run these commands
ALTER TABLE…
@michaelbeaumont commented on GitHub:
When working with Kubernetes jwks, the Kubernetes API is using a self signed cert, meaning that pocket id can't get the jwks file and validate it.
For the…
@ItalyPaleAle commented on GitHub:
The federation implemented in Pocket ID today is for client authentication (client = apps), not for authenticating resource owners (users or other kinds of…
@joshuaevans9807 commented on GitHub:
I think i did when there was issues with 1.11.0 and recently when upgrading to the latest as it said i had a dirty database migration
Is there a way to fix…
@joshuaevans9807 commented on GitHub:
Managed to do this today. I ran the above and now getting this `Oct 4 08:59:39 ERR Failed to run pocket-id app=pocket-id version=1.11.2 error="failed to…
@stonith404 commented on GitHub:
Have you ever executed a database command manually, to resolve a migration issue for example? Because it seems like your database schema isn't correct.
@stonith404 commented on GitHub:
It seems that this migration has already been applied. Please run the following command and then restart Pocket ID:
UPDATE schema_migrations SET dirty =…
@Skaronator commented on GitHub:
Thanks for the quick fix! @stonith404
Really like Pocket ID so far. I tested a few other OIDC providers, and they require so much other stuff (redis, db,…
@janreinhardt commented on GitHub:
Unfortunately,its still not working for me on 1.13.0 This is the log:
`Oct 6 11:51:31 ERR Request with errors: Error #01: failed to download logo: failed to…
@TheoDurr commented on GitHub:
Seems like a check of the directory existence is missing in [oidc_service.go](f9839a978c/ba…