Added Reactive-Resume and LibreSpeed
This commit is contained in:
parent
bd417b0636
commit
a12fdc6ff8
3 changed files with 56 additions and 7 deletions
BIN
Images/reactiveresume.png
Normal file
BIN
Images/reactiveresume.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
BIN
Images/speedtest.png
Normal file
BIN
Images/speedtest.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 127 KiB |
|
@ -21,23 +21,72 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": 1,
|
||||
"title": "Reactive-Resume",
|
||||
"description": "A one-of-a-kind resume builder that's not out to get your data. Completely secure, customizable, portable, open-source and free forever.",
|
||||
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/reactiveresume.png",
|
||||
"image": "amruthpillai/reactive-resume:latest",
|
||||
"categories": [
|
||||
"Other",
|
||||
"Tools"
|
||||
],
|
||||
"platform": "linux",
|
||||
"restart_policy": "unless-stopped",
|
||||
"ports": [
|
||||
"80/tcp"
|
||||
],
|
||||
"volumes": [
|
||||
{
|
||||
"container": "/usr/src/app",
|
||||
"bind": "/portainer/Files/AppData/Config/ReactiveResume"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": 1,
|
||||
"title": "LibreSpeed",
|
||||
"description": "Another application bookmark dashboard, with fun features.",
|
||||
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/speedtestpng",
|
||||
"image": "linuxserver/librespeed:latest",
|
||||
"categories": [
|
||||
"Other",
|
||||
"Tools"
|
||||
],
|
||||
"platform": "linux",
|
||||
"restart_policy": "unless-stopped",
|
||||
"ports": [
|
||||
"80/tcp"
|
||||
],
|
||||
"volumes": [
|
||||
{
|
||||
"container": "/config",
|
||||
"bind": "/portainer/Files/AppData/Config/LibreSpeed"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": 1,
|
||||
"title": "DeeMix",
|
||||
"description": "Deemix is a deezer downloader built from the ashes of Deezloader Remix.",
|
||||
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/deemix.png",
|
||||
"image": "rmountjoy/dashmachine:latest",
|
||||
"categories": ["Other", "Tools"],
|
||||
"categories": [
|
||||
"Other",
|
||||
"Tools"
|
||||
],
|
||||
"platform": "linux",
|
||||
"restart_policy": "unless-stopped",
|
||||
"ports": [
|
||||
"9666:9666/tcp"
|
||||
],
|
||||
"volumes": [
|
||||
{"container": "/config",
|
||||
{
|
||||
"container": "/config",
|
||||
"bind": "/portainer/Files/AppData/Config/DeeMix"
|
||||
},
|
||||
{"container": "/downloads",
|
||||
{
|
||||
"container": "/downloads",
|
||||
"bind": "/portainer/Downloads"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue