Merge pull request #74 from SelfhostedPro/proton
added protonmail-bridge
This commit is contained in:
commit
63d9bc1c65
2 changed files with 28 additions and 0 deletions
BIN
Images/protonmail-bridge.png
Normal file
BIN
Images/protonmail-bridge.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 503 B |
|
@ -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,
|
"type": 1,
|
||||||
"title": "Pydio",
|
"title": "Pydio",
|
||||||
|
|
Loading…
Reference in a new issue