Jump to content

biggiesize

Members
  • Posts

    131
  • Joined

  • Last visited

Posts posted by biggiesize

  1. 6 hours ago, tgm said:

    wget https://github.com/DiamondPrecisionComputing/unraid-templates/blob/master/templates/GluetunVPN.xml

    Now I go into the apps tab and I still don't see a "private" section as mentioned in your link above. going to that folder via terminal I see the .xml file right there.. :/
     

    You need to grab the raw file otherwise the grabbed file will be malformed.

     

    wget https://raw.githubusercontent.com/DiamondPrecisionComputing/unraid-templates/master/templates/GluetunVPN.xml

     

    After that it should show up here

     

    image.png.fb9044e5aa28f8c44d356992d332d8fc.png

    • Like 1
  2. 6 hours ago, tgm said:

    Kind of a noob when it comes to all this. How would I import the xml exactly? Thought they might have done their checks by now and the app would've been back to the store but it isn't yet and I need it so wanted to try the way mentioned above. 

     

    Squid wrote up some instructions on how to use a private repository for templates a while back that should still work.

     

    https://forums.unraid.net/topic/57181-docker-faq/page/2/?tab=comments#comment-807513

    • Thanks 1
  3. 16 minutes ago, JonathanM said:

    Nobody's saying it was on purpose, and it's not even confirmed to be an accurate report.

    Of course. Things like this happen more often than most realize and only a subset turn out to be legitimate concerns. Due diligence still has to be done on all of them.

     

    I've never seen a Brinqa report at work that was either completely empty or filled with all legitimate vulnerabilities lol

  4. 2 hours ago, L0rdRaiden said:

    I am trying to run DDNS-updater but I get this error, any idea?

     

    imagen.png.643df663e5245eb75cb6248518db0e08.png

     

    This route /mnt/user/Docker/ is where I have all the folders of my docker containers. Like the default appdata

    imagen.thumb.png.ecf3215fd947ae1c4e54149f759a5a6a.png

     

     

     

    Assuming that you went through the documented install steps it is probably incorrect permissions on the folder/file.

     

    Try running these commands from your unraid terminal:

     

    chown -R 1000 /mnt/user/Docker/DDNS-updater

    chmod 700 /mnt/user/Docker/DDNS-updater

    chmod 400 /mnt/user/Docker/DDNS-updater/config.json

    • Thanks 1
  5. 7 minutes ago, eafx said:

    Hi there, I'm the dev for this repo. I've currently moved houses and will be moving again later this year, unfortunately my Unraid server is in storage, so haven't tested any of the new builds.

     

    I've merged your pull request, thanks for that :) 

    No worries :) I've been there myself. While I won't admit that it was an elegant solution but it works.

     

    I just switched back to your repo and so far everything builds like it should.

  6. 8 hours ago, Parton said:

    Hey guys,

     

    Keep getting this after changing my vyprvpn credentials, reinstalled the container, everything. Lost my config 6 times. At my wits end.

     

    image.thumb.png.6547295bb27fc1b854b7a22924de2498.png

    Are you pointing to a specific vyprvpn server in your config? You might try a different server or region. I'm sure you already have but I would also double check your credentials take sure they work logging into the vyprvpn website.

  7. 7 hours ago, lovingHDTV said:

    After the latest update I can no longer get onto Privado VPN.  I have been using Regon: Virginia, Country: United States, City: Ashburn.  That is still listed as a valid setup on the wiki.  However, I now get a message that Ashburn is no longer a valid city.

     

    I tried to change to washington, DC as the region as it is listed as a valid choice by the docker, but it won't take that either.

     

    For now I've switched to Dallas, TX.

     

    Any ideas?

     

     

    I just looked at the server list file and I do not see servers for Ashburn. The wiki itself is not always up to date with the latest server changes.

     

    I would double-check with Privado that the servers are still valid. If they are, submit a bug report in github for the issue so the dev can work it.

     

    https://raw.githubusercontent.com/qdm12/gluetun/master/internal/storage/servers.json

  8. 39 minutes ago, Januszmirek said:

    If you don't mind sharing, how did you manage to get vuetorrent to work with linuxserv qbit? I got to the point where I get white screen and vt icon in browser tab but the page is blank;( I don use standard port 8080 for webui, maybe that's why im stuck

    Absolutely! I am not using port 8080 either so that "shouldn't" be causing issues. Since you're using the LinuxServer container, there is a fairly easy way to get it running.

     

    Edit qbittorrent and add an environment variable called "DOCKER_MODS" with a value of "ghcr.io/gilbn/theme.park:vuetorrent". (Obviously without quotes)

     

    Optional: You can choose between a few themes. You can find those here. Just add another variable called "TP_THEME" with a value of the theme you choose. (e.g. TP_THEME=dark)

     

    Next, inside qbittorrent, go to Settings -> WEBUI, check Use alternative Web UI and enter its location /vuetorrent, then save. You might need to restart the container but I can't remember.

     

    • Thanks 1
  9. 3 hours ago, CaptainIntel said:

    I want GluTun to tunnel certain Docker containers to the VPS with a public IP to access them over this certain public IP (including the Ports like 8080).

    That was my assumption.

     

    To my knowledge, while it may be possible, this is not a supported or intended use of Gluetun as it is a VPN client replacement.

     

    My suggestion would be to contact the developer and discuss this use case with him .

    https://github.com/qdm12/gluetun/issues/new/choose

  10. On 1/29/2022 at 5:28 PM, unraid-user said:

    Hi,

      The Genea docker seems to be working very differntyl to what's on the genea website. On the website I can specify a parent relationship or child/sibling etc.  The dialog box gives more options when creating a new person.  On the docker, there is no place to specify the type of relation.  Is it running an older version of the software or have I managed to misconfigure it somehow?

    I just pushed a new version. It should be updated in CA within an hour. With the changes I made, you may need to delete the old container and create a new one.

  11. 18 minutes ago, unraid-user said:

    Hi,

      The Genea docker seems to be working very differntyl to what's on the genea website. On the website I can specify a parent relationship or child/sibling etc.  The dialog box gives more options when creating a new person.  On the docker, there is no place to specify the type of relation.  Is it running an older version of the software or have I managed to misconfigure it somehow?

    It does look like there is a newer version. I will do my best to update it this weekend.

    • Like 1
  12. 1 minute ago, monarc said:

    No, I haven't done this so far. Can you please explain a bit more detailed what I have to do.

     

    Thanks in advance @biggiesize

    FIREWALL_VPN_INPUT_PORTS and FIREWALL_INPUT_PORTS need a comma separated list of all the ports that need to talk through gluetun (e.g. 7878,8989,9898,etc). FIREWALL_OUTBOUND_SUBNETS needs your local subnet in CIDR form (e.g. 192.168.1.0/16).

    • Like 1
  13. 4 hours ago, monarc said:

    Trying to setup nzbget and radarr running through GluetunVPN Container. As long if only nzbget is using the VPN container everything is working fine, but when I force radarr to use the VPN container as well it is not working anymore and Radarr cannot communicate with nzbget anymore. I already tried using external parameters (--net:conatiner:xyz) as well as setting up a new docker network.

     

    Any ideas?!

    Can you send me screenshots of the configs for gluetun, radarr and nzbget? Make sure to hide any sensitive info like IPs, Usernames and passwords.

  14. 1 hour ago, Seltonu said:

    Seconding the issue, however unlike darrenyorston I am completely unable to reinstall the GluetunVPN container. The container disappeared for me after an update this morning, and fails with an error on reinstall. I reported on github here but seems I should have reported here first instead. Clearing the old files from my appdata folder made no difference.



    This issue is urgent for me because I'm unable to reinstall the container, thus my dockers relying on GluetunVPN are down until then.

    vault-diagnostics-20220115-2338.zip 100.04 kB · 0 downloads

    image.png

    I just pushed a change to the template that I believe should fix your install error. The appstore should pick up the new template in ~30 minutes. 

  15. 33 minutes ago, darrenyorston said:

    Hello. Yes I can reinstall the container. It is a brand new install though. Interestingly there remains a gluetun fodler within appdata but it only contains a servers.json file. Are there any other unRAID logs which would record the containers deletion. By the system log GluetunVPN was updated at 020122 Jan 16 and restarted at 020144. Community Applications ran autoupdate at 020145. Could the Community Applications update have removed the container?

    Pretty sure the only logs that would show deletion would be the system logs. The application logs only show what runs inside the container. You can got to Tools->Diagnostics and download the logs for me to look at. Make sure to check the box for anonymity. 

  16. 11 minutes ago, darrenyorston said:

    Hello. I have been using GluetunVPN successfully for awhile now. However, this morning when I went to use a browser which was using GluetunVPN I received an error. Upon looking at my containers it appears the container has been removed from my system, though I did not do it.

     

    There is no mention of GluetunVPN beign removed however it ius no longer showing as installed. How could this happen? I am a little concerned that modifications to my server could happen this way, without atleast being prompted.

    I have not seen glutetun be removed after an update. Can you reinstall it through the appstore? You should be able to find it under previous apps and it maintain your settings.

     

    Could possibly be startup order. Make sure that glutun starts before all the apps that use it for network.

×
×
  • Create New...