Update PocketID (#341)

* Up PocketID version in template

so PocketID now 1.10, but template pined to 0.36, and i bump it to v1 (which is latest 1.*)

* allign template

* allign template port

* allign meta

* allign meta prettier

* no need in ports, its not secure
This commit is contained in:
nst
2025-09-14 09:25:49 +05:00
committed by GitHub
parent dd1bc1e8f8
commit e645ecd2dd
3 changed files with 9 additions and 11 deletions

View File

@@ -1,17 +1,15 @@
services:
pocket-id:
image: ghcr.io/pocket-id/pocket-id:v0.35.1
image: ghcr.io/pocket-id/pocket-id:v1
restart: unless-stopped
environment:
- PUBLIC_UI_CONFIG_DISABLED
- PUBLIC_APP_URL
- APP_URL
- TRUST_PROXY
ports:
- 80
- ENCRYPTION_KEY
volumes:
- pocket-id-data:/app/backend/data
- pocket-id-data:/app/data
healthcheck:
test: "curl -f http://localhost/health"
test: [ "CMD", "/app/pocket-id", "healthcheck" ]
interval: 1m30s
timeout: 5s
retries: 2

View File

@@ -6,10 +6,10 @@ mounts = []
[[config.domains]]
serviceName = "pocket-id"
port = 80
port = 1411
host = "${main_domain}"
[config.env]
PUBLIC_UI_CONFIG_DISABLED = "false"
PUBLIC_APP_URL = "http://${main_domain}"
ENCRYPTION_KEY = "CHANGEME: openssl rand -base64 32"
APP_URL = "http://${main_domain}"
TRUST_PROXY = "true"

View File

@@ -3856,7 +3856,7 @@
{
"id": "pocket-id",
"name": "Pocket ID",
"version": "0.35.1",
"version": "v1",
"description": "A simple and easy-to-use OIDC provider that allows users to authenticate with their passkeys to your services.",
"logo": "pocket-id.svg",
"links": {