Files
pi-hosted/template/apps/protonmail-bridge.json
2022-08-21 18:14:28 -04:00

31 lines
948 B
JSON

{
"categories": [
"Email",
"Productivity",
"Tools",
"Other"
],
"description": "This is an unofficial Docker container of the ProtonMail Bridge. Some of the scripts are based on Hendrik Meyer's work.",
"image_arm64": "shenxn/protonmail-bridge:build",
"image_amd64": "shenxn/protonmail-bridge:build",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/protonmail-bridge.png",
"name": "protonmail-bridge",
"note": "Please refer to the documentation <a href='https://hub.docker.com/r/shenxn/protonmail-bridge'/>here</a> to set this up.",
"officialDoc": "https://hub.docker.com/r/shenxn/protonmail-bridge",
"platform": "linux",
"ports": [
"143:143/tcp",
"25:25/tcp"
],
"restart_policy": "unless-stopped",
"title": "ProtonMail Bridge",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/ProtonMail-Bridge",
"container": "/root"
}
],
"webpage": "https://protonmail.com/bridge/"
}