Merge pull request #60 from zigazajc007/master

Added Passky Client and Passky Server
This commit is contained in:
Jos Visser 2023-06-28 17:35:28 +02:00 committed by GitHub
commit 495de8a5de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 44 additions and 0 deletions

BIN
Images/passky-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

View File

@ -99,6 +99,8 @@ All templates are already configured to bind mount to various places on your dri
- Organizr-v2 - Organizr-v2
- Overseerr - Overseerr
- Owncloud - Owncloud
- Passky Client
- Passky Server
- Petio - Petio
- Photoshow - Photoshow
- Pihole - Pihole

View File

@ -2218,6 +2218,48 @@
"title": "Owncloud", "title": "Owncloud",
"type": 3 "type": 3
}, },
{
"categories": ["Other", "Tools"],
"description": "Passky is a simple, modern, lightweight, open-source and secure password manager.",
"image": "rabbitcompany/passky-client:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/passky-icon.png",
"name": "passky-client",
"platform": "linux",
"ports": ["8081:80/tcp"],
"restart_policy": "unless-stopped",
"title": "Passky Client",
"type": 1
},
{
"categories": ["Other", "Tools"],
"description": "Passky is a simple, modern, lightweight, open-source and secure password manager.",
"env": [
{
"default": "admin",
"label": "ADMIN_USERNAME",
"name": "ADMIN_USERNAME"
},
{
"label": "ADMIN_PASSWORD",
"name": "ADMIN_PASSWORD"
}
],
"image": "rabbitcompany/passky-server:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/passky-icon.png",
"name": "passky-server",
"note": "Do not forget to perform regular backups, especially before each update.",
"platform": "linux",
"ports": ["8080:80/tcp"],
"restart_policy": "unless-stopped",
"title": "Passky Server",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Passky-Server",
"container": "/var/www/html/databases"
}
]
},
{ {
"categories": ["Other", "Tools"], "categories": ["Other", "Tools"],
"description": "Petio is a third party companion app available to Plex server owners to allow their users to request, review and discover content.", "description": "Petio is a third party companion app available to Plex server owners to allow their users to request, review and discover content.",