Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[support] Bungy's docker repository

Featured Replies

nzbgetvpn

 

We need this docker to be updated according the new PIA certs.

 

See binhex VPN dockers

 

//Peter

 

Indeed!  Bungy are you able to do this?  Thanks, and so far I have been loving the NZBGETVPN Docker you've provided.

 

I put a bit of time into it, but didn't get very far. I ran into a self-signed cert issue, and I ran out of time to work on it. I'm a bit swamped with work at the moment, so I can't quite do this right now, but maybe over the weekend. I want to switch to binhex's baseimage and use his awesome openvpn setup, but I'll have to postpone until things calm down a bit.

 

Totally understand, and I'll look forward to when you can.  Thank you sir!

  • Replies 566
  • Views 167.2k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • BoxOfSnoo
    BoxOfSnoo

    FYI in the latest MySQL image the mysql native password starts up disabled, and `--default-authentication-plugin=mysql_native_password` does not work.  If you're having issues connecting, try adding t

  • Yeah, the easy way is to open a bash terminal into the docker and then check the ifconfig settings. If you see a connection to tun0, then you know you're connected to the VPN.   Another way is to r

  • No, you will need to provide your own certificates if you would like to use this option. The docker does not generate certificates by default. This shouldn't be hard to accomplish though. There's plen

Posted Images

Is there a reason my home wifi network shuts down when I upload large files to my OwnCloud server over an ethernet connection? Is there a way I can move the files locally on the machine instead of taking them down from the machine and uploading them VIA the website? Because when I try and manage them locally the files will move but won't actually show through the web interface to download until I rescan all the files on the server.

  • Author

nzbgetvpn

 

We need this docker to be updated according the new PIA certs.

 

See binhex VPN dockers

 

//Peter

 

Indeed!  Bungy are you able to do this?  Thanks, and so far I have been loving the NZBGETVPN Docker you've provided.

 

I put a bit of time into it, but didn't get very far. I ran into a self-signed cert issue, and I ran out of time to work on it. I'm a bit swamped with work at the moment, so I can't quite do this right now, but maybe over the weekend. I want to switch to binhex's baseimage and use his awesome openvpn setup, but I'll have to postpone until things calm down a bit.

 

Totally understand, and I'll look forward to when you can.  Thank you sir!

 

I was able to update the docker to use binhex's openvpn as the baseimage. You'll need to update your docker to include these environmental variables

 

VPN_ENABLED=yes

VPN_PORT=1198 (if using PIA)

LAN_NETWORK=192.168.1.0/24 (or whatever your home lan network is)

VPN_PROTOCOL=udp (if using PIA, may be tcp for other providers)

 

Let me know if you have any issues. The build should be done in a couple of minutes.

 

I was able to update the docker to use binhex's openvpn as the baseimage. You'll need to update your docker to include these environmental variables

 

VPN_ENABLED=yes

VPN_PORT=1198 (if using PIA)

LAN_NETWORK=192.168.1.0/24 (or whatever your home lan network is)

 

Let me know if you have any issues. The build should be done in a couple of minutes.

 

Thanks for this, however after updating my docker won't seem to start and no message listed in the log.

  • Author

 

I was able to update the docker to use binhex's openvpn as the baseimage. You'll need to update your docker to include these environmental variables

 

VPN_ENABLED=yes

VPN_PORT=1198 (if using PIA)

LAN_NETWORK=192.168.1.0/24 (or whatever your home lan network is)

 

Let me know if you have any issues. The build should be done in a couple of minutes.

 

Thanks for this, however after updating my docker won't seem to start and no message listed in the log.

 

Hmm.. not sure what the problem is. Can you post your docker run command (removing username/password information)?

/usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="nzbgetvpn" --net="bridge" --privileged="true" -e TZ="America/New_York" -e HOST_OS="unRAID" -e "VPN_USER"="p0902491" -e "VPN_PASS"="password" -e "VPN_REMOTE"="us-east.privateinternetaccess.com" -e "VPN_PORT"="1194" -e "VPN_PROV"="pia" -e "LAN_NETWORK"="192.168.100.0/24" -p 6789:6789/tcp -v "/mnt/cache/Cache/appdata/nzbgetvpndata":"/data":rw -v "/mnt/cache/Cache/appdata/nzbgetvpn":"/config":rw -v "/etc/localtime":"/etc/localtime":ro -v "/mnt/cache/Cache/appdata/couchdata":"/cpdata":rw -v "/mnt/cache/Cache/appdata/nzbdls":"/nzbdls":rw -v "/mnt/cache/Cache/appdata/comicdls":"/comicdls":rw -v "/mnt/cache/Cache/appdata/musicdls":"/musicdls":rw jshridha/docker-nzbgetvpn

  • Author

