Merge pull request #69 from SelfhostedPro/adding_apps

Added Chowdown app
This commit is contained in:
SelfhostedPro 2020-06-09 07:36:59 -07:00 committed by GitHub
commit 382dd26deb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 0 deletions

BIN
Images/chowdown.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -23,6 +23,29 @@
} }
] ]
}, },
{
"type": 1,
"title": "Chowdown",
"name": "Chowdown",
"description": "ave recipes in seconds with plain text formatting and create beatiful recipe pages with automated ease.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/chowdown.png",
"image": "gregyankovoy/chowdown:latest",
"categories": [
"Other",
"Tools"
],
"platform": "linux",
"restart_policy": "unless-stopped",
"ports": [
"4000:4000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Chowdown"
}
]
},
{ {
"type": 1, "type": 1,
"title": "Wikijs", "title": "Wikijs",