Updated Passky Server to v8.1.4 (#461)

Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
Ziga Zajc 2023-03-20 06:46:13 +01:00 committed by GitHub
parent 2f84ac342a
commit 5ef581b0f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
server:
image: rabbitcompany/passky-server:8.1.2@sha256:abc356e4f998c5e7ec23c040decd928d953fa56bc08d19e5353e096ef790cd32
image: rabbitcompany/passky-server:8.1.4@sha256:82127289fa8509e432430606e6c9e6dabd49c7c6efe5318f6671568193361969
restart: on-failure
stop_grace_period: 1m
environment:

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: passky-server
category: Password Managers
name: Passky Server
version: "8.1.2"
version: "8.1.4"
tagline: Simple, modern, lightweight, open source and secure password manager
description: >-
With Passky, you can easily and securely store all of your passwords in one place.
@ -28,5 +28,8 @@ gallery:
path: ""
defaultUsername: admin
deterministicPassword: true
releaseNotes: >
This release includes minor bug fixes and updates.
A full list of changes from the previous version can be found here: https://github.com/Rabbit-Company/Passky-Server/tags
submitter: Rabbit Company LLC
submission: https://github.com/getumbrel/umbrel-apps/pull/384