Try changing the VPN port to 1198

 

Sent from my Nexus 5X using Tapatalk

 

 

Try changing the VPN port to 1198

 

Sent from my Nexus 5X using Tapatalk

 

That's an improvement - now the logs shows this:

 

 

2016-08-08 06:37:13,182 DEBG 'start-script' stdout output:

[crit] VPN provider remote protocol not defined (via -e VPN_PROTOCOL), exiting...

  • Author

Try changing the VPN port to 1198

 

Sent from my Nexus 5X using Tapatalk

 

That's an improvement - now the logs shows this:

 

 

2016-08-08 06:37:13,182 DEBG 'start-script' stdout output:

[crit] VPN provider remote protocol not defined (via -e VPN_PROTOCOL), exiting...

 

Whoops, I should have added that you'll need to add the env variable VPN_PROTOCOL=udp (for PIA, it may be tcp for other providers)

Try changing the VPN port to 1198

 

Sent from my Nexus 5X using Tapatalk

 

That's an improvement - now the logs shows this:

 

 

2016-08-08 06:37:13,182 DEBG 'start-script' stdout output:

[crit] VPN provider remote protocol not defined (via -e VPN_PROTOCOL), exiting...

 

Whoops, I should have added that you'll need to add the env variable VPN_PROTOCOL=udp (for PIA, it may be tcp for other providers)

 

Perfect!  Working like a charm now, thanks Bungy!

  • 1 month later...

ownCloud Docker:

 

I saw that the update to ownCloud 9.1.1 was available today. After having clicked at the UPGRADE button I saw the error message below.

 

Any advise?

Bildschirmfoto_2016-09-23_um_14_16_58.jpg.a44747fb7a8f64faa6a7ec34897a3140.jpg

  • Author

What version were you on previously? My guess is you're doing an upgrade over several versions when you should be upgrading to intermediate versions first.

 

Sent from my Nexus 5X using Tapatalk

 

 

I was coming from 9.1

 

No worries Bunny, I will try the Nextcloud docker now. Thanks for all your support.

  • Author

Strange. I was able to upgrade from 9.0 to 9.1.1 without much issue. I had to disable my apps directory in order to get the upgrade to proceed properly, but it eventually worked. I'm not sure what your issue is, but if you want to stick with owncloud, it may be worth contacting owncloud's support staff or searching their github issues page.

  • 2 weeks later...

Question about Postgresql

 

The description says "for use with gitlab. Install this docker before installing the gitlab docker."

 

I'd like to use it for something else. Is this a general Postgresql docker or is it limited to being used only for gitlab?

  • Author

I need to update the description. It's general purpose and can be used with anything

 

Sent from my Nexus 5X using Tapatalk

 

 

Thanks

  • 4 weeks later...

nzbgetvpn

 

We need this docker to be updated according the new PIA certs.

 

See binhex VPN dockers

 

//Peter

 

Indeed!  Bungy are you able to do this?  Thanks, and so far I have been loving the NZBGETVPN Docker you've provided.

 

I put a bit of time into it, but didn't get very far. I ran into a self-signed cert issue, and I ran out of time to work on it. I'm a bit swamped with work at the moment, so I can't quite do this right now, but maybe over the weekend. I want to switch to binhex's baseimage and use his awesome openvpn setup, but I'll have to postpone until things calm down a bit.

 

Totally understand, and I'll look forward to when you can.  Thank you sir!

 

I was able to update the docker to use binhex's openvpn as the baseimage. You'll need to update your docker to include these environmental variables

 

VPN_ENABLED=yes

VPN_PORT=1198 (if using PIA)

LAN_NETWORK=192.168.1.0/24 (or whatever your home lan network is)

VPN_PROTOCOL=udp (if using PIA, may be tcp for other providers)

 

Let me know if you have any issues. The build should be done in a couple of minutes.

 

