Nathan Fretz
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
3 additions and
3 deletions
-
passky-server/docker-compose.yml
-
passky-server/umbrel-app.yml
|
|
@ -8,7 +8,7 @@ services: |
|
|
|
PROXY_AUTH_ADD: "false" |
|
|
|
|
|
|
|
server: |
|
|
|
image: rabbitcompany/passky-server:8.1.7@sha256:0ef899cd68765fc25bb38a53578e3b00a51a37a04ec6b29450a580a48dd6c745 |
|
|
|
image: rabbitcompany/passky-server:8.1.8@sha256:e9bf7b9ecdf4904f1e3893b5968e98cbb61d4984bca1482081df2f59df05fca6 |
|
|
|
restart: on-failure |
|
|
|
stop_grace_period: 1m |
|
|
|
environment: |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: passky-server |
|
|
|
category: files |
|
|
|
name: Passky Server |
|
|
|
version: "8.1.7" |
|
|
|
version: "8.1.8" |
|
|
|
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. |
|
|
@ -29,7 +29,7 @@ path: "" |
|
|
|
defaultUsername: admin |
|
|
|
deterministicPassword: true |
|
|
|
releaseNotes: > |
|
|
|
This release fixes a rare issue that could prevent users from storing their passwords. |
|
|
|
This release includes improvements to email validation. |
|
|
|
|
|
|
|
|
|
|
|
Full release notes are found at https://github.com/Rabbit-Company/Passky-Server/releases |
|
|
|