terewforce.blogg.se

Transmission torrent rss support
Transmission torrent rss support













transmission torrent rss support

If you know that you're on a "typical" network with your router at 192.168.1.1, then LOCAL_NETWORK=192.168.1.0/24 is better than LOCAL_NETWORK=192.168.0.0/16. It is neccessary to reach your Web UI but narrower ranges are better than wide ones. This option punches a hole in the VPN for the IPs that you specify. Be sure to only allow IPs that are in the private IP ranges. While /16 will allow any value in the two last places. The short story is that /24 will allow for any value in the last digit place These are called CIDR addresses and you can read up on them. If your local network is in the 10.x.y.z space for example then you need to set LOCAL_NETWORK=10.x.0.0/16 or LOCAL_NETWORK=10.x.y.0/24. The LOCAL_NETWORK=192.168.0.0/16 tries to fix this for you, but it might not work if your local LAN DHCP server hands out addresses outside that range. You might not be able to access the Web UI on the first try ¶ The container chooses one of the configs at random when it starts and it will bounceįrom server to server until it finds one that works. Set Docker to restart the containerĪutomatically and you have a failover mechanism. This will ensure a location near you, but at the same time it will allow some redundancy. For example: OPENVPN_CONFIG=france,sweden,austria,italy,belgium This will fail, but in the logs it will print all the valid options. That is great from a maintenance perspective, but it also means that we don't know the valid choices for the providers ahead of time.Ī tip for finding out is to set OPENVPN_CONFIG=dummy and start it.

Transmission torrent rss support download#

We're now moving towards a setup where we download the configs for our providers when the container starts. I also believe that tinkering with this builds some familiarity with the image and some confidence and understanding for future debugging. The benefit of choosing yourself is that you can choose a region that is closer to you and that might be better for speed. If you don't set this then there should be a default config for each provider that is chosen, and that should work fine.

transmission torrent rss support

It is not mandatory, but setting OPENVPN_CONFIG is good ¶ So if you don't mount this directory then you will loose all your torrents on image updates. The downloaded files onto your host system and Transmission will store it's state there. Technically you don't have to do this, but it is by far the most manageable way of getting The container assumes that you mount a folder to /data ¶ The same options being sent to the Docker engine as the run statement before it. Running docker-compose up with that compose file will result in The example docker-compose.yml looks like this: version: '3.3' The example Docker run command looks like this: $ docker run -cap-add=NET_ADMIN -d \ On any of these architectures and Docker will get the correct one. That are built for different CPU architectures like ARM for Raspberry Pi. This means that they point to multiple images The images available on the Docker Hub are multiarch manifests. Open an issue or PR if you want to contribute with documentation for your favourite platform. I'm very happy to set up a platform specific installation page and link to it from here. In the end that is what the other managers do as well and it's the common ground here. This page will only discuss the tooling that a Docker installation comes with. The container management solutions like Portainer I'm then thinking about NAS servers specifically, but also Unraid and others. Intially, 'field' could just be 'tags'.Īnyway, just my initial, busy body impression.Many platforms ship with a Docker runtime and have their own way of setting this up.initially verb can be 'match', 'contain', don't 'contain'.given field "A", add to return list that ("verb"), "string.stating with list of torrents specified by current means, "do":.While it could be done on the clients - doesn't makes sense to duplicate effort, and would much more efficient, since all the data is on the server. It depends on how you label things.Īll we need to move forward is to add rpc commands to modify a torrent: addtag, delete tag, list tags.Īdditional nice op to have on server (to support this, but other things as well) - a query op. Why are classes 'exclusive' - they can be but they don't have to be. I don't see why you can't use it for classes as well. Might be good to allow user to specify location of tag file - in same dir as the data files or where the torrent file is. Reason for separate file -it's extensible to add other data/torrent for future extension. XML would be more standards friendly, though JSON seems to be more hacker friendly and there's already a JSON parser in transmission, so leaning towards easiest. You make something like XML or JSON that allows structuring. You save them in the same directory as the. You add the ability to add tags to torrents. the ability to add labels or tags or 'class-labels' to torrents?















Transmission torrent rss support