Added Chowdown app
This commit is contained in:
parent
70f773e17a
commit
cab946f85e
2 changed files with 23 additions and 0 deletions
BIN
Images/chowdown.png
Normal file
BIN
Images/chowdown.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue