Merge pull request #74 from SelfhostedPro/proton

added protonmail-bridge
This commit is contained in:
SelfhostedPro 2020-06-09 09:00:29 -07:00 committed by GitHub
commit 63d9bc1c65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 503 B

View File

@ -2525,6 +2525,34 @@
}
]
},
{
"type": 1,
"title": "ProtonMail Bridge",
"name": "protonmail-bridge",
"description": "This is an unofficial Docker container of the ProtonMail Bridge. Some of the scripts are based on Hendrik Meyer's work.",
"note": "Please refer to the documentation <a href='https://hub.docker.com/r/shenxn/protonmail-bridge'/>here</a> to set this up.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/protonmail-bridge.png",
"image": "shenxn/protonmail-bridge:latest",
"categories": [
"Email",
"Productivity",
"Tools",
"Other"
],
"platform": "linux",
"restart_policy": "unless-stopped",
"interactive" : "true",
"ports": [
"143/tcp",
"25/tcp"
],
"volumes": [
{
"container": "/root",
"bind": "/portainer/Files/AppData/ProtonMail-Bridge"
}
]
},
{
"type": 1,
"title": "Pydio",