Croontje

Members
  • Posts

    12
  • Joined

  • Last visited

Croontje's Achievements

Noob

Noob (1/14)

3

Reputation

  1. I gave it another go and I think it works now! I added 2 port forwards for web and WS (80 and 443) I changed the WebUI to http://[IP]:[PORT:8980]/ Then I went to the Phoscon GUI and got an error in chrome: 431 But after clearing cookies everything worked fine
  2. Is it possible to have this docker us the Bridge network type and not the br0? Because I tried changing ports/adding forwards and I never can reach the web interface unless I use br0
  3. I have been looking for a way to have a Synology backup to my unraid with hyperbackup over a VPN. And finally I found a good solution. I want to document it here. I hope this is usefull for someone. If you can spot issues/problems please let me know Why no wireguard? As far as I know, this is not possible on my synology. Install VPN package on synology and enable the OpenVPN See Step_1.PNG Export the OpenVPN configuration, replace remote YOUR_SERVER_IP with your server IP/DYNDNS in the VPNConfig.ovpn file Configure the ICH777 OpenVPN client following the instructions (do I need to elaborate more on this?) The basic steps for a OpenVPN connection that requires a Username and Password are: 1) Rename your *.ovpn to 'vpn.ovpn' and place it in your OpenVPN-Client directory, 2) Create in the same directory a file named 'vpn.auth' and place your Username in the first line and the Password for the connection in the second line and save it 3) Restart the container open the logs and see if the connection to your VPN establishes successfully. Add 2 extra paths to this Unraid docker: See Step_4.PNG Create the install_rsync.sh file and place it in the correct path with following contents: (linux linefeeds!) Restart your OpenVPN client container after this. VPN connection should be established and "ps aux" should show rsync daemon installed and running. apt-get update apt-get -y install rsync cat <<EOT > /etc/rsyncd.conf uid = root gid = root use chroot = no max connections = 4 pid file = /var/run/rsyncd.pid log file = /hyperBackup/rsyncd.log timeout = 600 reverse lookup = no [hyperSYN] path = /hyperBackup comment = /hyperBackup read only = FALSE EOT rsync --daemon Go to Diskstation and create Hyperbackup databackup task: (see Step_6.PNG) First screen: destination type: rsync Second screen, use options in screenshot: IP is the IP your docker gets from the OpenVPN server Username and password doesn't matter Backup module is the one in square brackets from the install_rsync file Directory is the HBK folder that will hold your backup (will be autocreated) The options in the following screens you can choose as you wish Normally this should work ... Don't know if it would be better to create a new docker. Thanx @ich777 for the OpenVPN client docker
  4. Very promising project. Something I have been looking for for a while. Left some suggestions in the github
  5. So if I understand correctly, if I plan to leave the drive permanently connected you would choose a cache pool. Even if I am not planning to use it as a real cache, just storage that does not need parity protection or speed. I have a ssd cache pool in use but with the new cache pool feature I started thinking to use a second cache pool instead of the unassigned drives plugin. Sorry if my explanation is not clear. I am not a native English speaker.
  6. I ordered a 6TB drive today to add to my server. I was planning to use it as an unassigned drive to store some backups and Storj data (because the last one constantly spins up my drive and parity drives) But an hour ago I started thinking, maybe it's better to add the 6TB HD to a new cache pool. If I select my Storj to prefer cache, it will never be moved to the array. It seems better this way, no plugins needed, everything in the array. What do you guys think?
  7. I was wondering the same, mainly because I want to group disabled/unused scripts to clean up the list
  8. I switched from Kodi with mysql to Kodi with emby I like the Kodi interface and I use emby when not at home.
  9. I like the way it uses to make an array (keep data on single disk) A mobile web gui would be nice