Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

DiscoverIt

Members
  • Joined

  • Last visited

Everything posted by DiscoverIt

  1. Completely normal and expected if a container does not respect user mapping.
  2. I'd like to propose that Unraid modify common workflows and add an Advanced View for more fine grained control where feasible. This example is for adding a share but really applies anywhere that a setting or field is useful, but not often modified, in an attempt to streamline and cleanup the workflow. Adding a Share. The items in Green represent more advanced settings that ideally don't need to be changed unless you know what you're doing. A further suggestion would be to bring in SMB settings to the add share so that immediately upon adding the share a user could use the share without further modification.
  3. Is the removal of the pre-clear report a new(er) addition to the workflow before the signature can be removed via the subsequent red x click?
  4. Where do you see that I want to add a formatted drive to a parity protected array? That string of text was never typed by me. The intention is that if a drive is acquired the most common way to test the drive is to leverage a pre-clear operation. I found a way to format the drive but it has become incredibly convoluted. Since all status went to the footer (which by the way why did that change occur?), you first hover over the symbol, click the red x to need to remove the pre-clear report, click the red X on the main page, enter in Yes, and only then does the UI element change to allow Format.
  5. Preclear is often done as a test before a drive is used either in a parity protected array, pool, or elsewhere. Destructive mode is enabled with the Plus addon installed. There appears to no longer be a mechanism to format a drive with a pre-clear signature.
  6. Is there a new bug that once pre-cleared you cannot format or use the drive?
  7. Can we get a toggle to enable/disable the creation of datasets? Moving files between shares (that are datasets) are essentially separate filesystems which eliminates the instant move of a file.
  8. It seems the webui allows any file type (ovpn) to be uploaded when importing a config. Uploading an OpenVPN will cause the webui for VPN settings to crash and fail to load. It would be a good idea to verify the file upload before saving to config by ensuring it complies with the minimum required fields.
  9. What’s the fix then? One cannot force all development of container images off DockerHub. While some have moved to GHCR the vast majority of still valid images reside on DockerHub.
  10. Pushing a new user into command line is not a valid solution. The problem is this new change will impact most new unraid install roll out.
  11. That is a workaround indeed. However a permanent fix should be discussed since Unraid is tailored for new Linux users and docker is a key feature pillar.
  12. https://docs.docker.com/docker-hub/usage/ tldr; 10 pulls an hour unauthenticated. Can we get fields on docker settings page to input authentication information?
  13. Drop in here your export and mount lines.
  14. Why do these patches require a reboot? At that point why not just release a patchfix release and increment the versioning?
  15. Obviously best fix is for LT to create a dedicated SSH settings page for all these settings.
  16. Modifications to daemon core config files is not a suggested work flow. It’s the reason why apt and other package managers ask how to proceed when the daemon gets updated. This way any changes to the core config file are allowed by the maintainer without breaking your config. It’s also the reason why default sshd config contains this include statement on nearly every distro, except unraid.
  17. That's way too complicated of an approach. Go the linux correct route with an override to the included file. nano /boot/config/ssh/sshd_custom.conf PermitRootLogin prohibit-password PasswordAuthentication no PubkeyAuthentication yes nano /boot/config/go sed -i '1i Include /etc/ssh/sshd_custom.conf\n' /etc/ssh/sshd_config /etc/rc.d/rc.sshd restart Reboot or cp -r /boot/config/ssh/sshd_custom.conf /etc/ssh/sshd_custom.conf && /etc/rc.d/rc.sshd restart
  18. it seems the mover process will create a dataset on the zpool when sending data to it if a base dir does not exist. Is there a way to change this behavior or have a setting added to the share for yes/no on the creation of a dataset? zfs datasets are great in some regards, but if you frequently have n+1 shares where you want to shift data from share to share it will require full re-write of the data being moved.
  19. In theory there is now at any given moment a potential for 4 stable releases? Current stable options: 6.12.15 6.12.15+patch (not existent but could) 7.0 7.0+patch (not existent but could) Is it going to be whether or not a reboot is required is what determines a patch in the plugin sense vs a patchfix release? Or will this only be used for versions no longer supported per the new licensing? It just has an odd mouth feel that 6.12.15 is a patch release but you could also have 6.12.15+patch. Maybe 6.12.15 should be renamed a bug fix release (major.minor.bugfix+patch)?
  20. How does the plugin remove stored patches fixed with a new release?
  21. Its a your mileage may vary situation. I'm simply suggesting the sshd_config.d/*.conf approach as its a more correct mentality. Nearly all distros have gone this approach as the individual values in this file override what is present in the base sshd_config file. The blanket override approach is dangerous because if required upstream changes to the config occur they will not be represented automatically in your custom sshd_config file.
  22. the problem is that rc.sshd actually generates part of the sshd_config dynamically. A better approach would be to prepend the following into the config and restart the daemon Include /etc/ssh/sshd_config.d/*.conf Then instead of a full sshd_config file create a custom.conf with only the values you want modified.
  23. I created a bug report for this,
  24. It seems v7 no longer allows a custom sshd_config file to be used. In the past the contents of /boot/config/ssh were copied into /etc/ssh/ prior to the ssh service coming up. It seems this remains true except for the sshd_config file. I cannot see any evidence in a change log about this change? So either /etc/ssh/sshd_config was already existing in v6 and -n was added to the copy command within rc.sshd OR /etc/ssh/sshd_config is a new static file which is what I'm leaning towards. I suspect the creation of an industry standard /boot/config/ssh/sshd_config.d/custom.conf is in order but it does not seem the at present /etc/ssh/sshd_config will allow piggyback loading of conf files? I do prefer this route but intially finding no documentation that /boot/config/ssh/sshd_config was deprecated. In the interim, how does one disable password authentication for the root user over SSH or allow custom sshd_config options?

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.