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.

6.6.0 GUI

Featured Replies

  • Author
2 minutes ago, cmer said:

Give this a shot: https://github.com/cmer/unraid-sanity

I think it's an improvement over the "stock" 6.6 UI.

I'm not at home right now, but to me that looks exactly like what I have now.  Either way, I'm not sure how to load new skins or GUIs or whatever you would call it.

  • Replies 64
  • Views 11.8k
  • Created
  • Last Reply
Just now, tucansam said:

I'm not at home right now, but to me that looks exactly like what I have now.  Either way, I'm not sure how to load new skins or GUIs or whatever you would call it.

It's based on White but I made many changes. Changes and how to install are in the README.

  • Author

Sweet, I'll give this a shot.  Thanks!!!  

 

Last time I did anything with HTML it was still called "HTML 2.0" but I assume reworking the GUI isn't the easiest thing in the world to do?

2 hours ago, cmer said:

Give this a shot: https://github.com/cmer/unraid-sanity

I think it's an improvement over the "stock" 6.6 UI.

Hmm font seems to be the same size still?

Only button layout is changed. 

8 hours ago, ZataH said:

Hmm font seems to be the same size still?

Only button layout is changed. 

Font size has been changed. If you want to make it smaller, it's easy. Just change the font size here: https://github.com/cmer/unraid-sanity/blob/master/default-sanity.css#L4

 

All font sizes are now proportional so changing it once there will change ALL the other sizes as well.

@cmer, a few comments. First, looks good! Second, is there any way for you to add a GUI element to allow changing the font size without manual editing and reloading? I would love to be able to have a small, medium, large font size slider.

 

Regarding your guinea pig server's screenshot, I'm guessing you are fully aware you are running with only single parity protection since disk11 is disabled? Seeing as you don't appear to have any data on that drive slot, I'd recommend rebuilding parity without it, assuming all your other drives are healthy.

2 hours ago, cmer said:

Font size has been changed. If you want to make it smaller, it's easy. Just change the font size here: https://github.com/cmer/unraid-sanity/blob/master/default-sanity.css#L4

 

All font sizes are now proportional so changing it once there will change ALL the other sizes as well.

Have you considered doing this as a PR against our webGUI github repo?

https://github.com/limetech/webgui

1 hour ago, limetech said:

Have you considered doing this as a PR against our webGUI github repo?

https://github.com/limetech/webgui

Ok I'll do that. There are some more tweaks I'd like to make first, but then I'll submit it.

 

  • Author

I followed the instructions in the readme and this is what happened:

 

 

unraid_big.jpg

47 minutes ago, tucansam said:

I followed the instructions in the readme and this is what happened:

 

 

unraid_big.jpg

That's actually the new look. You don't like it? 😂

 

Make sure the CSS is not broken. It looks like something is wrong with it. Or try clearing your browser history.

 

  • Author
42 minutes ago, cmer said:

That's actually the new look. You don't like it? 😂

 

Make sure the CSS is not broken. It looks like something is wrong with it. Or try clearing your browser history.

 

Cleared browser cache, no effect.

 

As far as broken CSS goes, I downloaded the sheets from the site and copied them to the location specified in the readme.  I verified them with the "more" command to examine the text, and they look just like they do on the site (ie, no corruption etc as far as I can tell).

 

I am running a plugin or two in my browser (privacy stuff, anti tracking etc).  Would that have any effect?

 

 

27 minutes ago, tucansam said:

Cleared browser cache, no effect.

 

As far as broken CSS goes, I downloaded the sheets from the site and copied them to the location specified in the readme.  I verified them with the "more" command to examine the text, and they look just like they do on the site (ie, no corruption etc as far as I can tell).

 

I am running a plugin or two in my browser (privacy stuff, anti tracking etc).  Would that have any effect?

 

 

