Files
pi-hosted/template/apps/snippet-box.json
2022-07-03 17:46:40 -04:00

29 lines
838 B
JSON

{
"categories": [
"Other",
"Tools"
],
"description": "Snippet Box is a simple self-hosted app for organizing your code snippets.",
"image32": "pawelmalak/snippet-box:arm",
"image64": "pawelmalak/snippet-box:arm",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/snibox.png",
"name": "Snippet-box",
"note": "Label-oriented interface with search. Supports various programming languages, markdown, plain text.",
"officialDoc": "https://github.com/pawelmalak/snippet-box#with-docker",
"platform": "linux",
"ports": [
"5010:5000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Snippet-box",
"type": 1,
"videoID": 14,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Snippet-box",
"container": "/app/data"
}
],
"webpage": "https://github.com/pawelmalak/snippet-box"
}