mirror of
https://github.com/SelfhostedPro/selfhosted_templates.git
synced 2026-04-02 10:52:21 +00:00
create testtemplate for portainer changes
This commit is contained in:
31
Template/testtemplate.json
Normal file
31
Template/testtemplate.json
Normal file
@@ -0,0 +1,31 @@
|
||||
[
|
||||
{
|
||||
"type": "1",
|
||||
"title": "htpcmanager",
|
||||
"description": "Htpcmanager, a front end for many htpc related applications. Hellowlol version.",
|
||||
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/htpcmanager-icon.png",
|
||||
"platform": "linux",
|
||||
"image": "linuxserver/htpcmanager:latest",
|
||||
"category": [
|
||||
"MediaApp:Video",
|
||||
"MediaApp:Music",
|
||||
"MediaApp:Other"
|
||||
],
|
||||
"ports": [
|
||||
"8085/tcp"
|
||||
],
|
||||
"volumes": [{ "container": "/config"}],
|
||||
"env": [
|
||||
{
|
||||
"name": "PGID",
|
||||
"label": "PGID",
|
||||
"set": ""
|
||||
},
|
||||
{
|
||||
"name": "PUID",
|
||||
"label": "PUID",
|
||||
"set": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user