From 3eef0f022c57f213e0ea96950b347a653e311d21 Mon Sep 17 00:00:00 2001 From: Ziga Zajc Date: Wed, 8 Feb 2023 00:03:01 +0100 Subject: [PATCH] App Submission: Passky Client (#385) Co-authored-by: Steven Briscoe --- passky-client/docker-compose.yml | 13 ++++++++++++ passky-client/umbrel-app.yml | 34 ++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 passky-client/docker-compose.yml create mode 100644 passky-client/umbrel-app.yml diff --git a/passky-client/docker-compose.yml b/passky-client/docker-compose.yml new file mode 100644 index 0000000..498332a --- /dev/null +++ b/passky-client/docker-compose.yml @@ -0,0 +1,13 @@ +version: "3.7" + +services: + app_proxy: + environment: + APP_HOST: passky-client_web_1 + APP_PORT: 80 + PROXY_AUTH_ADD: "false" + + web: + image: rabbitcompany/passky-client:8.1.1@sha256:9c144ceb22920c60dc659c8635f48a92be4bffdb7dc768aba0d26a9a42c3005d + restart: on-failure + stop_grace_period: 1m diff --git a/passky-client/umbrel-app.yml b/passky-client/umbrel-app.yml new file mode 100644 index 0000000..0cbc878 --- /dev/null +++ b/passky-client/umbrel-app.yml @@ -0,0 +1,34 @@ +manifestVersion: 1 +id: passky-client +category: Password Managers +name: Passky Client +version: "8.1.1" +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. + + + Say goodbye to the hassle of remembering multiple complex passwords - with Passky, all you need is one master password to access all of your accounts. + + + Passky uses advanced encryption technology to keep your passwords safe and secure, so you can have peace of mind knowing that your sensitive information is protected. + + + Plus, Passky is easy to use and available on all of your devices, so you can access your passwords wherever you go. Try Passky today and take control of your online security! +developer: Rabbit Company LLC +website: https://passky.org +dependencies: [] +repo: https://github.com/Rabbit-Company/Passky-Website +support: https://passky.org/contact +port: 5052 +gallery: + - 1.jpg + - 2.jpg + - 3.jpg + - 4.jpg + - 5.jpg +path: "" +defaultUsername: "" +defaultPassword: "" +submitter: Rabbit Company LLC +submission: https://github.com/getumbrel/umbrel-apps/pull/385 \ No newline at end of file