[Support] ich777 - Application Dockers


ich777

Recommended Posts

42 minutes ago, odje said:

For Rustdesk, does the -r rustdesk.example.com:21117 parameter need to be added "Rust Desk Server Parameters"?

Are you using Unraid? If yes, just use the template as is and it will work, you don't need to pass through any other variables, everything is preconfigured and nothing needed.

 

The default configuration will work OOB:

grafik.thumb.png.1bfb8c1b11f45564ef0baf59352b13bd.png

("--key _" ensures that your server requires clients to use the key which is generated on first start)

 

 

Please also keep in mind my container is not the one that you've linked since my container contains both the Server and Relay.

Link to comment
5 hours ago, ich777 said:

Are you using Unraid? If yes, just use the template as is and it will work, you don't need to pass through any other variables, everything is preconfigured and nothing needed.

 

The default configuration will work OOB:

grafik.thumb.png.1bfb8c1b11f45564ef0baf59352b13bd.png

("--key _" ensures that your server requires clients to use the key which is generated on first start)

 

 

Please also keep in mind my container is not the one that you've linked since my container contains both the Server and Relay.

I'm so confused with my setup i just added it and not sure how to get anything else. it keeps crashing 

Link to comment
51 minutes ago, gacpac said:

I'm so confused with my setup i just added it and not sure how to get anything else. it keeps crashing 

Me too.... What keeps crashing? Did you change anything in the template?

A bit more information would be really helpful.

 

27 minutes ago, gacpac said:

does rustdesk has a webgui in this version? Maybe this is what is confusing me 

No, this is not the commercial version this is the version for private use.

What does the log say?

Link to comment
41 minutes ago, ich777 said:

Me too.... What keeps crashing? Did you change anything in the template?

A bit more information would be really helpful.

 

No, this is not the commercial version this is the version for private use.

What does the log say?

I sort of figured it out i kept looking for a a web gui in the docker. And for logs well i wiped the whole docker and started from scratch and it worked this time. 

 

Also installed the client and manually added the host settings and key. It that how is supposed to work all the time? 

Link to comment
12 minutes ago, gacpac said:

Also installed the client and manually added the host settings and key. It that how is supposed to work all the time? 

I would recommend that you read the documentation, especially this section.

 

For Windows you can make a executable like linked above, but yes, that's how it's supposed to be done, you can also start the server without a key so to speak to let anyone connect to the server but that's up to you.

Link to comment
4 minutes ago, ich777 said:

I would recommend that you read the documentation, especially this section.

 

For Windows you can make a executable like linked above, but yes, that's how it's supposed to be done, you can also start the server without a key so to speak to let anyone connect to the server but that's up to you.

the first time that started without the key it didn't work at all, that was my mistake. But well I'm fine with manually adding devices with key :)

 

Question, after the key gets generated i assume i should edit the docker and add it in there in case i have to redo the docker or something happens, right?

Link to comment
36 minutes ago, gacpac said:

after the key gets generated i assume i should edit the docker and add it in there in case i have to redo the docker or something happens, right?

No, the key is stored in your appdata directory and you don't need to add it, the parameter "--key _" will ensure the key from your appdata directory is used.

Link to comment

Getting a weird issue.  I've been using this for about a week along with OBS.  Everything worked great.  My power went out last night and ever since then the docker isn't letting anyone connect to the stream or giving me access to admin panel.  I'm just getting an error like there's nothing there at all.  The weird part is that OBS can still connect.  The live log from the docker menu seems normal and sees OBS connect too.  

Link to comment
14 hours ago, ich777 said:

About what container are we talking?

Sorry.  Owncast.  I figured out what happened I think.  I use different than default port in the docker configuration.  If I try to change that to the same port in the server config from the web ui it causes problems and won't let you access the stream or the admin panel anymore.  I just reinstalled, changed it in the initial config, and left it alone in the server config.

Edited by tonsofguns
  • Like 1
Link to comment
9 hours ago, tonsofguns said:

If I try to change that to the same port in the server config from the web ui it causes problems and won't let you access the stream or the admin panel anymore.

If you change the server config then you have to delete the port for the Admin Panel, create a new port with the port with the container port set to the same as in your config and the host port to whatever you like.

 

Hope that helps too. :)

Link to comment
8 hours ago, Teryeah said:

But it doesnt start and install properly, this is in the log

Sorry, I can't reproduce that over here:

grafik.png.35f02e8d5eb1b8afdafe16f816b679bf.png

 

