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.

Shah63

Members
  • Joined

  • Last visited

Everything posted by Shah63

  1. Homelab-PRD/Login /************************ / / Fonts / /************************/ @font-face { font-family: 'ClearSans'; src: url('/webGui/styles/clear-sans-bold-italic.eot'); src: url('/webGui/styles/clear-sans-bold-italic.eot?#iefix') format('embedded-opentype'), url('/webGui/styles/clear-sans-bold-italic.woff') format('woff'), url('/webGui/styles/clear-sans-bold-italic.ttf') format('truetype'), url('/webGui/styles/clear-sans-bold-italic.svg#clear_sansbold_italic') format('svg'); font-weight: bold; font-style: italic; } @font-face { font-family: 'ClearSans'; src: url('/webGui/styles/clear-sans-bold.eot'); src: url('/webGui/styles/clear-sans-bold.eot?#iefix') format('embedded-opentype'), url('/webGui/styles/clear-sans-bold.woff') format('woff'), url('/webGui/styles/clear-sans-bold.ttf') format('truetype'), url('/webGui/styles/clear-sans-bold.svg#clear_sansbold') format('svg'); font-weight: bold; font-style: normal; } @font-face { font-family: 'ClearSans'; src: url('/webGui/styles/clear-sans-italic.eot'); src: url('/webGui/styles/clear-sans-italic.eot?#iefix') format('embedded-opentype'), url('/webGui/styles/clear-sans-italic.woff') format('woff'), url('/webGui/styles/clear-sans-italic.ttf') format('truetype'), url('/webGui/styles/clear-sans-italic.svg#clear_sansitalic') format('svg'); font-weight: normal; font-style: italic; } @font-face { font-family: 'ClearSans'; src: url('/webGui/styles/clear-sans.eot'); src: url('/webGui/styles/clear-sans.eot?#iefix') format('embedded-opentype'), url('/webGui/styles/clear-sans.woff') format('woff'), url('/webGui/styles/clear-sans.ttf') format('truetype'), url('/webGui/styles/clear-sans.svg#clear_sansregular') format('svg'); font-weight: normal; font-style: normal; } /************************ / / General styling / /************************/ body { background: #F2F2F2; color: #1c1b1b; font-family: ClearSans, sans-serif; font-size: .875rem; padding: 0; margin: 0; } a { text-transform: uppercase; font-weight: bold; letter-spacing: 2px; color: #FF8C2F; text-decoration: none; } a:hover { color: #f15a2c; } h1 { font-size: 1.8em; margin: 0; } h2 { font-size: 0.8em; margin-top: 0; margin-bottom: 1.8em; } .button { color: #ff8c2f; font-family: ClearSans, sans-serif; background: -webkit-gradient(linear,left top,right top,from(#e03237),to(#fd8c3c)) 0 0 no-repeat,-webkit-gradient(linear,left top,right top,from(#e03237),to(#fd8c3c)) 0 100% no-repeat,-webkit-gradient(linear,left bottom,left top,from(#e03237),to(#e03237)) 0 100% no-repeat,-webkit-gradient(linear,left bottom,left top,from(#fd8c3c),to(#fd8c3c)) 100% 100% no-repeat; background: linear-gradient(90deg,#e03237 0,#fd8c3c) 0 0 no-repeat,linear-gradient(90deg,#e03237 0,#fd8c3c) 0 100% no-repeat,linear-gradient(0deg,#e03237 0,#e03237) 0 100% no-repeat,linear-gradient(0deg,#fd8c3c 0,#fd8c3c) 100% 100% no-repeat; background-size: 100% 2px,100% 2px,2px 100%,2px 100%; } .button:hover { color: #fff; background-color: #f15a2c; background: -webkit-gradient(linear,left top,right top,from(#e22828),to(#ff8c2f)); background: linear-gradient(90deg,#e22828 0,#ff8c2f); -webkit-box-shadow: 0; box-shadow: 0; cursor: pointer; } .button--small { font-size: .875rem; font-weight: 600; line-height: 1; text-transform: uppercase; letter-spacing: 2px; text-align: center; text-decoration: none; display: inline-block; background-color: transparent; border-radius: .125rem; border: 0; -webkit-transition: none; transition: none; padding: .75rem 1.5rem; } [type=email], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], textarea { font-family: ClearSans, sans-serif; font-size: .875rem; background-color: #F2F2F2; width: 100%; margin-bottom: 1rem; border: 2px solid #ccc; padding: .75rem 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 0; -webkit-appearance: none; } [type=email]:active, [type=email]:focus, [type=number]:active, [type=number]:focus, [type=password]:active, [type=password]:focus, [type=search]:active, [type=search]:focus, [type=tel]:active, [type=tel]:focus, [type=text]:active, [type=text]:focus, [type=url]:active, [type=url]:focus, textarea:active, textarea:focus { border-color: #ff8c2f; outline: none; } /************************ / / Login spesific styling / /************************/ #login { width: 500px; margin: 6rem auto; border-radius: 10px; background: #fff; } #login .logo { position: relative; overflow: hidden; height: 120px; border-radius: 10px 10px 0 0; } #login .wordmark { z-index: 1; position: relative; padding: 2rem; } #login .wordmark svg { width: 100px; } #login .case { float: right; width: 30%; font-size: 6rem; text-align: center; } #login .case img { max-width: 96px; max-height: 96px; } #login .error { color: red; margin-top: -20px; } #login .content { padding: 2rem; } #login .form { width: 65%; } .angle:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 120px; background-color: #f15a2c; background: -webkit-gradient(linear,left top,right top,from(#e22828),to(#ff8c2f)); background: linear-gradient(90deg,#e22828 0,#ff8c2f); -webkit-transform-origin: bottom left; transform-origin: bottom left; -webkit-transform: skewY(-6deg); transform: skewY(-6deg); -webkit-transition: -webkit-transform .15s linear; transition: -webkit-transform .15s linear; transition: transform .15s linear; transition: transform .15s linear,-webkit-transform .15s linear; } .shadow { -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.12); box-shadow: 0 2px 8px 0 rgba(0,0,0,.12); } /************************ / / Cases / /************************/ [class^="case-"], [class*=" case-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'cases' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /************************ / / Media queries for mobile responsive / /************************/ @media (max-width: 500px) { body { background: #fff; } [type=email], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], textarea { font-size: 16px; /* This prevents the mobile browser from zooming in on the input-field. */ } #login { margin: 0; border-radius: 0; width: 100%; } #login .logo { border-radius: 0; } .shadow { box-shadow: none; } } Homelab-PRD Homelab production server with X10DRL-i MB, Dual Xeon® E5-2650 v3, 64GB DDR4 RDIMM, and Mix Array of Drives document.cookie = "cookietest=1"; cookieEnabled = document.cookie.indexOf("cookietest=")!=-1; document.cookie = "cookietest=1; expires=Thu, 01-Jan-1970 00:00:01 GMT"; if (!cookieEnabled) { document.write('Browser cookie support required for login'); } Login Password recovery

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.