aboutsummaryrefslogtreecommitdiffstats
path: root/bin/index.php
blob: d828e0f8c0992666ea7202bd27da916af797b78a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>

<head>
    <title>Welcome to bongo</title>
    <link rel="stylesheet" type="text/css" href="styles.css">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>

<body>
    <div class="container">
        <h1>Welcome to bongo</h1>
        <ul>
            <li>Jellyfin (:8096) <a href="http://bongo.local:8096">[local]</a> <a href="http://bongo.int.leonardobishop.com:8096">[int.leonardobishop.com]</a></li>
            <li>Jellyfin (https) (broken)</li>
            <li>Nextcloud <a href="https://cloud.int.leonardobishop.com">[int.leonardobishop.com]</a></li>
            <li>Vaultwarden <a href="https://vault.int.leonardobishop.com">[int.leonardobishop.com]</a></li>
        </ul>
        <hr>
        <a href="/status.php">Get status</a>
    </div>
</body>