AllTube Download - HTML GUI for youtube-dl
-
@fbartels said in AllTube Download - HTML GUI for youtube-dl:
I would recommend to rebuild the image in a Linux system. if you do not have a linux system at hand you could give wsl a try.
Gave it a try on my mac - everything worked out fine. Thanks!
BTW: shouldn't this app have a basic login or something? Otherwise anyone could use the app to download stuff...
-
Ok i've tried to add ldap auth and it seems to work, you can pull the new version from here as well: https://git.cloudron.io/msbt/alltube-app
The logs however are filled with
[client 172.18.0.1:48102] AH01797: client denied by server configuration
- don't know how to get rid of those, pointers would be appreciated. I'm not great with apache, bit we're not too far off there I guess.Maybe @fbartels knows how, I've heavily borrowed from his repo
-
@msbt said in AllTube Download - HTML GUI for youtube-dl:
don't know how to get rid of those, pointers would be appreciated. I'm not great with apache, bit we're not too far off there I guess.
my guess would be the allowoverride directives, for / you are allowing none (https://git.cloudron.io/msbt/alltube-app/blob/master/apache/alltube.conf#L8), but for the directory on disk you are allowing all (https://git.cloudron.io/msbt/alltube-app/blob/master/apache/alltube.conf#L26). The required setting must be somewhere in between.
-
Another alternative is to download a release package from GitHub and unzip it on the webserver.
-
@earlwiltonburry yep that also works just fine on a LAMP container
-
@earlwiltonburry said in AllTube Download - HTML GUI for youtube-dl:
Another alternative is to download a release package from GitHub and unzip it on the webserver.
that is true, however, this packages features basic auth through ldap
I just pushed a small update. It was creating the template files in /tmp which gets cleaned at some point and the app stops working, this is fixed in the new one.
-
Be nice to have it in the app store too though, no?
-
-
Thank you so much for your effort. This app is very nice!
-
-
@girish said in AllTube Download - HTML GUI for youtube-dl:
I don't mind adding it since we already have apps like CloudTorrent as well.
So let's get this in the app store then, no? Seems @msbt keeping on top of it
-
I've just tested the app and it seems to work well for me so far. I will look into getting it published together with today or tomorrow. @msbt I will fork the repo into the
cloudron
namespace on gitlab and will give you rights for that repo then as well. Do you know of any major blocking issues for it?