Thanks Bungy for this vpn version of nzbget. Just an FYI that this docker is still missing the VPN_PROTOCOL env variable. Also, VPN_ENABLED has a typo (VPN_ENABED).

  • Author

nzbgetvpn

 

We need this docker to be updated according the new PIA certs.

 

See binhex VPN dockers

 

//Peter

 

Indeed!  Bungy are you able to do this?  Thanks, and so far I have been loving the NZBGETVPN Docker you've provided.

 

I put a bit of time into it, but didn't get very far. I ran into a self-signed cert issue, and I ran out of time to work on it. I'm a bit swamped with work at the moment, so I can't quite do this right now, but maybe over the weekend. I want to switch to binhex's baseimage and use his awesome openvpn setup, but I'll have to postpone until things calm down a bit.

 

Totally understand, and I'll look forward to when you can.  Thank you sir!

 

I was able to update the docker to use binhex's openvpn as the baseimage. You'll need to update your docker to include these environmental variables

 

VPN_ENABLED=yes

VPN_PORT=1198 (if using PIA)

LAN_NETWORK=192.168.1.0/24 (or whatever your home lan network is)

VPN_PROTOCOL=udp (if using PIA, may be tcp for other providers)

 

Let me know if you have any issues. The build should be done in a couple of minutes.

 

Thanks Bungy for this vpn version of nzbget. Just an FYI that this docker is still missing the VPN_PROTOCOL env variable. Also, VPN_ENABLED has a typo (VPN_ENABED).

 

Can you give me a little bit more detail? I'm not seeing the typo or the missing VPN_PROTOCOL env var.

Well, I've never installed an instance of nzbget so the default template was missing the VPN_PROTOCOL env variable and the typo was part of the template.  I just figured you never updated the default template for the docker? Maybe try deleting the docker and the template and doing a fresh pull?

  • Author

Oh I see what you're saying. I'll update the template

 

Sent from my Nexus 5X using Tapatalk

 

 

Using PIA with NZBGet after upgrading to 6.2.4 and it cannot resolve the VPN address. Other dockers with this PIA VPN are working. Anyone else seeing this?

 

2016-11-07 10:04:20,423 DEBG 'start-script' stdout output:
Mon Nov 7 10:04:20 2016 RESOLVE: Cannot resolve host address: us-east.privateinternetaccess.com: Name or service not known

  • Author

Using PIA with NZBGet after upgrading to 6.2.4 and it cannot resolve the VPN address. Other dockers with this PIA VPN are working. Anyone else seeing this?

 

2016-11-07 10:04:20,423 DEBG 'start-script' stdout output:
Mon Nov 7 10:04:20 2016 RESOLVE: Cannot resolve host address: us-east.privateinternetaccess.com: Name or service not known

 

This was an issue with experimental branch, but the master branch should be ok. Can you make sure you're on the newest image?

 

If you're on the newest image, can you post the rest of your configuration so I can replicate? You can leave out the username/password.

 

Using PIA with NZBGet after upgrading to 6.2.4 and it cannot resolve the VPN address. Other dockers with this PIA VPN are working. Anyone else seeing this?

 

2016-11-07 10:04:20,423 DEBG 'start-script' stdout output:
Mon Nov 7 10:04:20 2016 RESOLVE: Cannot resolve host address: us-east.privateinternetaccess.com: Name or service not known

 

This was an issue with experimental branch, but the master branch should be ok. Can you make sure you're on the newest image?

 

If you're on the newest image, can you post the rest of your configuration so I can replicate? You can leave out the username/password.

 

Thx for the quick reply! I will delete and re-create and see if that helps. I'll post the results!

Using PIA with NZBGet after upgrading to 6.2.4 and it cannot resolve the VPN address. Other dockers with this PIA VPN are working. Anyone else seeing this?

 

2016-11-07 10:04:20,423 DEBG 'start-script' stdout output:
Mon Nov 7 10:04:20 2016 RESOLVE: Cannot resolve host address: us-east.privateinternetaccess.com: Name or service not known

 

This was an issue with experimental branch, but the master branch should be ok. Can you make sure you're on the newest image?

 

If you're on the newest image, can you post the rest of your configuration so I can replicate? You can leave out the username/password.

 

FWIW, I had a similar issue but it could've just been the VPN_Protocol env variable was missing.  I think binhex defaults to nl.privateinternetaccess.com with his vpn dockers so I just switched to it with nzbgetvpn as well.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.