Jump to content

Squid

Community Developer
  • Posts

    28,769
  • Joined

  • Last visited

  • Days Won

    314

Everything posted by Squid

  1. You need to add a container volume path of /movies mapped to /mnt/user/movies (or whatever your share is actually called Docker containers only have access to folders which you explicitly allow them access to. And this is done via the container & host mappings on the edit container screen. The host volume is the path to the share. The container volume is where the actual app looks at. IE: When you tell the container to look at /movies, it will translate that to look at /mnt/user/movies as an example Check out the Docker FAQ for some more attempts at explaining all of this. Host / Container volume mappings is one of those things that's a bitch to explain, but once you understand it, you'll be amazed at actually how simple it is to understand.
  2. Then you really need to post screen shots of the applicable settings of the apps in question, along with the volume mappings (ie: screen shot of what appears when you edit the container)
  3. Like this idea Maybe a button to add new script aswell if you do this Squid Because it's too easy to do this via notepad over the network? Remember that the scripts are allowed to have dos line endings and a special editor is not required. Sent from my LG-D852 using Tapatalk Nah, just trying to make up something for you to do Don't worry about that. Got my hands full. Stay tuned Sent from my LG-D852 using Tapatalk
  4. I actually pay zero attention to the author of any post anywhere. With any feature req for any plugin I always weigh what I perceive to be the benefit vs my time. While your req does have merit I don't honestly see the benefit vs time when I made the conscious effort to make the script and description as easy as possible to make changes to. Ultimately as you have no doubt noticed by my posts throughout this forum I am a sarcastic person but really mean no harm or offense by any of it. And on that basis I do apologize as I probably came off wrong. Sent from my LG-D852 using Tapatalk
  5. Your release schedule is now as often as mine Sent from my LG-D852 using Tapatalk
  6. So I thought the above was my issue but I still can't seem to get PIA to connect to DelugeVPN. I've set all the ENV variables and still my supervisord.log just looks like this: 2016-07-07 17:05:05,337 CRIT Set uid to user 0 2016-07-07 17:05:05,337 INFO Included extra file "/etc/supervisor/conf.d/deluge.conf" during parsing 2016-07-07 17:05:05,340 INFO supervisord started with pid 12 2016-07-07 17:05:06,342 INFO spawned: 'deluged' with pid 15 2016-07-07 17:05:06,343 INFO spawned: 'deluge-web' with pid 16 2016-07-07 17:05:07,344 INFO success: deluged entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2016-07-07 17:05:07,344 INFO success: deluge-web entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) When I use checkmytorrentip it just returns the IP provided by my ISP?! I have the following ENV variables defined: LAN_NETWORK 192.168.1.0/24 (Server ip is 192.168.1.71, using DHCP Reservation and 255.255.255.0) VPN_PROV pia VPN_USER "PIA Username" VPN_PASS "PIA Password" VPN_ENABLED yes Same volume & port mappings as others have posted. I tried deleting my docker image as well as my config directory to reinstall the delugevpn docker. I noticed the default template has more ENV variables defined so I'm guessing this might be my issue (e.g. VPN_REMOTE, VPN_PORT, VPN_PROTOCOL); however, I can't seem to get the docker installed correctly now?! root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="binhex-delugevpn" --net="bridge" --privileged="true" -e VPN_ENABLED="yes" -e VPN_USER="********" -e VPN_PASS="**********" -e VPN_REMOTE="nl.privateinternetaccess.com" -e VPN_PORT="1194" -e VPN_PROTOCOL="udp" -e VPN_PROV="pia" -e ENABLE_PRIVOXY="no" -e LAN_NETWORK="192.168.1.0/24" -e DEBUG="false" -e PUID="99" -e PGID="100" -e TZ="America/New_York" -p 8112:8112/tcp -p 58846:58846/tcp -p 8118:8118/tcp -v "/mnt/cache/appdata/DelugeVPN/":"/config":rw -v "/mnt/cache/appdata/downloads/incomplete/":"/data":rw binhex/arch-delugevpn sh: airvpn: command not found sh: custom: command not found docker: "run" requires a minimum of 1 argument. See '/usr/bin/docker run --help'. Usage: docker run [OPTIONS] IMAGE [COMMAND] [ARG...] Run a command in a new container The command finished successfully! When I check my docker page, the delugeVPN doesn't show up in basic view. When I switch views, it shows an orphaned docker. I tried deleting and reinstalling but no luck. Plugins check for updates. Install the webUi update that'll be available. 99% of the time that's what that failure is caused by Sent from my LG-D852 using Tapatalk
  7. Like this idea Maybe a button to add new script aswell if you do this Squid Because it's too easy to do this via notepad over the network? Remember that the scripts are allowed to have dos line endings and a special editor is not required. Sent from my LG-D852 using Tapatalk
  8. Either very excessive logging being performed or its saving completed/incompletes within the image
  9. Edit the container then, If you're on 6.2, click on Add Another Port, Path, Or Variable and add an environment variable. If you're on 6.1, click on advanced settings then add an environment variable
  10. You misinterpreted. Separate destinations are allowed Sent from my LG-D852 using Tapatalk
  11. Give yourself credit... Where it is now vs the basic framework I gave you is night and day. (That and I'm covering my butt for any bugs )
  12. Only you can decide that. If it's your actual appdata or CA backup destination then there's a bug Sent from my LG-D852 using Tapatalk
  13. Sure, find a bug for a use case that I never thought of. In this case, you're running an app that doesn't have any volume mappings. Fixed and updated. I guess that you should now be listed as a tester, since CHBMB doesn't seem to be doing his job as of late
  14. I'll check it out. Any chance you can zip up the contents of boot/config/plugins/dockerMan/templates-user and pm it to me? Sent from my LG-D852 using Tapatalk
  15. Is that a backup of your appdata you made yourself? The destination for CA backups are automatically excluded (along with appdata itself) yesterday's version allows you to exclude additional folders. Sent from my LG-D852 using Tapatalk
  16. Yeah it's all good Sent from my LG-D852 using Tapatalk
  17. Setgid is set. (not an issue) I'm actually going to be removing the permission test from fcp, and leaving it within the extended test as that is more comprehensive (and closer to reality on issues)
  18. I have, as of yet, not rubbed his face in it... Seriously though, this plugin is all CHBMB, and the coding is all his....
  19. The file tree that I'm using doesn't support that without a rewrite of its api (ie: if I dig into a subdirectory of it, it returns the name of the subdirectory instead of the path including the parent.) What you're going to have to do is specify it in the rsync options instead. Off the top of my head (at work so can't check), you would add something like this --exclude sabnzbd/downloads I have an rsync script I cobbled together that uses and exclude file which excludes the subdirectories I want excluded. I'll have a play and see if I can incorporate the reading of that exclude file. Thanks It just use that script instead of the built in one. CA will stop and start the apps automatically and then run your script Sent from my LG-D852 using Tapatalk
  20. The file tree that I'm using doesn't support that without a rewrite of its api (ie: if I dig into a subdirectory of it, it returns the name of the subdirectory instead of the path including the parent.) What you're going to have to do is specify it in the rsync options instead. Off the top of my head (at work so can't check), you would add something like this --exclude sabnzbd/downloads
  21. Thanks! Is there a way to remove the previous "Extended Test Results"? Maybe add a button for this? Just a nice touch. You don't want it save for posterity safe in perpetuity? rm /tmp/fix.common.problems/extendedLog Never thought about deleting old logs
  22. (But I still do them all anyways ) Added excluded folders for permission tests and new permissions script (set via the main FCP page)
  23. I have yet to see any container that there is ever a valid reason to change it the entry. There actually is one use case, that's when you modfiy a config to put a weburl on the end. So http://192.168.1.100:3456 becomes http://192.168.1.1:3456/application But other than that agree with you completely Also another use case. If the container is using the "host" method and there are no ports forwarded, and you change the port for the gui inside the container, then you have to change the webui link manually I guess its gang up on Squid day again
  24. I have yet to see any container that there is ever a valid reason to change it the entry. There actually is one use case, that's when you modfiy a config to put a weburl on the end. So http://192.168.1.100:3456 becomes http://192.168.1.1:3456/application But other than that agree with you completely Then the maintainer should have done it correctly in the first place Actually, TBH I never use the webUI to get to any application. I find bookmarks to be so much easier...
×
×
  • Create New...