May 23, 20251 yr 13 hours ago, jonzey231 said:Also, the docker-hub test install to create a template is pretty rough. It very rarely adds enough/correct variables so native compose would be game changing.It adds everything which the docker file specifies. All ports, all paths all variables if they are specified in the file. If the author didn't bother to include them in the dockerfile, not much I can do as the docker system will let you add in additional paths, ports, variables without them having to be exported from the dockerfile
May 24, 20251 yr On 5/22/2025 at 10:49 AM, Revan335 said:Maybe we become an Migration Function. Compose to Unraid or Unraid to Compose.Both need a little work and some forum / side knowledge but I use Where I can convert a docker run line into a compose file:https://www.composerize.com/and https://www.decomposerize.com/to convert a compose line into a docker run line..-Here Is where I can make unraid docker template and corlate / make xml template using docker auth options...
June 17, 20251 yr On 6/11/2025 at 4:24 PM, ivanthomson said:Clustering would be cool. Tying multiple servers together as a single array/pool.Clustering with multiple unraid systems of simlar hardware would be cool some devs have worked on simlar with zfs buddy and unraid replication....I would like to see Ceph implementation at a enterprise level at that poin....After stewing over some things....Thought I'd throw some competitor stuff out there... As While, it works its taking away things that should exist and be in Unraid. While yes unraids Smb works, there still weirdness all around issues with it. I often end up having to manually edit smb to fix it...More current Example the Unraid v7 webui more in the new settings layout with network interfaces... especial in v7 and the networking tab options now...We should really Make it easier to make and use networking and interface options More targeting at manupilation and the use of Vlans and potentialy ability to make docker networks tied to interfaces WITHIN THE WEBUI!...So, lets look at a competitor as an example... OMV (Open Media Vault):I can easily make docker network.A simple add docker network with docker driver option drop down, fill in can go a long way!Even open up making edits to the default ipvlan br0 docker network...Those with 1 nic in unraid machine but still need to isolate teh vlan interface with a untaged br0...Even interfacing with linux networks such as vlans... as this is a common unraid issue and topic I've seen over the years. With not much documentation out there...But More to the Point...I'm finding Parts of the core main functionality for unraid with NFS and Samba have eroded over the years, what once was a easier one click setups within the web UI... now tends to be a headache with no clear in page direction...Samba still a hot topic for me, while its gotten better...I simpole love OMV samba setup and interfaceing... somethign unriad Share setings page should implement!(True nas had it for a time as well now they don't)... the abilty to add samba share options to the sahre or add [subfolder] samba sahre to a extra area....Sub folders shareing is a thing and needs implemented!!!Unraid Smb and NFS share should have a bit more functionality and setting that don't seem to be avilable in the current unraid sharea area!!!Example OMV Share areasimple check boxes for options for a share....The big one here for me is per share extra options...*As I want to add security and group for samba users... this Requires me to set sahre setting permission... WHile private and other setings exist its not the same and some funcationaly breaks...So here to another testparm samba share that OMV does that just works!!!Fixing and making samba better... aside...testparm:Bare Min SMB confg for proper sharing....# Global parameters[global]allow insecure wide links = Yesdisable spoolss = Yesdns proxy = Noload printers = Nolog file = /var/log/samba/log.%mlogging = syslogmap to guest = Bad Usermax log size = 1000multicast dns register = Nopam password change = Yespanic action = /usr/share/samba/panic-action %dpasswd chat = Enter\snew\s\spassword:* %n\n Retype\snew\s\spassword:* %n\n password\supdated\ssuccessfully .passwd program = /usr/bin/passwd %uprintcap name = /dev/nullserver string = %h serversocket options = TCP_NODELAY IPTOS_LOWDELAYfruit:nfs_aces = nofruit:copyfile = yesfruit:aapl = yesidmap config * : backend = tdbcreate mask = 0777directory mask = 0777printing = bsduse sendfile = Yes[Backups]comment = Backup Stagin Foldercreate mask = 0664directory mask = 0775force create mode = 0664force directory mode = 0775force group = usersforce user = nobodyguest ok = Yeshide special files = Yesinherit acls = Yesinherit permissions = Yespath = /mnt/vm-zfs/Backups/read only = Novfs objects = fruit streams_xattrwide links = Yesfruit:time machine = yesfruit:delete_empty_adfiles = yesfruit:wipe_intentionally_left_blank_rfork = yesfruit:veto_appledouble = nofruit:resource = filefruit:metadata = streamfruit:locking = nonefruit:encoding = privatefull smb conf that OMV does to make a proper samba seerver...root@omv:~# cat /etc/samba/smb.conf # This file is auto-generated by openmediavault (https://www.openmediavault.org)# WARNING: Do not edit this file, your changes will get lost.#======================= Global Settings =======================[global]workgroup = WORKGROUPserver string = %h serverdns proxy = nolog level = 0log file = /var/log/samba/log.%mmax log size = 1000logging = syslogpanic action = /usr/share/samba/panic-action %dpassdb backend = tdbsamobey pam restrictions = nounix password sync = nopasswd program = /usr/bin/passwd %upasswd chat = Enter\snew\s\spassword:* %n\n Retype\snew\s\spassword:* %n\n password\supdated\ssuccessfully .pam password change = yessocket options = TCP_NODELAY IPTOS_LOWDELAYguest account = nobodyload printers = nodisable spoolss = yesprinting = bsdprintcap name = /dev/nullunix extensions = yesallow insecure wide links = yescreate mask = 0777directory mask = 0777map to guest = Bad Useruse sendfile = yesaio read size = 1aio write size = 1time server = nowins support = nodisable netbios = nomulticast dns register = noserver min protocol = SMB2_02# Special configuration for Apple's Time Machinefruit:aapl = yesfruit:copyfile = yesfruit:nfs_aces = no#======================= Share Definitions =======================[Backups]comment = Backup Stagin Folderpath = /mnt/vm-zfs/Backups/guest ok = yesguest only = noread only = nobrowseable = yesinherit acls = yesinherit permissions = yesea support = yesstore dos attributes = yesfruit:encoding = privatefruit:locking = nonefruit:metadata = streamfruit:resource = filefruit:veto_appledouble = nofruit:wipe_intentionally_left_blank_rfork = yesfruit:delete_empty_adfiles = yesfruit:time machine = yesvfs objects = fruit streams_xattrprintable = nocreate mask = 0664force create mode = 0664directory mask = 0775force directory mode = 0775hide special files = yesfollow symlinks = yeswide links = yeshide dot files = yesread list = write list = force user = nobodyforce group = usersI get it though.. if it works why change... theses are just some core functionalities that make me pass on unraid for others atm. ItIt's gettingarder to say yes go Unraid with the 1 click and done setup but I often find myself having to tinker with unraid constantly to get a bare min feature set that the competitors do coretly out of the box... While annoying... the fact is Unraid dropped the ball with docker compose and implementation of the docker statk and sahring a docker stack in the CA. Plans with Squid have been implemented to share Compose Tempatles via The CA. Not somethign taht can be done over night...I Love the CA and the current Docker setup and implementation over the years. But Dam, alot of issues keep coming up with muti-docker setups anymore...It apears that some devs and old users left after the key change and license change over. I'm not upset at unraid / Limetehc as a business I'm upset that the core functional seem to be stagnant and not getting better... Where its competitors, Often free have this ironed out...Other examples... 45drives on rocky linux(debain stuff exists). Truenas scale(debain esk) and Truenas core(Freebsd), My go to now... Debain with Open Media Vault. Then there runnign Proxmox no sub and using LXC helper scripts... Pro/Cons and To each there own...I just know that something needs to change and be implemented to make it wroth while. As even older version of unraid like v6.9 shoudl get support hopefully with the unraid patch plugin...These older OS should get at least core app slackpack updated for CVE and some love touchup for those who can't risk nor refuse to move off unraid v6 per example... (Mainly due to hardware driver and kerneal issues...)A lot of things aren't easily implement nor go through rigors code testing...(looking at the recent OS updates witht he mover data bug incident at v7.0.1 and 7.1 and the Orginal issue update jump of v6 to v7 jump of bad config writes....) Theses things should have been handled better... Its frustrating and insulting as opps they update to be secure an now nope data disk is done and gone now... Some haven't recovered and lost data...So, looking thorugh current market, I'm sorry but unriad no longer has my number 1 spot... Its may still get a mention as Major Great strides have been made to keep it around. but the future for Unraid is concerning...Especially when the forum gets quite... 20 years in and hoping to see it in another 20 years... Edited June 17, 20251 yr by bmartino1 data
June 18, 20251 yr On 5/20/2025 at 6:28 AM, Squid said:docker compose support IS coming... Promise Would be nice to support github as a repo for docker compose files.it would make me switch back from portainer 🤩.
June 19, 20251 yr I would like to see an option for integrated health check on the USB that can check for bad blocks/sectors that are dying or maybe it can be added to the install software of unraid.Reason is I changed the USB flash drive as i thought it was failing (computer kept locking up) and not knowing how to check seemed confusing at first time. So this work be more for people who just starting or testing with the 30 days before buying.also an options that from the boot menu (blue screen where you pick how to load unraid) to enable logging to USB and have a notifications warning you it's on like every 1 hours or an icon as a reminder.I have been using unraid a few years now but i am no good at command line or always know what i am doing. Being able to point and click see options in front of me.
June 19, 20251 yr a lot docs are outdated since version 7, could these be updated. could also the quality of docs and topics be more broad. example aggregate support topics and build docs/faqs with common topics.
June 25, 20251 yr 🚀#1 Updated GUI & theme engine (modern animations, live search, nicer layouts etc)#2 Updated docs / way for community to add info#3 GUI speed improvements? Maybe cacheing? Edited June 26, 20251 yr by dopeytree
June 25, 20251 yr 3 hours ago, dopeytree said:#2 way for community to add infoThis is already possible as documentation is on GitHub and users can submit pull requests
June 26, 20251 yr Possible & happening are different ends of a path. i.e It takes a long time to be integrated, I tired it. Maybe I'll give it another go.
June 28, 20251 yr On 2/19/2025 at 7:56 PM, gustsant said:Boot from SSD so I can have it in Raid1.yeah for me the usb key is the weakest link right now
July 1, 20251 yr On 6/28/2025 at 3:26 PM, orlando500 said:yeah for me the usb key is the weakest link right nowIMO, the USB key has little to no bearing on startup speed. I have 4 systems with drastically different startup speeds - and different still compared to three other systems I've had in the past.
July 1, 20251 yr On 6/28/2025 at 8:26 PM, orlando500 said:Boot from SSD so I can have it in Raid1.yeah for me the usb key is the weakest link right nowThis was mentioned in the latest uncast video as an option that may be available soon.
July 17, 2025Jul 17 I would like an easier way to handle multiple network sources. I have 2 different ethernet connections from two separate internet services and have been trying to funnel the specific eth connections to specific docker containers. i have something that kind of works, but it would be nice to have my br2 connection be able to work in the same ways that the br0 connection does. If there were new features to make this simpler, maybe I wouldn't be bald.
July 18, 2025Jul 18 i would like the option for more than two parity drives, maybe 3, 4, or more. also, an option to choose between the current real-time parity or snapshot run on a schedule that is not zfs. Edited July 18, 2025Jul 18 by _0m0t3ur clarified
July 21, 2025Jul 21 Def looking forward to multiple arrays, I like to keep data physically separated and use specific storage for a dedicated use case. Multiple arrays would allow me to have a "high speed storage" array as well as a low speed storage array setup all while keeping redundancy. Would overall just give even more flexibility for Unraid to fit someone's use case.
August 3, 2025Aug 3 Changed Array Disks. For Example Remove a corrupted Disk without exchange this with a new one. Actually a new Configuration are required.
August 6, 2025Aug 6 Docker Stacks/Compose support similar to how Dockge does it but natively in Unraid.I would prefer having an easy way to setup my stacks but also assign appropriate icons to containers etc.
September 8, 2025Sep 8 On 7/1/2025 at 3:05 PM, JorgeB said:This was mentioned in the latest uncast video as an option that may be available soon.hope so, it was a nightmare for a couple of days before i got my hands on a new usb drive. (it allways happends on weekends and ofc when im at my cabin)
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.