jfrere

Members
  • Posts

    14
  • Joined

  • Last visited

Everything posted by jfrere

  1. Just go with Cloudron, and install Peertube.
  2. Can't, I have same LAN 192.168.0.1/24 on both sides. Limitations from my router / ISP.
  3. Hello, I was trying to redirect remote SSH access to a VM with Nginx Proxy Manager installed on my Unraid server IP 192.168.0.51 (172.17.0.5 docker). Local VM IP is 192.168.0.250, access to SSH port 22 within local network is OK. Access from outside network with SSH port 22 or 443 failed. My router redirect port 443 to 192.168.0.51 I've tried to configure my router redirecting port 22 to 192.168.0.51:22 or 192.168.0.51:443, either doesn't work. Any help is appreciated. My guess is that I need to redirect port 22 from 192.168.0.51 -> 172.17.0.5, but I don't know if there's any listening port on the docker for SSH configured.
  4. Hello, I've installed Antmedia server from this image : https://hub.docker.com/r/spencerhughes/antmedia/tags Port redirection is working, Antmedia is working. But when I ad path for the WORKDIR /usr/local/antmedia <--> /mnt/usr/appdata/antmedia, the destination host folder remains empty. And of course, Antmedia doesn't start, displaying an error message regarding this CMD ["/bin/sh" "-c" "./start.sh"] --> ./start.sh not found I've tried "privileged", doesn't change anything. Any help would be appreciated.
  5. Just deleted mariadb docker + image + appdata, reinstalled, now it works.
  6. Which user? Yourls is trying to connect with root.
  7. Hi, I'm trying to connect yourls to mariadb, got this error MySQL Connection Error: (1045) Access denied for user 'root'@'172.17.0.10' (using password: YES)
  8. I confirm the issue is related to accented characters in the Windows %USERPROFILE% One can simply change the TMP path in control panel -> system and security -> system -> advanced system settings -> environment variables. %USERPROFILE%\AppData\Local\Temp -> c:\TEMP And set it back to original settings when done.
  9. Hello. I'm using the qbittorrent docker without any issues, but I can't ban peers. Either by right click on active peers, or by adding IP manually. Any help would be appreciated.
  10. Hi, I'm using droppy. Everything works fine, except I'd like to hide some system folders present in my share (starting with a dot). It's possible to do that? Otherwise, could you confirm once I've set TLS, it's safe to open droppy port on the Internet?
  11. Anyway, now there's this topic if someone has the same problem finding the hidden button Thank you !
  12. Got it. I think there's room for improvement here, I've clicked on the name, the play/stop button, the links, but the icon. Plus, my guess it doesn't work on touch screen devices.
  13. Hello, why there isn't a way (button) to stop/remove/delete a docker container + image on the GUI? I'm using unraid 6.8.3. I know how to do it via the console, with docker rm / rmi commands.