Files
pi-hosted/template/apps/tiddlywiki.json
2022-02-22 22:00:46 -05:00

27 lines
656 B
JSON

{
"categories": [
"Other",
"Tools"
],
"description": "A unique, non-linear notebook wiki.",
"image32": "mazzolino/tiddlywiki:latest",
"image64": "mazzolino/tiddlywiki:latest",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/tiddlywiki.png",
"name": "tiddlywiki",
"officialDoc": "https://github.com/djmaze/tiddlywiki-docker",
"platform": "linux",
"ports": [
"8080:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "TiddlyWiki",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/TiddlyWiki",
"container": "/var/lib/tiddlywiki"
}
],
"webpage": "https://tiddlywiki.com/"
}