primeval_god

Community Developer
  • Posts

    848
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by primeval_god

  1. There is no ETA for updates but likely not until after the holidays. The code is on github but this thread is all there is so far as support and info.
  2. That is totally understandable which is why I originally proposed something like 2 threads for each new release. One would be in the Announcement subforum and be locked and the other, for people to discuss and provide feedback in, would be posted in another sub and linked from the announcement post. The goal would not be to dampen discussion just to make a clearer distinction (from a notification perspective) between real Limetech announcements and responses to those announcements.
  3. It was an update to docker compose. They changed something about how they reference networks, which interacts badly with how unRAIDs webui detects network names.
  4. No, the Dockerman system has its own method of storing the current and latest available version of docker images. Compose.Manager does not integrate with Dockerman in this respect (in fact it does no update tracking of its own it just provides a button with runs a stack update command). No, at the moment there is no good way to remove the "Update Available" link. The pings are from the Fix Common Problems plugin correct? Best to just disable the update check in FCP.
  5. The place to report / discuss this in the unRAID forums is here, at least i am pretty sure that is the same issue. As for reporting the issue upstream i havent a clue where to go.
  6. No i wouldnt, but what i consider an acceptably complex password for a device on a home network is likely well below that of someone who thinks 2fa is worthwhile. If unRAID were a multi user system, or enabled SMB users to change their own passwords, I could see having a policy setting, but for a single administrator system I dont see a point. Do they have a password strength graphic for the initial setup (its been so long since i did initial setup i dont remember)?
  7. If you open a shell in the container can you view the contents of the mounted folder at /disks/veraaa/veraaa ? There might be something wrong with using /mnt/disks on the unRAID side, i think other plugins may use that folder, not entirely sure. It looks like it should be mounted at /mnt/disks/veraaa, can you see that from the unRAID shell?
  8. There are several , though i wouldnt agree that we all think it should happen. Absolutely not, If i want to set my password to 'password' on my own system that is my prerogative.
  9. Well that is the big one. The root user (which is the only real user) is meant for management and should be used sparingly. And your asking whether other uses accounts can have access to the unRAID os which is not how its meant to be used. But more generally docker is the preferred way of extending functionality on unRAID. Anything that can be done with docker, should be done with docker. It helps to isolate user customization from the unRAID os. In this case it would allow you to easily ensure your file transfer client only has access to the specific folders that it needs access to.
  10. You should not connect directly to unRAID via ssh or sftp to transfer files. A better option would be to setup a docker container (or LXC container if thats more your style) to host an ssh or sftp server for file transfer. You could configure whatever usernames and permissions you need in the container.
  11. Also no icon is specified but i like this one http://www.top-windows-tutorials.com/images/2013/04/veracrypt-logo.png
  12. For the webui field you always specify the container port not the host port. The rest is pretty self explanatory, except for the disks bind mount '-v /mnt/disks' which needs this option.
  13. No idea Swapfile support is available thorough a plugin.
  14. Off hand i think deleting the override files wont cause a problem. I am pretty sure they will get recreated any time the compose stack is edited in the GUI.
  15. I havent, I will have to look into it. But I am not sure that it addresses the root of my wish to differentiate between an actual new announcement made by limetech, and other people discussing or responding to that announcement.
  16. Seeing these comments, I was reminded to bump this old request.
  17. Note that the version of CA that you are currently using will likely to function for a while, at least until incompatible changes are made to the appfeed. I am also still on unRAID v6.11.x and I am not feeling compelled to update as of yet.
  18. Its an interesting idea. Perhaps it deserves to be its own feature request.
  19. I asked to have it marked completed based on its 2014 creation date. I read this as solved by the presence of dual parity.
  20. Traefik can be used for free without signing up for anything. I am sure they sell some sort of service but I wouldnt even know what it was.
  21. @JonathanM @SpencerJ Bit of a semantics question here, what should i do with "Feature Requests" that are solved by functionality available in a plugin? My thought would be move them to completed unless the request is specifically to integrate the functionality (or plugin) into unRAID itself. Also what about requests that weren't really completed so much as they already existed and the user just needed to be pointed to the functionality? p.s. Happy Thanksgiving
  22. I wasnt suggesting a reverse proxy to the internet. I use one (traefik) purely locally so that all my services are on different named paths vs different ports. You can go a step further and put the reverse proxy container on an ipvlan type network so it has its own ip address and serves on the common ports 80 and 443.