They might.. anytime I see something like that it means a resource was not loaded or got blocked.
If you load up the debug console in the browser (F12 in chrome) then refresh under the console tab it might tell you what is missing

  • Author

F12 yielded nothing that was obvious.  I opened it in IE (I never use IE, ever, there is nothing added, just bone stock IE) and got the same issue.  

 

I'll disable some plugins in chrome and firefox and see what happens.  IE is a browser that was possibly coded by second graders, so its no surprise it doesn't work there.

  • Author

Disabling all extensions had no effect.

 

I am running a pi-hole, and generally like to clobber all domains, and then only allow what's needed.  So, question, is your CSS drawing something specifically from outside my network, perhaps from 'id.google.com'?

 

  • Author

Disregard.  Whitelisted 'id.google.com' and unraid is still broken.  No other domains are showing as blocked when I refresh the GUI.

  • Community Expert
3 hours ago, tucansam said:

I followed the instructions in the readme and this is what happened:

I have the same exact issues, as reported here, tested on two different servers home and work.

  • Author

I didn't see that, thanks.  Interesting.  Well at least I'm not alone.  I banged my head into my desk for a little while troubleshooting (see above posts) and decided I would sleep on it.  But now I'm not so sure its me.

4 hours ago, tucansam said:

I didn't see that, thanks.  Interesting.  Well at least I'm not alone.  I banged my head into my desk for a little while troubleshooting (see above posts) and decided I would sleep on it.  But now I'm not so sure its me.

What browser are you using? It works perfectly fine here in Safari, Chrome and Firefox.

  • Community Expert
10 minutes ago, cmer said:

What browser are you using? It works perfectly fine here in Safari, Chrome and Firefox.

Tested with Chrome and Firefox, clearing cache didn't help.

17 minutes ago, johnnie.black said:

Tested with Chrome and Firefox, clearing cache didn't help.

Look in the developer console to see what's happening.

 

Also try running this on your unraid box:

 

curl https://raw.githubusercontent.com/cmer/unraid-sanity/master/dynamix-sanity.css -o /usr/local/emhttp/plugins/dynamix/styles/dynamix-sanity.css
curl https://raw.githubusercontent.com/cmer/unraid-sanity/master/default-sanity.css -o /usr/local/emhttp/plugins/dynamix/styles/default-sanity.css

 

  • Author
2 hours ago, cmer said:

What browser are you using? It works perfectly fine here in Safari, Chrome and Firefox.

Chrome, Firefox, IE, tried on two different systems.  And Chrome and Firefox, tried on two different android phones.  Neither android is running any kind of ad block, anti-track, etc.  

  • Author
2 hours ago, cmer said:

Look in the developer console to see what's happening.

 

Also try running this on your unraid box:

 


curl https://raw.githubusercontent.com/cmer/unraid-sanity/master/dynamix-sanity.css -o /usr/local/emhttp/plugins/dynamix/styles/dynamix-sanity.css
curl https://raw.githubusercontent.com/cmer/unraid-sanity/master/default-sanity.css -o /usr/local/emhttp/plugins/dynamix/styles/default-sanity.css

 

This fixed it.  That was weird.  Something in how I copied the files from my desktop to unraid?!

 

Its an improvement, if slightly (I'm not complaining, thank you for this).  I am going to tweak font sizes and see how much better I can get it.  

 

For the unraid developers reading, this is an improvement.  But the orange buttons are still way too big (wasted space) and the black toolbar at the top is way too big (wasted space).

Edited by tucansam

Weird I had the same issue. Downloading it via curl seem to fixed that.

I have another issue though, my drop down boxes are all black

image.png.d3e7714e4df333db36183eb139da9963.png

Why is 'Lime' technology now orange based in color?

 

(just asking)

 

7 minutes ago, gsayer said:

Why is 'Lime' technology now orange based in color?

 

(just asking)

 

Same reason this is a thing.

yello.jpg

 

 

Archived

This topic is now archived and is closed to further replies.

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.