Browse Source

Update pocketbase to v0.22.23 (#1735)

main
Nathan Fretz 3 months ago
committed by GitHub
parent
commit
82469a577d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      pocketbase/docker-compose.yml
  2. 7
      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.22@sha256:df4ca7b59be1e3ef6029d8aca3fbd45ed7c8f49f11bc78702220cf31d1e68303
image: ghcr.io/muchobien/pocketbase:0.22.23@sha256:9fa6b3b71d8f157c6414d96055a98ed4422018a993153162ac3a80e492c67b54
# pocketbase needs to run as root
# user: "1000:1000"
restart: on-failure

7
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.22"
version: "0.22.23"
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,10 @@ gallery:
path: /_/
dependencies: []
releaseNotes: >-
This is a small bugfix release.
This release includes improvements to server logging and hooks functionality:
- Improved hooks directory monitoring
- Added better server connection error logging
- Enhanced realtime topic error messages
Full release notes are found at https://github.com/pocketbase/pocketbase/releases
Loading…
Cancel
Save