Merge pull request #19 from SelfhostedPro/adding_apps

Adding apps
This commit is contained in:
SelfhostedPro 2020-06-03 12:09:59 -07:00 committed by GitHub
commit ee4e50004e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 70 additions and 0 deletions

BIN
Images/deemix.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

BIN
Images/reactiveresume.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

BIN
Images/speedtest.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

View File

@ -21,6 +21,76 @@
} }
] ]
}, },
{
"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": "bocki/deemix:latest",
"categories": [
"Other",
"Tools"
],
"platform": "linux",
"restart_policy": "unless-stopped",
"ports": [
"9666:9666/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/DeeMix"
},
{
"container": "/downloads",
"bind": "/portainer/Downloads"
}
]
},
{ {
"type": 1, "type": 1,
"title": "Nginx Proxy Manager", "title": "Nginx Proxy Manager",