-
[Support] binhex - Deluge
Awesome to hear, il be looking for the auth variables to add. also with the newest update the port forward api has changed/moved. It's no longer at /v1/openvpn/portforwarded but instead has been moved to /v1/portforward . The old route sends a <a href="/v1/portforward">Moved Permanently</a> response. So you're gluetun script will need to be updated too.
-
[Support] binhex - Deluge
Will this container end up supporting gluetun's to be required authentication? As I see you can tell the container to use gluetun but no option to add a username,pass or api key. Ref mentioned here - https://github.com/qdm12/gluetun-wiki/blob/main/setup/advanced/control-server.md#authentication
-
[Support] binhex - Deluge
I was trying to install it from within binhex deluge docker since I don't need it to update all that much. So I didn't see the need for another container. But i think il just use another container that allows me to add the package to the compose file and just add a simple script to monitor and update my vpn port like binhex did automatically.
-
[Support] binhex - Deluge
That is the script I have been using. But it's not been working since I switched to binhex-deluge(it had worked with binhex-delugevpn tho which is strange). There's no pip in binhex containers and using the git clone option and installing doesn't seem to install the dependencies.
-
[Support] binhex - Deluge
I. Used that before but it stopped working with the newer versions of deluge. So I had to look for an alternative
-
[Support] binhex - Deluge
Im using the binhex-deluge container and trying to get autoremove-torrents to work. Im able to clone the git to a scripts folder and run the install.py successfully(since pip isnt installed). However when trying to run the program I get errors over missing modules like yaml,requests,deluge_client, ect. From what i was able to theorize myself it seems the installer is not being given permission to install its dependencies or something. Or maybe has todo with it being installed in an externally managed environment as is the error I get when installing python-pip and using pip to install the package. Is there a method to add a package during docker compose like with the docker mods option from linuxserver's containers? Or maybe another method i might have missed. Ideally i'd like this app to be installed automatically whenever there is an update.
-
Sarge888 started following Announcements
-
[Support] binhex - Deluge
I was able to fix this by using the ltConfig plugin and changing the peer_fingerprint setting to "-DE220s-" and then enabling the "apply setting on startup" option.
-
[Plugin] Docker Compose Manager
Where does compose-manager run its command line wen its starting a custom container? I had a mishap and a container created a database config folder in the root directory of where ever the command was run. So if you could point me to the location that would help me greatly to remove this misplaced folder.
-
[Plugin] CA User Scripts
Yes that does work for me. I guess it's the curl command I'm using. It uses both the -b and -c variables which I now understand is why it's downloading something. But why it doesn't tell me the response like it does wen I run the command in the shell is beyond me. I'd share the command but it relates to a tracker site and I'm not sure if that's allowed here.
-
[Plugin] CA User Scripts
That gets rid of the progress bar but does not show me the result. I should be recieving a api json response. Is there anyway to see that response in the output window?
-
[Plugin] CA User Scripts
So I have a simple script that runs a curl command within a docker container using docker exec command. However the output I get is just a download progress before finishing. It works just fine however I'd like the output to show me the returned json from the api call. Running the same command in a shell shows me the response. So I'm wondering how to have the userscript also return the response instead of just showing a download.
-
Sarge888 changed their profile photo
-
Sarge888 started following New Gpu is giving me odd errors, Log attached.
-
[Support] Djoss - FileBot
That solved it. Thx for the insight guys. Wish i would have seen it sooner lol.
-
[Support] Djoss - FileBot
I think iv cleared Filebot from issue. I believe it is causing another app issue because that app doesnt have the path output. May have a idea how to fix it now.
-
[Support] Djoss - FileBot
i've been trying for hours to get this keeplink thing to work. Can someone maybe give me the answer, im like starting to pull my hair out haha. i have shares for Downloads, Movies, TV located in /mnt/user in Downloads i have a complete folder that has all the completed files. Iv tried a few diff paths in the docker container settings but still keep getting the wrong symlink path.
-
[Support] Djoss - FileBot
awe ok i get it. So it must be a config issue then because after it does keeplink, deluge nolonger has access to the file/symlink. Is it even safe to give a docker /mnt/user access?