Replies: 3 comments 3 replies
-
I’ll let others comment but please read through the documentation for the container first, second I don’t think using dsm built in Manager will work well.. perhaps instead of using the cli you can setup portainer first and then setup this container through that. |
Beta Was this translation helpful? Give feedback.
-
so. consider this thread my learning process. creating it with docker run worked. (and it's not obvious to someone like me that you can SSH into the Synology box -- which in turn means turning on the SSH service, and execute that "docker run" command as root with sudo). the thing starts. editing the settings with Container Manager also works, apart from the annoying bit about those auto-populated keys needing values. I still don't get the LOCAL_NETWORK variable*, and I cannot connect with a browser, even after reading this. I added the / to /transmission/rpc/ . I am running it on port 9092 because Container Manager complained that 9091 was in use -- probably by that "basic" transmission container install (which is not running). edit: OK figured out LOCAL_NETWORK and what /24 means -- it's the whole range to 255. however, still working on actually connecting. |
Beta Was this translation helpful? Give feedback.
-
The LOCAL_NETWORK is specify your subnet.. if your devices are all on 192.168.0.1-256 range then you could put 192.168.0.0/24 here.. else you can use a subnet calculator to check/ BRPatrick KishinoOn 17 May 2024, at 00:54, metaclam ***@***.***> wrote:
so. consider this thread my learning process. creating it with docker run worked. (and it's not obvious to someone like me that you can SSH into the Synology box -- which in turn means turning on the SSH service, and execute that "docker run" command as root with sudo).
the thing starts. editing the settings with Container Manager also works, apart from the annoying bit about those auto-populated keys needing values.
I still don't get the LOCAL_NETWORK variable, and I cannot connect with a browser, even after reading this. I added the / to /transmission/rpc/ . I am running it on port 9092 because Container Manager complained that 9091 was in use -- probably by that "basic" transmission container install.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I am a newbie with containers and VPNs and pretty much everything involved, but I managed to get a container running transmission with ghrc.io/linuxserver/transmission, very well. I'll call that "basic". (There I followed a guide which involved running scripts.)
I've completely failed with haugene and I hardly know where to start!
• Should I start with a Project? Or Creating a Container? They have similar results. The former said the container was running within the project and that isn't what basic was doing --- so last attempt was creating a container directly.
• In trying to edit the settings of the container there are a number of fields -- like WEBPROXY_PORT that seem auto-added but have no values. Container Manager won't let me save other changes until I either filll in those values or remove them.
• removing them, the container starts but immediately crashes. how to troubleshoot?
• the default settings don't include things like LOCAL_NETWORK that are in this project's .yml example files. Should I add them? (I also tried starting the project with a .yml file that did have that key, but had similar problems)
• Please explain LOCAL_NETWORK. mine is in the range of 192.168.0.1 - 192.168.0.255. Should I put 192.168.0.1/255 ? What's the 192.168.0.0/24 I see in examples? Why end with 0? .1 is the router.
Here's the .json settings file on pastebin*. And here's the log file from Container Manager for the container.
(I just subscribed to PIA and have a username / password. All 000 in the pastebin is dummy data, rest is actual)
*edited new attempt 2024-05-16
Beta Was this translation helpful? Give feedback.
All reactions