Jump to content

index.html !!!!


Recommended Posts

cochize1
Posted

Sorry for that guys.

Can someone please send me an original index.html file from dashbord-ui (Synology but I guess it doesn't matter). I have overwritten mine by accident.

 

Thanks in advance

Posted

Best thing to do is just install the server again on top of your existing installation.

Happy2Play
Posted

Copy and paste of index.html

 

<!DOCTYPE html>

<html class="preload">
<head>

    <meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no">
    <link rel="manifest" href="manifest.json">
    <meta name="format-detection" content="telephone=no">
    <meta name="msapplication-tap-highlight" content="no">

    <meta http-equiv="X-UA-Compatibility" content="IE=Edge">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="mobile-web-app-capable" content="yes">
    <meta name="application-name" content="Emby">
    <meta name="robots" content="noindex, nofollow, noarchive">
    <meta property="og:title" content="Emby">
    <meta property="og:site_name" content="Emby">
    <meta property="og:url" content="https://emby.media">
    <meta property="og:description" content="Energize your media.">
    <meta property="og:type" content="article">
    <meta property="fb:app_id" content="1618309211750238">
    <link rel="apple-touch-icon" href="touchicon.png">
    <link rel="apple-touch-icon" sizes="72x72" href="touchicon72.png">
    <link rel="apple-touch-icon" sizes="114x114" href="touchicon114.png">
    <link rel="apple-touch-startup-image" href="css/images/iossplash.png">
    <link rel="shortcut icon" href="favicon.ico">
    <meta name="msapplication-TileImage" content="touchicon144.png">
    <meta name="msapplication-TileColor" content="#333333">
    <meta name="theme-color" content="#43A047">

    <title>Emby</title>

    <style>
        .preload {
            background-color: #000;
        }

        .app-splash {
            background-image: url(modules/themes/logowhite.png);
            background-position: center top;
            background-repeat: no-repeat;
            background-size: contain;
            position: fixed;
            top: 30%;
            left: 30%;
            right: 30%;
            height: 20%;
        }

        @@Media (orientation: landscape) {

            .app-splash {
                left: 37.5%;
                right: 37.5%;
            }
        }
    </style>

</head>
<body>
    <div class="backdropContainer"></div>
    <div class="backgroundContainer"></div>
    <div class="mainDrawer"></div>
    <div class="skinHeader focuscontainer-x"></div>
    <div class="mainAnimatedPages skinBody">

        <div class="app-splash"></div>
    </div>
    <script src="apploader.js" defer></script>
</body>

</html>

 

cochize1
Posted

I cant do it manually on Synolofy and I think that just index.html that I overwritten is the culprit, so that would take like 2 sec to reset everything back to normal. Pretty please.

cochize1
Posted (edited)

Thank you but it is worse than that. I mixed with appheader.js and manifest.json as well.

How do I go about installing a fresh install on Synology OR could I ask ffor those two file codes as well?

edit: I am talking about new stable 4.4 version

Edited by cochize1
Happy2Play
Posted

Thank you but it is worse than that. I mixed with appheader.js and manifest.json as well.

How do I go about installing a fresh install on Synology OR could I ask for those two file codes as well?

 

got forum errors so I zipped them.

files.zip

  • Like 1
cochize1
Posted

like a charm!

thank you

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...