diff --git a/Images/deemix.png b/Images/deemix.png new file mode 100644 index 0000000..db191d8 Binary files /dev/null and b/Images/deemix.png differ diff --git a/Images/reactiveresume.png b/Images/reactiveresume.png new file mode 100644 index 0000000..629c52f Binary files /dev/null and b/Images/reactiveresume.png differ diff --git a/Images/speedtest.png b/Images/speedtest.png new file mode 100644 index 0000000..1cc0e16 Binary files /dev/null and b/Images/speedtest.png differ diff --git a/Template/template.json b/Template/template.json index 7b47f60..46d2fc4 100644 --- a/Template/template.json +++ b/Template/template.json @@ -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, "title": "Nginx Proxy Manager",