September 4, 20178 yr 33 minutes ago, bonienl said: Design choice. At the other end of the spectrum there are people asking to limit the width to 1200 pixels... Personally, I prefer the GUI to automatically extend to whatever window width it's given without any arbitrary limitations. The current choice of 1920 looks strange on larger monitors because the Azure / Grey the navigation bar is all the way on the left with the actual display centered in the middle and the footer and header stretch across the entire display. Eventually as time goes by, we're just going to get back into the same situation that 6.3 has with its GUI arbitrarily limited to 800px and looking terrible on all displays nowadays. I would surmise that the reasoning for the arbitrary width is so that the tables etc displayed within the GUI are easier to handle with an upper limit to the width. But I'd personally prefer to limit the particular table to a certain size rather than limit the GUI as a whole (plus I put a ton of work into CA to get it working with no upper limit, auto resizing, etc )
September 4, 20178 yr @bonami root@Tower:/mnt/user/Incoming/nzbget/dst# dmidecode -t 16 # dmidecode 3.0 Getting SMBIOS data from sysfs. SMBIOS 3.0.0 present. Handle 0x0027, DMI type 16, 23 bytes Physical Memory Array Location: System Board Or Motherboard Use: System Memory Error Correction Type: None Maximum Capacity: 64 GB Error Information Handle: 0x0026 Number Of Devices: 4 root@Tower:/mnt/user/Incoming/nzbget/dst# dmidecode -t 17 # dmidecode 3.0 Getting SMBIOS data from sysfs. SMBIOS 3.0.0 present. Handle 0x002E, DMI type 17, 40 bytes Memory Device Array Handle: 0x0027 Error Information Handle: 0x002D Total Width: 64 bits Data Width: 64 bits Size: 16384 MB Form Factor: DIMM Set: None Locator: DIMM 0 Bank Locator: CHANNEL A Type: DDR4 Type Detail: Synchronous Unbuffered (Unregistered) Speed: 2666 MHz Manufacturer: Unknown Serial Number: 00000000 Asset Tag: Not Specified Part Number: CMK32GX4M2A2666C16 Rank: 2 Configured Clock Speed: 2666 MHz Minimum Voltage: 1.2 V Maximum Voltage: 1.2 V Configured Voltage: 1.2 V Handle 0x0031, DMI type 17, 40 bytes Memory Device Array Handle: 0x0027 Error Information Handle: 0x0030 Total Width: Unknown Data Width: Unknown Size: No Module Installed Form Factor: Unknown Set: None Locator: DIMM 1 Bank Locator: CHANNEL A Type: Unknown Type Detail: Unknown Speed: Unknown Manufacturer: Unknown Serial Number: Unknown Asset Tag: Not Specified Part Number: Unknown Rank: Unknown Configured Clock Speed: Unknown Minimum Voltage: Unknown Maximum Voltage: Unknown Configured Voltage: Unknown Handle 0x0033, DMI type 17, 40 bytes Memory Device Array Handle: 0x0027 Error Information Handle: 0x0032 Total Width: 64 bits Data Width: 64 bits Size: 16384 MB Form Factor: DIMM Set: None Locator: DIMM 0 Bank Locator: CHANNEL B Type: DDR4 Type Detail: Synchronous Unbuffered (Unregistered) Speed: 2666 MHz Manufacturer: Unknown Serial Number: 00000000 Asset Tag: Not Specified Part Number: CMK32GX4M2A2666C16 Rank: 2 Configured Clock Speed: 2666 MHz Minimum Voltage: 1.2 V Maximum Voltage: 1.2 V Configured Voltage: 1.2 V Handle 0x0036, DMI type 17, 40 bytes Memory Device Array Handle: 0x0027 Error Information Handle: 0x0035 Total Width: Unknown Data Width: Unknown Size: No Module Installed Form Factor: Unknown Set: None Locator: DIMM 1 Bank Locator: CHANNEL B Type: Unknown Type Detail: Unknown Speed: Unknown Manufacturer: Unknown Serial Number: Unknown Asset Tag: Not Specified Part Number: Unknown Rank: Unknown Configured Clock Speed: Unknown Minimum Voltage: Unknown Maximum Voltage: Unknown Configured Voltage: Unknown root@Tower:/mnt/user/Incoming/nzbget/dst#
September 4, 20178 yr 30 minutes ago, bonienl said: I have both Ubiquiti EdgeMax and USG routers. I don't use the EdgeRouter X, but I believe CLI is the same. When it is just adding the "dns" statement then do the following: $ configure # set service dns forwarding options rebind-domain-ok=/unraid.net/ # commit # save # exit $ exit Thank you! It is starting to make some sense now. I will be going through the manual as I have a few more things to figure out--- like how to logoff of the CLI...
September 4, 20178 yr 11 minutes ago, Squid said: plus I put a ton of work into CA to get it working with no upper limit Changing the basics for the GUI is a few tons more...
September 4, 20178 yr 1 minute ago, bonienl said: Changing the basics for the GUI is a few tons more... lol No disagreeing at all. Merely popping my 2 cents in. I loved the how the GUI looked pre RC8q.
September 4, 20178 yr 5 minutes ago, Frank1940 said: like how to logoff of the CLI... just keep on typing exit
September 4, 20178 yr 3 minutes ago, Squid said: I loved the how the GUI looked pre RC8q. The problem with design is that most of it, is based on personal preferences and it is impossible to please everyone. Your favourite colour is likely different from mine. Doesn't mean you or I is wrong, just different
September 4, 20178 yr Got this error in the syslog: Sep 2 23:35:53 MediaServer root: error: /webGui/include/ProcessStatus.php: wrong ED38F1262B0CA7A9:6E71779D5083FDE3 csrf_token Two issues. - Why am I getting this error? - Is this exposing the csrf token in the log?
September 4, 20178 yr 1 hour ago, bonienl said: I actually bought a new 27" monitor last week with a 2560x1440 resolution. And personally I find a GUI width of 1920 working very well on this monitor. Is there a possibility of reverting the setting back to utilizing the full resolution? Is there any downside to this? It is certainly a matter of personal preference, but I like to stick the GUI in fullscreen on my 2560*1440 screen and see the full page in all its glory, now I get empty grey space accompanying each side of all the GUI elements Any way to customise this?
September 4, 20178 yr 3 minutes ago, dlandon said: - Why am I getting this error? You upgraded unRAID and left the GUI open while the system is rebooting. GUI queries the system to see if it is back online, and csrf_token is different after system came back. 6 minutes ago, dlandon said: - Is this exposing the csrf token in the log? csrf_tokens are now anonymized in the syslog (replaced by stars '****'). Looks like the line in your log shows old and new token values, maybe should be anonymized too.
September 4, 20178 yr 1 hour ago, bonienl said: csrf_tokens are now anonymized in the syslog (replaced by stars '****'). Looks like the line in your log shows old and new token values, maybe should be anonymized too. I don't remember leaving a browser window open, but I probably did. I was trying to sort out the cache drive not formatted issue and it was late. I saw the anonimyzed values. Yes I think all should be anonimyzed. Edited September 4, 20178 yr by dlandon
September 4, 20178 yr 7 minutes ago, nexusmaniac said: Is there any downside to this? Yes, other people complaining it is too wide. 8 minutes ago, nexusmaniac said: now I get empty grey space accompanying each side of all the GUI elements Then you must hate the display of this forum, it has even more grey space... 9 minutes ago, nexusmaniac said: Any way to customise this Sure, see the css files (e.g. default-white.css). @media (max-width:1920px){#template{min-width:1080px;margin:0 10px}} @media (min-width:1921px){#template{min-width:1080px;max-width:1920px;margin:0 auto}} The first line tells that full screen width is used for monitors up to 1920 The second line tells to limit the screen width to 1920 for larger monitors.
September 4, 20178 yr 30 minutes ago, bonienl said: Yes, other people complaining it is too wide. Then it should be optional, surely? Unless it's me vs the world of course 31 minutes ago, bonienl said: Then you must hate the display of this forum, it has even more grey space... It's a huge improvement over what it used to be But running it on Discourse would be impressive haha 34 minutes ago, bonienl said: The first line tells that full screen width is used for monitors up to 1920 The second line tells to limit the screen width to 1920 for larger monitors. 2 things now - Where do I find these files, guessing /boot/config/dynamix ... ? - Once I change them, will I need to change them every reboot... Or will the changes stick?
September 4, 20178 yr Upgraded to RC8 from RC7 with no issues. Had to click Provision a few times to get it to work. Great to see the green lock and https in the browser now, nice work thanks
September 4, 20178 yr On 9/2/2017 at 6:18 PM, limetech said: The other thing you’ll notice in your address bar is a very funny looking URL consisting of a 40-hex-character subdomain of unraid.net. We have set up a LimeTech DNS server that will resolve that URL to your servers IP address on your local network. That FQDN is unique to your certificate. When your browser resolves that URL it is given your local IP address which it then uses to perform the https connection handshake I have some questions here about what is happening. First, is LimeTech DNS server local on our server or is it located somewhere on the WAN? Second, If that service goes down for any reason, will we lose access to the server? ...Or to the entire Web? Third, If my Internet service provider has an service outage, will I lose the ability to log into the GUI?
September 4, 20178 yr 15 minutes ago, Frank1940 said: First, is LimeTech DNS server local on our server or is it located somewhere on the WAN? 1 Based on the comments already made and generally how this will work, this is WAN based. 15 minutes ago, Frank1940 said: Second, If that service goes down for any reason, will we lose access to the server? ...Or to the entire Web? 1 Depending on how it's hosted you may lose the ability to access the server using the new hostname provided, but I would hope this is a redundant DNS server blah blah to avoid this happening. But you can always access it using the IP or even a local hostname name given to it by your router if any. 15 minutes ago, Frank1940 said: Third, If my Internet service provider has an service outage, will I lose the ability to log into the GUI? You can always access it via IP Edited September 4, 20178 yr by Tuftuf
September 4, 20178 yr Sorry if this has been asked and answered in a previous 6.4 rc but 6.4.0-rc8q is my first 6.4 attempt on a new server. I am unable to find "Table view spacing:" in settings in 6.4rc8q. I like the narrow setting. The default has too much space between rows. Using it on all of my 6.3.5 servers.
September 4, 20178 yr in this day in age of responsive design, I'm a bit shocked unraid layout is fixed the width isnt my issue but the padding/margins used. wish there was a way to adjust some spacing like gmail and other webapps: Quote Comfortable (on larger displays) / Cozy (on larger displays) / Compact then the ocd in me also wants to mention the differences in margin/padding throughout the ui
September 4, 20178 yr 4 hours ago, bonienl said: I have both Ubiquiti EdgeMax and USG routers. I don't use the EdgeRouter X, but I believe CLI is the same. When it is just adding the "dns" statement then do the following: $ configure # set service dns forwarding options rebind-domain-ok=/unraid.net/ # commit # save # exit $ exit Won't Unifi users also have to add this to the config.gateway.json or else on the next provision it will be lost? "service": { "dns": { "forwarding": { "options": [ "rebind-domain-ok=/unraid.net/" ] } } }
September 4, 20178 yr 38 minutes ago, smdion said: Won't Unifi users also have to add this to the config.gateway.json or else on the next provision it will be lost? Yes, any manual changes by CLI are lost when a configuration update or device provisioning is done by the Unifi GUI. The file config.gateway.json can be used to overcome this, but this is quite an advanced function and you need to make absolutely sure the syntax of that file is correct otherwise the router may hang. Just to let you know, your example above misses the opening and closing curly brackets surrounding "service" and won't be accepted. Easiest / safer solution is to just reenter the single command line.
September 4, 20178 yr 1 minute ago, bonienl said: Yes, any manual changes by CLI are lost when a configuration update or device provisioning is done by the Unifi GUI. The file config.gateway.json can be used to overcome this, but this is quite an advanced function and you need to make absolutely sure the syntax of that file is correct otherwise the router may hang. Just to let you know, your example above misses the opening and closing curly brackets surrounding "service" and won't be accepted. Easiest / safer solution is to just reenter the single command line. I copied/pasted out of my existing json with other items... so probably did miss a few brackets.
September 4, 20178 yr 3 hours ago, nexusmaniac said: - Where do I find these files, guessing /boot/config/dynamix ... ? - Once I change them, will I need to change them every reboot... Or will the changes stick? The *.css files are placed in RAM memory in folder /usr/local/emhttp/plugins/dynamix/styles. Since these files are in RAM they will be defaulted after a reboot.
September 4, 20178 yr 11 minutes ago, bonienl said: The *.css files are placed in RAM memory in folder /usr/local/emhttp/plugins/dynamix/styles. Since these files are in RAM they will be defaulted after a reboot. Updated CA to support any custom modifications of width to unRaid's CSS
September 4, 20178 yr 17 minutes ago, bonienl said: The *.css files are placed in RAM memory in folder /usr/local/emhttp/plugins/dynamix/styles. Since these files are in RAM they will be defaulted after a reboot. 4 minutes ago, Squid said: Updated CA to support any custom modifications of width to unRaid's CSS @media (max-width:2560px){#template{min-width:1080px;margin:0}} @media (min-width:2561px){#template{min-width:1080px;max-width:2560px;margin:0 auto}} Thanks very much, both! Just updated CA too, worked flawlessly
Archived
This topic is now archived and is closed to further replies.