Browse Source

Update pocketbase to version v0.22.19 (#1368)

main
Nathan Fretz 5 months ago
committed by GitHub
parent
commit
5e2d11d85c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      pocketbase/docker-compose.yml
  2. 6
      pocketbase/umbrel-app.yml

2
pocketbase/docker-compose.yml

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
app:
image: ghcr.io/muchobien/pocketbase:0.22.18@sha256:9221b0f6c9148fee5977f1c5532bd1f3de970d6b3028fd02886b6edf37054829
image: ghcr.io/muchobien/pocketbase:0.22.19@sha256:33a49be746fbc9f4c0d55b0cb869a661f33fda889a2147818411d73c50795cc6
# pocketbase needs to run as root
# user: "1000:1000"
restart: on-failure

6
pocketbase/umbrel-app.yml

@ -3,7 +3,7 @@ id: pocketbase
name: PocketBase
tagline: Open Source backend for your next SaaS and Mobile app in 1 file
category: developer
version: "0.22.18"
version: "0.22.19"
port: 5400
description: >-
PocketBase is an open source backend consisting of embedded database (SQLite) with realtime subscriptions, built-in auth management, convenient dashboard UI and simple REST-ish API.
@ -41,7 +41,7 @@ gallery:
path: /_/
dependencies: []
releaseNotes: >-
This update improves file delete performance when using the local filesystem.
Additional parsing for the Apple OAuth2 user token response field has been added to attempt fetching the name of the authenticated user.
Full release notes are found at https://github.com/pocketbase/pocketbase/releases.
Full release notes are found at https://github.com/pocketbase/pocketbase/releases
Loading…
Cancel
Save