Hackintosys

Members
  • Posts

    23
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Hackintosys's Achievements

Noob

Noob (1/14)

2

Reputation

  1. Hi together, I always updated my docker via. Unraid update function. Now I also started to check the docker via. Shell / CLI with apt update / apt upgrade. There have been always some packages open to be updated... f.ex. Nginx Proxy Manager Official Image. Do you guys do this aswell? I somehow feel unsafe if I dont update via CLI. I guess images like linuxserver ones dont have the problem because of dependbot... Kind Regards
  2. The adress is: http://(your-unraid-ip):8090/vnc.html
  3. Hi, it´s me again Do the docker update itself? I mean the base packages etc.? Cause I see other docker images getting updates with depend. bots etc. and I want to know if the base image gets updates here aswell? Thanks in advance!
  4. Ah ok, again what learned Thanks for clearification. I am using it for matrix, with a secret and the default key paths of the container. Or should I delete the default paths prefilled in the template to have certs created? Edit: checked appdata and there are certs/keys, so looks good I guess..
  5. Hello, I have a question regarding your TURN/STUN Docker. Atm. I only have a portforward opened in my firewall and the domain linked to my private IP. It all works, but do I have to Proxy it? I saw the docker created some certs. Without proxying I probably wont have SSL or? So all traffic through the port forward is not encrypted? I have cloudflare and NGINX Proxy manger, how can I secure it?
  6. Hi, danke für den Tipp, hat bei mir aber leider nicht funktioniert... Eine Idee woran das liegen könnte? Edit: Bin jetzt auf den 15er Release runter..
  7. Found the solution, had to disable NAT an add a static route to my router. This is new?
  8. Isnt this wrong? PostUp=logger -t wireguard 'Tunnel WireGuard-wg0 started' PostUp=iptables -t nat -A POSTROUTING -s 10.253.0.0/24 -o br0 -j MASQUERADE PostDown=logger -t wireguard 'Tunnel WireGuard-wg0 stopped' PostDown=iptables -t nat -D POSTROUTING -s 10.253.0.0/24 -o br0 -j MASQUERADE
  9. Hello, after upgrading to 6.10 I cant get my wireguard to work anymore. Before all worked fine. It connects to wireguard, shows a handshake and data transmitted, but I can´t access the web nor my lan. Any ideas what may be the problem?
  10. ja ist genau das gleiche bei mir, kann auf meinen pi hole nur zugreifen wenn ich den router als dns eintrage und im Router den pi hole
  11. Hi after upgrade my usual wireguard connections get a handshake and it shows that data is transmitted but I cant access the www and my local hosts. Any idea?