wreave

Members
  • Posts

    131
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by wreave

  1. flash drive /config/plugins/dockerMan/templates-user Or use CA, Previous Apps, and hit the red-x next to what you want to delete (IMO easiest way to manage them (and re-add them if need be)) Fantastic! Thanks.
  2. I cannot seem to find a way to remove user-templates from Docker. I also can't seem to locate where they are stored as I assume that is the simplest way. Any help is appreciated!
  3. Sure thing, I've gone ahead and attached 2 screenshots. This is on my plexpy.domain.com, however it shows it as owncloud.domain.com. All of the blacked out domains are something.domain.com, but for each of those links it just shows owncloud.domain.com on the main cert details.
  4. Okay I do see those it just seems to be using subdomain.domain.com as the main one. It seems to be working I suppose just seemed odd.
  5. How did you create a cert with multiple subdomains and no main domain? This container does not allow that. There should be one cert for the domain and all subdomains. In Chrome while viewing the certificate you can click on the details and look at the aliases; you should see all the sub/domains listed I did specify a main domain, however I do not see anything about alias' under the cert details tab.
  6. I have an odd issue where the cert for all my subdomains are identifying as being issued to one of the subdomains. For example: sub1.domain.com sub2.domain.com sub3.domain.com When I view the cert in Chrome for all these of these URLs it says it is issued to sub1.domain.com. Did I configure something wrong in the config? It all appears to be working I just expected each cert to have been issued to the specific subdoamin. Thanks for any insight.
  7. ive now tweaked delugevpn to include a umask of 000 to match the "deluge" container, please pull down the latest image and give it a whirl, keep in mind this will not retrospectively modify permissions, its only for new stuff from now on, if you want to modify existing files/folders then you will need to ssh in and set this manually, if you need help with this then let me know and i will list out the commands. Confirmed everything is working! Thank you very much, this will save me having to chmod the files
  8. Hello again, I am running into another issue here. It appears the VPN Deluge Docker writes files with more restricted permissions than the normal Deluge Docker (both from the binhex repository of course). The VPN Docker doesn't seem to be providing write privileges to the file. Below is a copy and paste showing this: DelugeVPN: -rw-r--r-- 1 nobody users 365893079 May 18 07:35 Dragon\ Ball\ Super\ -\ 043v2\ -\ Goku\ Can't\ Control\ his\ Ki!\ A\ Struggle\ to\ Look\ After\ Pan\ [DragonTeam][0BFBC657].mkv Deluge: -rw-rw-rw- 1 nobody users 414745001 May 18 07:45 Dragon\ Ball\ Super\ -\ 042v2\ -\ A\ Turbulent\ Victory\ Celebration\ -\ Facing\ off\ at\ Last\ Monaka\ VS\ Son\ Goku\ [DragonTeam][b48AFE7A].mkv Am I missing something that is causing this? I only changed the same settings on both Deluge clients leaving the rest default. Thanks again for any insight and help.
  9. Ya could be, however I installed it through the repro this time and it had all the settings and everything is working as expected. Thanks for the help! Greatly appriciated.
  10. My log 100% contains my VPN username and password right near the top and yours doesn't even seem to make a mention of VPN anywhere in the log you posted. Here is what my log looks like: http://pastebin.com/B8cLidFk Having to enter the environmental variables manually is not the expected behavior, they should all be there and just need the values filled in. Are those the only environmental variables you have? If so you are missing some important ones. Based on what your log has in it I would say that these missing environmental variables are causing the VPN component of this docker to never be started in the first place which is why you are seeing your public ip address using the ip checking torrent file. The environmental variables you should have are: VPN_ENABLED yes VPN_USER UsernameHere VPN_PASS PasswordHere VPN_REMOTE nl.privateinternetaccess.com (this is the default one but can be changed to any PIA endpoint that supports port forwarding) VPN_PROTOCOL udp VPN_PROV pia ENABLE_PRIVOXY no (if you want to use privoxy you can, I choose not to) LAN_NETWORK 192.168.10.0/24 (this should be what you have based on what your IP scheme is) DEBUG false PUID 99 PGID 100 Out of curiosity did you get this docker template directly through binhex's repository or did you get it through the CommunityApplications plugin? CommunityApplications, let me work on adding it through the repro as that must be the issue. Glad I mentioned the bit about adding variables.
  11. Can you post your container log file and your environmental variable settings so I can make sure everything is set correctly? Also post your servers local IP and subnet so I can make sure the LAN_NETWORK variable is set correctly. Be sure to remove the VPN credentials from the container log and environment variables before posting. Where do I grab the container log? I am familiar with getting into the Docker containers I just want to make sure I grab the correct file. There are probably easier ways than this but this is the only way I have ever done it. On the docker container page turn on advanced view and find the delugevpn container id (mine is 6a153b1d55b1). In the terminal navigate to /var/lib/docker/containers and find the directory that matches the container id you found (the folder names will be longer than the container name but they should still be unique, in my case mine was: 6a153b1d55b172fd951a6c5c0c524c9737a67609bfd72e44e44a4d561e531521). In that folder there should be a LongContainerIDString-json.log file. Copy that over to somewhere that you can access from the machine you are posting from and attach it or if it won't fit pastebin it. Remember that the docker does print your VPN credentials in plain text so be sure to remove those first (they should be somewhere near the top). EDIT: Alternatively if you just started the container you should be able to get the full log from the web GUI by clicking the log icon all the way to the right of the container entry on the docker tab and copy pasting the contents of it. My container has been running for a while so my startup log info is long gone. Below is the pastebin for the log (note that there were no VPN username or password in this log so that is probably bad) http://pastebin.com/waVAbz3J My server IP is 192.168.10.10 and the subnet is 255.255.255.0. I have attached my environment variables with the user and pass missing. (Additionally I had to manually enter all these variables, I assume that is expected based on the wording in the initial post of this thread)
  12. Can you post your container log file and your environmental variable settings so I can make sure everything is set correctly? Also post your servers local IP and subnet so I can make sure the LAN_NETWORK variable is set correctly. Be sure to remove the VPN credentials from the container log and environment variables before posting. Where do I grab the container log? I am familiar with getting into the Docker containers I just want to make sure I grab the correct file.
  13. I'm having some issues with the PIA portion of this Docker. I added in the 4 variables as specified but using the test torrent it shows my normal public IP. Is there a way to check for errors? I don't see anything in the logs you get from clicking on the Docker in unRaid. I was using the version of this Docker that had flexget and it worked with the PIA credentials but wanted to move to this one since I do not need flexget and it was writing files with limited permissions. edit: the other Docker I was using http://lime-technology.com/forum/index.php?topic=48629.0 Any help is appreciated.
  14. Thank seems to have done it. Thank you for such a speedy reply!
  15. I upgraded to unRAID 6.1.9 this morning and after everything came back up I had a few Docker apps alerting for updates. I updated plexpy only to have it disappear. When trying to reinstall it using either the template under 'template-user' or the original one from linux.io I get the error seen in the attachment. Is this a result of the Docker changes in 6.1.9?
  16. You have to enable url prefix in couch and sonarr settings My config assumes that sonarr is reached at http://serverip:port/sonarr and couch at http://serverip:port/cp Thank you for all your help I have gotten everything but owncloud working and I still need to search and play around with that!
  17. I am finding some weird behaviors when trying to mimic your configuration. Sab is working fine but sonarr is just displaying 'Sonarr Ver' and couchpotato give a 404 not found because it is trying to load the login page apparently. Any ideas? I'd like to get this working but it is consuming a ton of time.
  18. I am working with nginx-letsencrypt and having a terrible time trying to configure reverse proxy. I had reverse proxy working with regular nginx but any time I add a server block into the site-confs folder it seems to break it as I can no longer resolve any pages. I am attempting to do it via subdomain (sonarr.domain.com, etc). Currently all the domains I added are correctly resolving to the default block and displaying the index.html file. Any suggestions on how I should be configuring this to get it to work the same as normal nginx?