diff --git a/Images/ytdlm.png b/Images/ytdlm.png new file mode 100644 index 0000000..12d2d44 Binary files /dev/null and b/Images/ytdlm.png differ diff --git a/Template/template.json b/Template/template.json index 6f0c4f2..5411d86 100644 --- a/Template/template.json +++ b/Template/template.json @@ -109,7 +109,7 @@ "title": "FileBrowser", "name": "Filebrowser", "description": "Web File Browser which can be used as a middleware or standalone app.", - "note": "The default username and password is admin/admin", + "note": "The default user and password is admin/admin.", "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/filebrowser.png", "image": "80x86/filebrowser:latest", "categories": [ @@ -132,6 +132,45 @@ } ] }, + { + "type": 1, + "title": "YouTubeDL-Material", + "name": "YouTubeDL-Material", + "description": "YoutubeDL-Material is a Material Design frontend for youtube-dl. It's coded using Angular 9 for the frontend, and Node.js on the backend.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/ytdlm.png", + "image": "tzahi12345/youtubedl-material:latest", + "categories": [ + "Other", + "Downloaders" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "17442:17442/tcp" + ], + "volumes": [ + { + "container": "/app/appdata", + "bind": "/portainer/Files/AppData/Config/YTDLM" + }, + { + "container": "/app/video", + "bind": "/portainer/Files/AppData/Youtube/Video" + }, + { + "container": "/app/subscriptions", + "bind": "/portainer/Files/AppData/Youteube/Subscriptions" + }, + { + "container": "/app/users", + "bind": "/portainer/Files/AppData/Youteube/Users" + }, + { + "container": "/app/audio", + "bind": "/portainer/Files/AppData/Youteube/Audio" + } + ] + }, { "type": 1, "title": "DashMachine",