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.

ados

Members
  • Joined

  • Last visited

Everything posted by ados

  1. Any thoughts on this, make sense? Good idea?
  2. Have a feature request, option to override the file age. Example, full threshold is 80% and minimum 1%, with file age on x number of days. When the schedule runs it will check if space is over 80% and then move files over the set days. However, if new files are created in high enough volume it will fill the drive with most files newer than set days. You could turn off the age setting, but most of the time you want to keep files on the cache a while to make use of the speed and avoiding disk spin. What I'm proposing is an overflow setting. If when the mover runs and the disk space is over full threshold but there's no files old enough, move the oldest files until below the full threshold. Hopefully this makes sense and isn't burdensome add.
  3. That's a shame, thanks for the great plugin.
  4. I don't need parallel moving of pools or do you mean you can only control a single pool 🥲.
  5. Thanks @jcofer555 . The UI is a little confusing, it seems that you can't have different settings per pool? I'm assuming that based on the threshold numbers stay at custom values when I switch pools. It would be really nice to have per pool settings. The age based filter is excellent but I can see me wanting different values per pool etc.
  6. Did some testing, here's what I found. The settings/tick boxes only save if you stop and start the mover as the save button is combined. Therefore my autostart was never saved and it wasn't running. However, the manual move, multiple attempted, did not find anything to move. The scheduled move triggered and it found all the files to move began moving. At first I thought it was much slower than normal mover but testing shows it is a little slower. From mover start at 96% it went down to 88% in 25 minutes. Stopping and using the Unraid mover in 15 minutes it went from 88% to 77%. Maybe coincidence but the share is fill-up so in both tests the source and destination disks are the same. Did note that shares are /mnt/user/sharename but the mover log shows it's moving them to /mnt/user0/sharename . Another note was the files move but not the folders, you end up with a bunch of empty folders in the cache pool; assume cleanup setting sorts this?
  7. Just discovered this and looks great but having issues getting it to work. I have a cache pool 96% full because the move isn't occurring. Share is standard cache pool primary and secondary Unraid array. There's files showing in both the share and pool that should be moving. If I check the pool within the plugin it's confirming 96% full which is over the 80% threshold and 1% stop. Manually running the move says no files to move. Session finished Duration: 0s Finished move process No in-use files detected during move No shares had files to move Starting move process Move now triggered — filters disabled Plugin version: 2026.03.03.01 Session started
  8. @Collectathon yeah I've had to do that as I couldn't get it to work with a specific database.
  9. Just noticed this got added, looks nice. I have a lot of Redis apps already, each use their own database but I see that the template has the values split as individual parameters so I can't pass the usual Redis string. The Github doesn't mention the parameters for Redis, can I get around this?
  10. I suspect something has changed in one of the newer Thunderbird updates? Since the windows don't have a typical close button I've always used the CRTL + W close tab/window shortcut. This allows for closing the current window but the keys no longer pass to from the host, just nothing happens. I've tried using direct IP to container, eliminating Authentik/proxy, it instead closes the host browser window. You can still type so standard keys are fine. Since you need to close windows such as mail rules for them to update I can adjust any settings or reduce windows. Has something changed? Am I doing something wrong? Edit: I lowered the browser security of the site in Chrome and I have ESC working again 🤷‍♂️
  11. I've always wanted dynamic templates. Unraid's CA templates make docker management easier than many competing platforms, but has a long running flaw. If the maintainer changes aspects of the container through choice or is forced by upstream repo then your docker can miss out on features at best, or have security exploits or break outright at worst. Having dynamically updating templates would mitigate these issues. For security you can't have maintainers with the power to force updates to all Unraid user templates but you could build it into updates. Like when a docker has an update the template could have its own indication of new changes. The server owner selects into the docker and they select a compare button. They're shown their current template and to the side in red the new proposed and/or additional values. They can then select which ones individually to apply or apply them all.
  12. I see there's a new Owncast update but the official repo hasn't released any updates since April of this year. What would the changes be in relation to?
  13. Fixing docker hub rate limits
  14. Based on the poll it might end in integrated backups before multiple arrays. I absolutely welcome an integrated backup solution as setting up custom solutions like Kopia is quite advanced. However, given the choice I want arrays first, electricity costs are ever increasing and I have a large server waiting to absorb multiple smaller ones.
  15. I can't get Tandoor to work when behind Authentik. If exposed direct, works no issue. Use Authentik with proxy and it loads and works mostly but some images don't load. Even adding unauthenticated paths don't work, even .* If I change to Authentik with proxy forward auth the portal doesn't load any images.
  16. @knex666 apologied for posting here but I couldn't find a support thread for picoshare. Was setting up and noticed the template appears incorrect. There's 2 port environmental variables, both identical. Additionally, neither of these have any impact on the port and it's always 3001. Adding PORT=4001 (or anything) in the post arguments has no impact either. Checked the GitHub and the values are correct, they actually list the default port as 4001. If you leave as 3001 the web portal is then accessible but requires changing your conflicting docker. How I got it working. 1. Remove duplicate port env 2. Change the remaining to your port i.e 4001 3. In extra parameters enter the following: --publish 4001:4001/tcp Swap the above with your ports of course, portal will then load.
  17. That resolved it, now loads PDLIB and FR works. To assist those setting this up here is the short steps. 1. Once using the latest image open CLI on the host 2. Run the following: docker exec -it -u www-data Nextcloud ./occ face:setup --memory 5 GB --model 4 Assign the amount of RAM your willing/able to for image processing. If your wanting to process higher resolution files especially HEIC than 2 GB+. 3. You also need set the PHP memory limit to equal or higher than above. You can do this with config files or a variable which will allow easy changing if needed. PHP_MEMORY_LIMIT and the value is in MB i.e. 5000M 4. Login to your NC and enable all the Memories app settings you want and do the same for Recognise. Don't forget to enable "Index all media automatically (recommended)" in Memories. Face Recognition settings can be adjusted later if your not happy with the results. 5. We need to setup Recognise, run the following using host CLI. docker exec -it -u www-data Nextcloud ./occ recognize:download-models docker exec -it -u www-data Nextcloud ./occ recognize:classify 6. We need to scan the library manually once and Memories will handle new files from here. Again using CLI on the host run: docker exec -it -u www-data Nextcloud ./occ memories:index 7. Open the Memories app as the user (top bar) and setup your root paths. These are areas you want Memories to process, allows you to exclude specific files if needed. 8. Enable face recognition for your user account (per user) in the user settings. Things to note and general tips. Make sure you're using CRON or Recognize won't work, find the radio button in basic settings. To minimise HDD spin ensure your /data directory is your cache SSD. The file data /var/www/html/data goes to the array of HDDs. Ensure you have you have configured your Nextcloud config file with ffmpeg and best practice settings. You can see any missconfigured best practice settings from the overview tab in admin settings.
  18. Thank you for adding into your image. Sadly getting the same issues when I installed manually. You also need to load the module using the PHP file which is missing from the original image and thus most forks. When you run the setup it isn't loaded. This is when trying to access the Face Recognition option in administration settings. You can confirm with command: php -m | grep pdlib This will be blank as the module isn't loaded. You need to add the following to the php.ini file in accordance with their documentation: [pdlib] extension="pdlib.so" You can locate the expected path using: php -i |grep php.ini There will be no php.ini file and making one causes the image to not start. I think once that file is sorted it will load, any ideas?
  19. I mentioned PDLIB and so far haven't been able to get it working. Many people seem to struggle with the setup. Recognize is ok for non-people but Face Recognition is much better. Would you consider adding it to your docker? Most people setting this up are seeking the Memories, Recognize, Face Recognition and FFMEPG combo.
  20. @terratrax hi, usually I wouldn't press for a new update but your docker is the only one with pdlib installed. Sadly I'm on a higher version so I can't use it, I've switched back to the previous image but if you get time can we get 29.0.1.1. Thanks for your awesome work!
  21. I've switched to this docker image in the hopes of getting Face Recognition working but alas the same issues. When clicking on the Face Recognition tab it gives internal server error, only FR with Recognize and Memories working. When I look at the log it's the same error: Class "CnnFaceDetection" not found in file '/var/www/html/custom_apps/facerecognition/lib/Model/DlibCnnModel/DlibCnnModel.php' line 174 I've checked the file is there, set 777 as a test for permissions, reinstalled the app bunch of time but the same issues. When looking into it there isn't much but the mention of the php.ini needing: [pdlib] extension="pdlib.so" Problem is the docker has no php.ini file and /etc/php doesn't exist. When running php -m | grep pdlib it shows nothing, confirming not loaded. Finding the file with php -i |grep php.ini show a path to /usr/local/etc/php Here there's a conf.d folder and two files, php.ini-production and php.ini-development Placing any php.ini file in the php folder or the conf.d causes the container to not start. What am I doing wrong?
  22. Should be mentioned you have to pay for 50% of the features advertised and has been abandoned. Avoid!
  23. @boltojamthank you the lower case worked. Also, you can't use Postgres 12.5 had to change to 15 and didn't need the commands specified. Works with Authentik out of the box.
  24. After must trial and error, documentation and 30+ forums I have it working for this image. If anyone is interested let me know and I can post a guide. Edit: It broke on simple reboot
  25. Don't think the quotes are needed, thanks for clarifying. It's also not practical for users to dig into changes, understand them and do this ideally on each change. At this point Nextcloud should be including these popular dependencies 🫤. It's appreciated that people like yourself spend the time to make these changes for the community which wouldn't be needed if they added to the core image but 🤷‍♂️. I had seen your docker fork but with the title and it not explicitly mentioning pdlib I thought it was mainly targeted at ffmpeg. I shall take a look 👍

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.