AllTube Download - HTML GUI for youtube-dl
-
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

-
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.

-
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

-
Another alternative is to download a release package from GitHub and unzip it on the webserver.

@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.
-
Is this somehow still available to the app store?
-
Ok thanks!
-
Be nice to have it in the app store too though, no?
-
I would like that very much, but I'm guessing that apps like this are not exactly what cloudron is targeting, it's a rather "casual" piece of software which doesn't really fit in with the others, but maybe there's place for it in the random category

-
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
cloudronnamespace on gitlab and will give you rights for that repo then as well. Do you know of any major blocking issues for it? -
@nebulon neat, the only issues I couldn't fix and didn't have the time to were the error message in the console like
Mar 24 18:03:56 [Tue Mar 24 17:03:56.699195 2020] [access_compat:error] [pid 132] [client 172.18.0.1:38992] AH01797: client denied by server configuration: /app/code/, referer: https://my.cloudrondomain.com, must be something with my apache config but it was working nonetheless.Is there a way to enable/disable cloudron "integration" (i.e. apache ldap login) so it's either available to everyone or only cloudron users?
The only thing that worried me a little was the upgrade fom 2.1.0 to 2.2.1, it only showed a blank page afterwards, but I reckon we can figure it out on the next one

) it required a reinstall of the app, but since there's nothing saved, this should be no problem. with this update soundcloud works again and some other nice features got added.