Merge pull request #9 from SelfhostedPro/test
added TiddlyWiki and removed test text from htpcmanager.
This commit is contained in:
commit
a6eda2cd9f
2 changed files with 18 additions and 1 deletions
BIN
Images/tiddlywiki.png
Normal file
BIN
Images/tiddlywiki.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
"type": 1,
|
"type": 1,
|
||||||
"title": "htpcmanager",
|
"title": "htpcmanager",
|
||||||
"description": "Htpcmanager, a front end for many htpc related applications. Hellowlol version. this is a test",
|
"description": "Htpcmanager, a front end for many htpc related applications. Hellowlol version.",
|
||||||
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/htpcmanager-icon.png",
|
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/htpcmanager-icon.png",
|
||||||
"image": "linuxserver/htpcmanager:latest",
|
"image": "linuxserver/htpcmanager:latest",
|
||||||
"categories": ["Video", "Music", "Other"],
|
"categories": ["Video", "Music", "Other"],
|
||||||
|
@ -2354,6 +2354,23 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": 1,
|
||||||
|
"title": "TiddlyWiki",
|
||||||
|
"description": "A unique, non-linear notebook wiki.",
|
||||||
|
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/tiddlywiki.png",
|
||||||
|
"image": "mazzolino/tiddlywiki:latest",
|
||||||
|
"categories": ["Other", "Tools"],
|
||||||
|
"platform": "linux",
|
||||||
|
"ports": [
|
||||||
|
"8080:8080/tcp"
|
||||||
|
],
|
||||||
|
"volumes": [
|
||||||
|
{"container": "/var/lib/tiddlywiki",
|
||||||
|
"bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/TiddlyWiki"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": 1,
|
"type": 1,
|
||||||
"title": "Nginx Proxy Manager",
|
"title": "Nginx Proxy Manager",
|
||||||
|
|
Loading…
Reference in a new issue