123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- <html>
- <head>
- <link rel="alternate" title="News RSS Feed" href="https://shandan.one/feed/news/rss.xml" type="application/rss+xml"/>
- <link rel="alternate" title="Discovery RSS Feed" href="https://shandan.one/feed/discovery/rss.xml" type="application/rss+xml"/>
- <link rel="alternate" type="application/rss+xml" title="Humour RSS" href="http://shandan.one/feed/humour/rss.xml">
- </head>
- <body style="background-color: darkgrey;">
- <title>Portal - Access, manage and share</title>
- <meta name="title" content="Portal - Access, manage and share">
- <meta name="description" content="Self-hosted services for remote access, management and syndication.">
- <style>
- .grid {
- margin: min(1vmin, 10px) min(1vmin, 10px);
- padding: 10px;
- font-size: min(3vmin,30px);
- text-align: center;
- position: relative;
- }
- .grid li {
- border-style: solid;
- border-width: 3%;
- width: 40vmin;
- height: 30vmin;
- max-width: 350px;
- max-height: 263px;
- text-align: center;
- list-style-type: none;
- display: inline-block;
- vertical-align: middle;
- margin: max(1.5vmin, 20px);
- padding: 10px;
- position: relative;
- cursor: pointer;
- }
- .grid li > div {
- position: relative;
- height: 100%;
- width: 100%;
- line-height: 1;
- }
- .grid li > div > h1 {
- line-height: 0.5;
- text-align: center;
- }
- .grid li > div > p {
- padding: max(0.5vmin, 10px);
- margin: 0;
- color: black;
- text-align: left;
- line-height: 1;
- }
- </style>
- <ul class="grid">
- <li onclick="location.href='https://shandan.one/pgadmin4';" style="color: steelblue;">
- <div>
- <h1>pgAdmin</h1>
- <p class="child">Manage and access postgresql databases</p>
- </div>
- </li>
- <li onclick="location.href='https://wol.shandan.one';" style="color: firebrick;">
- <div>
- <h1>WoL</h1>
- <p class="child">Wake a device</p>
- </div>
- </li>
- <li onclick="location.href='https://shandan.one/guacamole';" style="color: darkolivegreen;">
- <div>
- <h1>Gaucamole</h1>
- <p class="child">Remote desktop</p>
- </div>
- </li>
- <li onclick="location.href='https://syncthing.shandan.one';" style="color: royalblue;">
- <div>
- <h1>Syncthing</h1>
- <p>Manage syncthing</p>
- </div>
- </li>
- <li onclick="location.href='https://tv.shandan.one';" style="color: orange;">
- <div>
- <h1>TvHeadend</h1>
- <p>Access PVR</p>
- <p>Schedule recordings and view TV guide</p>
- </div>
- </li>
- <li onclick="location.href='https://shandan.one/wekan';" style="color: teal;">
- <div>
- <h1>Wekan</h1>
- <p>Kanban board</p>
- <p>Manage projects and tasks</p>
- </div>
- </li>
- <li onclick="location.href='https://mouse.shandan.one/#remote-mouse';" style="color: saddlebrown;">
- <div>
- <h1>Mouse</h1>
- <p>Use device as touchpad</p>
- <p>Turn your device's touchscreen into a remote touchpad</p>
- </div>
- </li>
- <li onclick="location.href='https://gateway.shandan.one';" style="color: lightblue;">
- <div>
- <h1>Gateway</h1>
- <p>Access the gateway</p>
- <p>Manage local LAN and internet connection settings</p>
- </div>
- </li>
- <li onclick="location.href='https://listgarden.shandan.one';" style="color: olivedrab;">
- <div>
- <h1>ListGarden</h1>
- <p>Manage RSS Feeds</p>
- <p>Publish new items and create new feeds</p>
- </div>
- </li>
- </ul>
- <ul class="grid">
- <li onclick="location.href='https://shandan.one/feed/news/rss.html';" style="color: gold;">
- <div>
- <h1>News</h1>
- <p>News Feed</p>
- <p>Notable events but not weather or sports</p>
- </div>
- </li>
- <li onclick="location.href='https://shandan.one/feed/discovery/rss.html';" style="color: gold;">
- <div>
- <h1>Discovery</h1>
- <p>Discovery Feed</p>
- <p>Cool and inspirational articles</p>
- </div>
- </li>
- <li onclick="location.href='https://shandan.one/feed/humour/rss.html';" style="color: gold;">
- <div>
- <h1>Humour</h1>
- <p>Humour Feed</p>
- <p>Humourous articles, memes or anything funny</p>
- </div>
- </li>
- </ul>
- </body>
- </html>
|