mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Update passky-server to version v8.1.7 (#1312)
This commit is contained in:
parent
d32c6f0139
commit
8730d14c38
|
@ -8,7 +8,7 @@ services:
|
||||||
PROXY_AUTH_ADD: "false"
|
PROXY_AUTH_ADD: "false"
|
||||||
|
|
||||||
server:
|
server:
|
||||||
image: rabbitcompany/passky-server:8.1.6@sha256:ef803c3ffbabde6b79b996f5b33fcab0515f6439ccc961129d5da044c5518979
|
image: rabbitcompany/passky-server:8.1.7@sha256:0ef899cd68765fc25bb38a53578e3b00a51a37a04ec6b29450a580a48dd6c745
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
environment:
|
environment:
|
||||||
|
@ -60,4 +60,4 @@ services:
|
||||||
LIMITER_UPGRADE_ACCOUNT: 10
|
LIMITER_UPGRADE_ACCOUNT: 10
|
||||||
LIMITER_GET_REPORT: -1
|
LIMITER_GET_REPORT: -1
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/passky:/var/www/html/databases
|
- ${APP_DATA_DIR}/data/passky:/var/www/html/databases
|
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||||
id: passky-server
|
id: passky-server
|
||||||
category: files
|
category: files
|
||||||
name: Passky Server
|
name: Passky Server
|
||||||
version: "8.1.6"
|
version: "8.1.7"
|
||||||
tagline: Simple, modern, lightweight, open source and secure password manager
|
tagline: Simple, modern, lightweight, open source and secure password manager
|
||||||
description: >-
|
description: >-
|
||||||
With Passky, you can easily and securely store all of your passwords in one place.
|
With Passky, you can easily and securely store all of your passwords in one place.
|
||||||
|
@ -29,7 +29,9 @@ path: ""
|
||||||
defaultUsername: admin
|
defaultUsername: admin
|
||||||
deterministicPassword: true
|
deterministicPassword: true
|
||||||
releaseNotes: >
|
releaseNotes: >
|
||||||
This release includes minor bug fixes and updates.
|
This release fixes a rare issue that could prevent users from storing their passwords.
|
||||||
A full list of changes from the previous version can be found here: https://github.com/Rabbit-Company/Passky-Server/tags
|
|
||||||
|
|
||||||
|
Full release notes are found at https://github.com/Rabbit-Company/Passky-Server/releases
|
||||||
submitter: Rabbit Company LLC
|
submitter: Rabbit Company LLC
|
||||||
submission: https://github.com/getumbrel/umbrel-apps/pull/384
|
submission: https://github.com/getumbrel/umbrel-apps/pull/384
|
Loading…
Reference in New Issue
Block a user