27 lines
656 B
JSON
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/"
|
|
}
|