Jump to content
We're Hiring! Full Stack Developer ×

trurl

Moderators
  • Posts

    44,098
  • Joined

  • Last visited

  • Days Won

    137

Everything posted by trurl

  1. I think you must misunderstand the purpose of Dolphin since it is nothing like Tonido. A good analogy for Dolphin is Windows File Explorer. This particular docker implementation of it is just giving you a Linux desktop in a browser with the Dolphin file manager already launched. Yeah, sorry my end goal was always just something to manage my files without managing them from my other systems, not necessarily to have access to the files remotely like with Tonido. I still like being able to manage files while I'm away, but would rather not have it open to the world. With that in mind, is there a way to lock it down? Best option is vpn, second best is to use a reverse proxy like nginx. With reverse proxy, you can set a password through .htpasswd For vpn, check out the openvpn server dockers For nginx, you can use either the nginx docker or the letsencrypt one I have, which sets up a free 3rd party SSL certificate with nginx Many new routers have VPN built-in. I use the built-in VPN on my ASUS router, and I also use Teamviewer to remote control computers on my home network.
  2. I think you must misunderstand the purpose of Dolphin since it is nothing like Tonido. A good analogy for Dolphin is Windows File Explorer. This particular docker implementation of it is just giving you a Linux desktop in a browser with the Dolphin file manager already launched.
  3. Me too. There is also OpenVPN client for Windows. And ASUS has a free DDNS for their routers.
  4. There may be a new version of sensors-detect than the one included. See here
  5. So is the drive order irrelevant? I can plug the existing drives in any order into the new server, and Unraid will detect which drive is Parity and what drives are Data? Thanks. If you do it like lionelhutz suggested then unRAID will know all the drive assignments by their serial number. (These assignments are stored on your flash in config/super.dat)
  6. What really helps is buy an email domain forwarding account, it will cost you tens of euro per year and makes it possible to relay that email address to every physical emailbox you want... So switching providers or preference does not make a difference anymore.. If you choose your last name (I did) you can also use it for your whole family.. This is what I do. I have had the same email address since 1996 despite changing providers many times since then.
  7. But this brings up the question: If you don't specify a drive, what does it think "all your XFS drives" means, all the sd or all the md?
  8. It might be less error prone to do it that way instead of New Config. Then after everything checks out just replace the old parity with the new larger parity. And of course if you wanted to reuse the old parity as data you could use the method linked in bjp999's sig for a way to avoid having to clear the old parity. So many options!
  9. Yes. You can format any disk at any time to any filesystem simply by stopping the array and going to that drive's page and change the filesystem. Then when you Start the drive will be formatted to the new filesystem. Formatting a drive is simply writing an empty filesystem to the disk, which is treated just like any other write as far as parity is concerned. And you can mix filesystems as much as you want as long it is one of the supported 3, ReiserFS, XFS, btrfs. (And of course parity doesn't have a filesystem.)
  10. New Config with the existing data drives and new parity. Start and parity will build. Preclear each new drive and add.
  11. So the answer is Dolphins not the right tool to build an external client accessed FTP server on unRaid? If that's correct, what tool should I use? An FTP Server perhaps? If you don't like the built-in one I think there are some plugins. FTP Server isn't really the sort of thing that needs to be a docker.
  12. The webgui in your first screenshot is the "client" interface. It is basically running a linux desktop application inside a web page. Don't really understand what you are trying to do with filezilla. Dolphin is just a desktop application for managing files similar to Windows File Explorer. Do you think Windows File Explorer should give access to a "client"?
  13. mc (Midnight Commander) has been part of unRAID as long as I have been using it, at least since v4.7
  14. It may be that you aren't copying things where you think. Are you sure you can even see the UD drive in dolphin? Dockers will not be able to see anything that was not already mounted when the docker service started, and by docker service I don't mean the dolphin container but the docker service that all dockers use. Show the volume mappings for dolphin and where in dolphin you are copying the files to.
  15. Post your volume mappings for this docker.
  16. Looks like I pulled the trigger to soon. Just did the latest update and now the Apps page fills with Warning: file_put_contents(/var/lib/docker/unraid/templates-community-apps/0.xml): failed to open stream: No such file or directory in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 569 Warning: file_put_contents(/var/lib/docker/unraid/templates-community-apps/1.xml): failed to open stream: No such file or directory in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 569 Warning: file_put_contents(/var/lib/docker/unraid/templates-community-apps/2.xml): failed to open stream: No such file or directory in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 569 Warning: file_put_contents(/var/lib/docker/unraid/templates-community-apps/3.xml): failed to open stream: No such file or directory in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 569 Warning: file_put_contents(/var/lib/docker/unraid/templates-community-apps/4.xml): failed to open stream: No such file or directory in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 569 Warning: file_put_contents(/var/lib/docker/unraid/templates-community-apps/5.xml): failed to open stream: No such file or directory in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 569 Warning:
  17. I have a 700w PSU. Question should have been "What is the exact model of your power supply."
  18. Thanks! Your answer pointed me to these posts and it all makes sense now. Now i should just make sure that it gets mounted/unmounted at boot/shutdown. And it made me wonder .. would that be something i could automate by programming a plugin? Assuming it doesnt exist yet. Perhaps thats something for another topic.. but insights welcome.. His answer should have led you to the Unassigned Devices plugin. See search tips in my sig.
  19. Looks like the drive has dropped offline. Probably a connection issue. Check SATA and power plugs.
  20. Take a look on the Dashboard under System Status for the numbers labeled flash : log : docker. Possibly the "no space" device is the log.
×
×
  • Create New...