Files
pi-hosted/template/apps/snippet-box.json
2022-09-21 22:39:49 -04:00

30 lines
899 B
JSON

{
"categories": [
"Other",
"Tools"
],
"description": "Snippet Box is a simple self-hosted app for organizing your code snippets.",
"image_arm32": "pawelmalak/snippet-box:arm",
"image_arm64": "pawelmalak/snippet-box:arm",
"image_amd64": "pawelmalak/snippet-box:latest",
"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": "N.14",
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Snippet-box",
"container": "/app/data"
}
],
"webpage": "https://github.com/pawelmalak/snippet-box"
}