-
iOS 18 - Shares are “Read Only”
Just had this happen to me. Had to enable an option on SMB settings: "Enhanced macOS interoperability"
-
-
[Plugin] LXC Plugin
Yeah, it is working for me. No change, apart of waking up the next day haha. All good so far.
-
[Plugin] LXC Plugin
@Daniel15 Do as ich777 said before to share your diagnostics. It helps them a lot on these reports of issues. But in my case, the next day all worked alright. No changes on my side. Do you use Brave browser by any chance? That's the one I use. Just to see if there's a pattern, I guess.
-
[Plugin] LXC Plugin
Now this, is attention to detail. 😉 Thanks!
-
[Plugin] LXC Plugin
Yes, forgot about the distinction. The issue was with create via the Add Container button. No template. Also tried in incognito mode. Brave browser. ## Note ## Disregard this now. Tried it again just now and it works. Just noticed yesterday the dropdown menus for distribution and release where not there to make selections. Maybe the browser doing one of its tricks. Now it's working great. Thanks anyways for the support!
-
[Plugin] LXC Plugin
If you're already logged in as root, you can execute `passwd` from the root account to change its password. At least I've used that before.
-
[Plugin] LXC Plugin
Hi team! Hope you're having a great day. Weird "bug" here. I'm unable to add a new container. Just leaving the default options and adding a name. Pressing the Create button just "refreshes" the page and asks again for the new container name. Diagnostics included. mini-diagnostics-20250124-1626.zip
-
[PLUG-IN] NerdTools
Thanks for including `btop` in your repo!
-
[Plugin] LXC Plugin
Hi everyone. I've tried to create a new LXC using the DebianVNC template using: wget https://github.com/ich777/unraid_lxc_debian_novnc/raw/refs/heads/master/lxc_container_template.xml -O /tmp/lxc_container_template.xml Then I go into: http://server:81/LXCAddTemplate All the information populates on the screen correctly: The issue is that pressing on CREATE does nothing. DONE gets me to the LXC page. I've tried in Brave/Brave Incognito/Firefox/Firefox Incognito. Have you seen this on your side?
-
[DEPRECATED] DJISMGAMING | CLEANUPERR, Malicious torrent clean-up tool
As soon as you get your template in the store, let me know to remove mine. 🫡
-
[SUPPORT] DJISMGAMING | MBPFAN, A FAN CONTROLLER FOR MACS RUNNING LINUX
Hi @motoxnate, unfortunately I'm not the developer of the application. I did create the template for Unraid though, as I did not see one at the time from the developer. But, I do see that the only mount point of this container in the Unraid host is for the application config file: <Host>:<Container> /mnt/cache/appdata/mbpfan/mbpfan.conf:/etc/mbpfan.conf Are your mounts adding more directories from your host? If the container is stopped, all data from the container (not in the config bind mount) will be lost. A system shutdown should do the same as it stops the docker service while shutting down.
-
[DEPRECATED] DJISMGAMING | CLEANUPERR, Malicious torrent clean-up tool
Hi @Flaminel, you can take the xml from the GitHub repository and make your own docker template repository with it. 100% no problem. I just like to help people get their apps in unraid, 🥰 but having a template directly from the developer is always so much better. 🤩 I can assist if needed. Not a CA publishing guru here by any means. I just like to help. 😊 The GitHub repository I use for publishing in CA is: https://github.com/djismgaming/docker-templates/blob/72cc31c97da739da971a1c38b993c4158cb6b9ea/djismGAMING/cleanuperr.xml It will be great to have a template under your control as you make changes to the container and can keep those changes being reflected on your unraid template. 😍
-
djismgaming started following 6.12.13 Extremely slow smb writes
-
[DEPRECATED] DJISMGAMING | CLEANUPERR, Malicious torrent clean-up tool
Hi @ikedrinski, From the GitHub repo from the developer, on this specific variable CONTENTBLOCKER__BLACKLIST__PATH it gives an explanation for that feature. CONTENTBLOCKER__BLACKLIST__PATH can be a "path to the whitelist (local file or url); Needs to be json compatible". That means that you'll either need the URL to the file or the file itself as a local file. In the case of a local file, make sure to put it somewhere where the container will have access to it permanently. ## Either: - For a local file to work, you'll need to include a mount in the container to your directory where you'll keep this file. For that refer to: https://docs.unraid.net/unraid-os/manual/docker-management/#volume-mappings - For a hosted file (website/webserver), you'll use a URL. In that case just fill the container variable with the URL for the file.
-
[DEPRECATED] DJISMGAMING | CLEANUPERR, Malicious torrent clean-up tool
Somehow the updated template is not hitting the CA on my side. If you see it, let me know. Edit: Never mind, a little fix in the repo made it appear now in the CA correctly.
-
[DEPRECATED] DJISMGAMING | CLEANUPERR, Malicious torrent clean-up tool
Template modified with all new/current Environment Variables in the repo. Should be on CA in a bit.