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.

mjeshurun

Members
  • Joined

Everything posted by mjeshurun

  1. Can you please explain how you committed the snapshot back to base?
  2. Thank you for the explanation. It worked for Appleinsider :) Is there a guide somewhere I can read about how to retrieve full articles right in FreshRSS? I tried to use the method you described with a different rss feed, but it did not work and the full article is not shown.
  3. Thank you for the suggestion. I wanted to do that before writing in this forum, but the GitHub project doesnโ€™t have an issues tab, so I donโ€™t know how to contact the docker appโ€™s maintainer to report this problem.
  4. Hi, Thank you for maintaining these docker apps ๐Ÿ™ the fivefilters-full-text-rss docker app is not extracting full text rss articles from Appleinsider, when used in conjunction with the FreshRSS Readable extension. Any idea how to solve this?
  5. Thank you very much for the suggestion. After first trying with ChatGPT, I ended up using Gemini, because it was more thorough in its procedures explanations. So thanks to you, it looks like I managed to get it to work in a much more efficient way ๐Ÿ™๐Ÿ™ Step 1 consists of using Google Apps Script to add the file extension to the new video file directly on Google Drive. And step 2 consists of my laptop automatically running a convert to mp3 script when the new file is synced to my local HDD. This is much better compared to my original workflow ๐Ÿ™๐Ÿ™
  6. Hi friends, I could use some assistance from more knowledgeable users in aim of creating an efficient workflow that auto converts Google Meet .mp4 recordings into .mp3 files. My use case is as follows: I use Google Meet to conduct online 1/1 and group video meetings. Google Meet records the meetings and automatically saves them as video files in a Google Drive folder called โ€œMeet Recordingsโ€. However, the video files created by Google Meet are not saved with the .mp4 file type [for example: " kcn-kpmw-uyk (2025-06-25 12 13 GMT+3) "], so when I download such a file, my computer doesnโ€™t understand this is a video file, so it wonโ€™t play it โ€“ unless I manually add the .mp4 file type to the file name. [for example: "kcn-kpmw-uyk (2025-06-25 12 13 GMT+3).mp4 "]. Currently, I found a long and inefficient way to automate the file rename and media conversion into MP3 using Nextcloud, but this workflow is very crude and requires quite a few steps. A. I first need to auto download the original video recording file (without the .mp4 extension) from Google Drive to my laptop computer using the Google Drive Desktop sync app. B. The Nextckoud Desktop sync app will then automatically upload this file to my Nextcloud server on my homelab. C. Once the video file is uploaded to a specific folder on my Nextcloud server, an automation distinguishes the file has no .mp4 extension, so it adds the extension. D. Once the file has been updated with the .mp4 extension Nextcloud automatically runs a Media Convert flow to convert the .mp4 file to .mp3. E. The new .mp3 file is then automatically downloaded back to my laptop computer using the Nextcloud Desktop sync app. F. Finally, the new .mp3 file is uploaded to my Google Drive using the Google Drive Desktop sync app, and the workflow is finished. Can someone suggest a quicker and more efficient workflow? I am open to exploring and installing any Unraid community app on my home server that could directly sync with Google Drive, rename these video files and convert them without the long Nextcloud process. Or better yet, if there is a way to create a script that will auto run the rename and media conversion processes directly on Google Drive, this will be the best. Hope someone can help ๐Ÿ™
  7. Thank you very much for the explanation ๐Ÿ™ I managed to delete the recovery partition with diskpart. And after that I was able to combine the unallocated storage.
  8. Thank you for this recommendation. I can see I have 20GB of unallocated space. Is there a way to add this free space to Windows C:, and merge them into a single volume of 50GB? The option to Extend Volume is grayed out.
  9. I opened an issue on Github a week ago, but didn't get any response there. https://github.com/dockur/windows/issues/1257 So I decided to try my luck here, because the Unraid community is more active.
  10. I run Windows 11 inside a docker container directly on Unraid. Not inside a VM.
  11. Hi freinds, I installed windows 11 pro with the binhex-official-windows as a docker container. I initially gave the container 30G of drive C storage for a testing period. Now that I see things are working ok, I tried to enlarge the storage size to 50G in the container settings. However, even thought windows container distinguishes the storage should be 50G, the drive C is still showing as 30G. Can anyone suggest how I can make drive C become 50G as it should be?
  12. Update from 7.0.1 to 7.1.2 went mostly ok. The first reboot attempt failed and I was asked to reboot the server by pressing "enter" on the keyboard. But the second reboot went ok, and so far it seems the device updated to Unraid OS 7.1.2 without other issues.
  13. I installed and am using the docker version of the Adguardvpn-cli app. you can find it using the Unraid Community store. The app is not directly on the community store, but you can use the community store to search for Adguardvpn-cli on docker hub and then install it this way.
  14. Unfortunately, I didn't. If you manage to get it sorted in docker, please give us an update here ๐Ÿ™๐Ÿ™
  15. Good to know I'm not the only one suffering from this. What does it mean that the sample config changed? Do we need to change it for it to work again? Edit: Until a solution is found for this NginxProxyManager issue, I switched my external url's connections from NginxProxyManager to Cloudflare Tunnels. Now everything is working again, but that's not really a solution to the NginxProxyManage issue.
  16. Hi friends, Since today, I'm seeing this repeating message in my NginxProxyManager log: nginx ] nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/10.conf:14 I also cannot open my docker apps webui's that are configured to run behind NginxProxyManager with my external domain urls. When I use my internal ip's for my docker apps, I can open their webui's and use them. Can someone please assist in solving this issue?
  17. Hi @ich777, Is your comment a reply to my question? If it is, how would I go about running the ansible playbooks that install and run the various server components, bridges and bots, they mention on the github page? Do I need to install ansible somehow for the playbooks commands to work?
  18. Hi friends, Has anyone tried installing Matrix on Unraid using this github project? https://github.com/spantaleev/matrix-docker-ansible-deploy From what I understand, it should make the installation process easier and it also allows for easy installation of the various bridges and bots. If I had the necessary knowledge, I would try to install it on Unraid myself, but unfortunately I don't know how to start installing it. If someone can guide me, I'm willing to be a guinea pig for everyone else ๐Ÿ™
  19. Hello friends, Has anyone managed to install matrix-docker-ansible-deploy as a docker container on Unraid? It looks like a very easy All-In-One installation method, and since I'm not too proficient in these kinds of things, such an automated install process will be very comfortable for me. Hope someone can shed some light as to how I can install this, even though it's not available in Unraid's docker community apps store.
  20. Hi @xthursdayx , This is a very old thread, but is it possible to install matrix-docker-ansible-deploy on Unraid as a docker container instead of in a VM?
  21. Many thanks ๐Ÿ™ ๐Ÿ™ It worked
  22. Thank you for the tip, @szaimen I tried to add the line: --env NEXTCLOUD_MEMORY_LIMIT=1GB in the Extra Parameters section of the nextcloud-aio-mastercontainer docker container setup page, but once I saved this change the container wouldn't start, so I had to remove this line. Should I maybe add this line as a Variable instead? What should I write for the Key? And what should I write for the Value?
  23. Hello friends, I am running Nextcloud AIO 29 on Unraid. I'm seeing two types of repeating error messages in the log: 1. for PHP application: "Allowed memory size of 536870912 bytes exhausted (tried to allocate 40960 bytes) at /var/www/html/custom_apps/recognize/lib/Classifiers/Classifier.php#360" 2. for recognize application: "Failed to generate preview of 275459 with dimension 1024 with nextcloud preview manager: No provider successfully handled the preview generation" After googling these errors, I understand I should try to increase Nexcloud AIO's PHP memory limit from 512MB to 1GB. Can anyone please explain how I should do this? Thank you ๐Ÿ™
  24. Hi friends, I would like to install the new Adguard VPN Cli for Linux inside a docker container on my unraid server. https://github.com/AdguardTeam/AdGuardVPNCLI Is that possible? Hope someone can assist ๐Ÿ™
  25. Hi @Kilrah and thank you for your reply ๐Ÿ™ I would like to install and use the newly created Adguard VPN client for Linux, but I would prefer to install it in a container environment, so that I can choose which other containers uses the VPN connection and which don't. The problem is, I'm not sure the Adguard VPN app is docker compatible, so I was thinking maybe it's possible to install ubuntu in a docker container, and then install Adguard VPN in there. I hope this explanation helps.

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.