mattmill

Members
  • Posts

    22
  • Joined

  • Last visited

Recent Profile Visitors

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

mattmill's Achievements

Noob

Noob (1/14)

1

Reputation

  1. Has anyone managed to successfully port forward using Unriads built in vpn manager?
  2. Does anyone know if port forwarding to rTorrent works when using VPN to Docker? Setup a WG connection to Mullvad with a port forward configured. However in ruTorrent the port is shown as closed. I have done a port mapping in the containers config but it seems unable to pass through the port.
  3. Got it working now. For anyone who stumbles upon this I had to install nano (my prefered editor) apk add nano Then run to open the groups nano /etc/group I then manually added to the group file. Your GID (281 below) may differ on your host machine. docker:x:281:zabbix Save and reboot docker container and it now works Just note that your GID may differ from the one above (281). To find your docker group ID run the below on your host machine getent group docker | awk -F: '{printf "Group %s with GID=%d\n", $1, $3}' Thanks for the pointers @VRx
  4. Thanks for this, this was something I didn't do. However after doing this the docker service is still reported as down in Zabbix.
  5. Nice work on this! Is there anyway to monitor docker containers with this plugin? I am passing /var/run/docker.sock to the container but Zabbix reports the Docker service as down. Anyone had success?
  6. My server pulled the latest build last night but now I can't log in? My details are saved in Bitwarden so they are definitely correct. Has something changed?
  7. Unmanic server is running Ubuntu. It's a rented dedicated server so like you, I am not punishing my main server.
  8. @Josh.5 I’m trying to do something a little more advanced with unmanic. I am running unmanic in a docker container on a server which is separate from my media server. However when I mount my media server share via SSHFS onto the unmanic server, unmanic won’t pick up any of the files? I can transfer the files manually via SFTP and it works but that will take ages. Any ideas why unmanic won’t detect files when using SSHFS?
  9. I love how easy unraid is to use. It just got even easier after that last GUI update. What I’d like to see added is some sort of built it back up solution. Whether that be server to server or server to local nas I don’t really mind but it would save having to rely on dockers and scripts.
  10. Also having this exact problem after doing my weekly updates on Sunday. Can't seem to find a solution though?
  11. Been using for a while now and was wondering if there is anyway of setting up Lets Encrypt on this docker?
  12. That's worked! Thank you for your help getting this sorted!
  13. I have removed that line now but it still wont start properly. supervisord.log
  14. I have removed those 2 lines but im still having the issue. supervisord.log
  15. Heres the supervisor log with debug on. supervisord.log