Do you have any AdBlocking or Unifi gear on your network?

 

Please open up a terminal from Unraid itself and issue this command:

wget -qO- https://api.github.com/rate_limit | jq -r .[].core

 

What does the command return?

Link to comment

Question on openvpn-client ..

 

I am using it to route sabnzbd traffic thru a wireguard vpn. works fine.

 

However that same sabnzbd system also needs to reach my local spotweb indexer... That it does not do... it fails to get the nzb file.. I figure that it tries to reach it over the vpn which ofcourse does not work.. Any idea?

Link to comment
11 minutes ago, alturismo said:

may post your docker run commands from openvpn-client docker

 

and also on which net your dockers are running, 192..... 10......

 

Docker RUN for the openvpn-client:

 

docker run
  -d
  --name='OpenVPN-Client'
  --net='bridge'
  -e TZ="Europe/Berlin"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="Tower"
  -e HOST_CONTAINERNAME="OpenVPN-Client"
  -e 'FIREWALL'=''
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/openvpn-client.png'
  -p '8080:8080/tcp'
  -p '8090:8090/tcp'
  -p '8118:8118/tcp'
  -v '/mnt/user/appdata/openvpn-client':'/vpn':'rw'
  --device='/dev/net/tun'
  --cap-add=NET_ADMIN
  --dns=8.8.8.8
  --sysctl net.ipv6.conf.all.disable_ipv6=0 'ich777/openvpn-client'

7ee25b13de0ef562e64a0a3517c20cf7c44b53b6b6937b346ced81aa2b418d17

 

Docker RUN for SabNzbd:

 

docker run
  -d
  --name='binhex-sabnzbdvpn'
  --privileged=true
  -e TZ="Europe/Berlin"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="Tower"
  -e HOST_CONTAINERNAME="binhex-sabnzbdvpn"
  -e 'VPN_ENABLED'='no'
  -e 'VPN_USER'='GVs/hawh1kzKuDhrCLwURo7BYYHUtrone24q/fIUcRs='
  -e 'VPN_PASS'='vpn password'
  -e 'VPN_PROV'='custom'
  -e 'VPN_OPTIONS'=''
  -e 'STRICT_PORT_FORWARD'='no'
  -e 'ENABLE_PRIVOXY'='no'
  -e 'LAN_NETWORK'='192.168.2.0/24'
  -e 'NAME_SERVERS'='8.8.8.8'
  -e 'ADDITIONAL_PORTS'='8081'
  -e 'DEBUG'='false'
  -e 'UMASK'='000'
  -e 'PUID'='99'
  -e 'PGID'='100'
  -e 'VPN_CLIENT'='wireguard'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://192.168.2.5:8080]/'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/sabnzbd-icon.png'
  -v '/mnt/user/Download/Blackhole/Sabnzbd/':'/blackhole':'rw'
  -v '/mnt/user/Download/':'/downloads':'rw'
  -v '/mnt/user/Download/Incomplete/Sabnzbd/':'/incomplete-downloads':'rw'
  -v '/mnt/user/Music/':'/music':'rw'
  -v '/mnt/user/appdata/binhex-sabnzbdvpn':'/config':'rw'
  --net=container:OpenVPN-Client 'binhex/arch-sabnzbdvpn'

7ce1d902be36eb8aa9f2085a1c71318f8a00b45ae8520030952c982504bdd714

 

LAN is 192.168.2.*

Server is 192.168.2.5

 

ifconfig for sabnzbd docker:

 

sh-5.2# ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 172.17.0.2  netmask 255.255.0.0  broadcast 172.17.255.255
        inet6 fe80::42:acff:fe11:2  prefixlen 64  scopeid 0x20<link>
        ether 02:42:ac:11:00:02  txqueuelen 0  (Ethernet)
        RX packets 84  bytes 20004 (19.5 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 84  bytes 8803 (8.5 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 28  bytes 1531 (1.4 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 28  bytes 1531 (1.4 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

tun0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST>  mtu 1500
        inet 10.8.0.30  netmask 255.255.0.0  destination 10.8.0.30
        inet6 fe80::81e0:21fa:7be7:6344  prefixlen 64  scopeid 0x20<link>
        inet6 fdda:d0d0:cafe:1194::101c  prefixlen 64  scopeid 0x0<global>
        unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  txqueuelen 500  (UNSPEC)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 4  bytes 475 (475.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

 

 

Link to comment

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...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.