index.html 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. <html>
  2. <head>
  3. <link rel="alternate" title="News RSS Feed" href="https://shandan.one/feed/news/rss.xml" type="application/rss+xml"/>
  4. <link rel="alternate" title="Discovery RSS Feed" href="https://shandan.one/feed/discovery/rss.xml" type="application/rss+xml"/>
  5. <link rel="alternate" type="application/rss+xml" title="Humour RSS" href="http://shandan.one/feed/humour/rss.xml">
  6. </head>
  7. <body style="background-color: darkgrey;">
  8. <title>Portal - Access, manage and share</title>
  9. <meta name="title" content="Portal - Access, manage and share">
  10. <meta name="description" content="Self-hosted services for remote access, management and syndication.">
  11. <style>
  12. .grid {
  13. margin: min(1vmin, 10px) min(1vmin, 10px);
  14. padding: 10px;
  15. text-align: center;
  16. position: relative;
  17. }
  18. .grid button {
  19. border-style: solid;
  20. font-size: min(3vmin,25px);
  21. borderwidth: 3%;
  22. background: transparent;
  23. width: 40vmin;
  24. height: 30vmin;
  25. max-width: 350px;
  26. max-height: 263px;
  27. text-align: center;
  28. display: inline-block;
  29. vertical-align: middle;
  30. margin: max(1.5vmin, 20px);
  31. padding: 10px;
  32. position: relative;
  33. cursor: pointer;
  34. }
  35. .grid button > div {
  36. position: relative;
  37. height: 100%;
  38. width: 100%;
  39. line-height: 1;
  40. }
  41. .grid button > div > h1 {
  42. line-height: 0.5;
  43. text-align: center;
  44. }
  45. .grid button > div > p {
  46. padding: max(0.5vmin, 10px);
  47. margin: 0;
  48. color: black;
  49. text-align: left;
  50. line-height: 1;
  51. }
  52. </style>
  53. <form action="https://shandan.one/pgadmin4"
  54. id="pgadmin" rel="external" formmethod="get" formtarget="_self"></form>
  55. <form action="https://shandan.one/guacamole"
  56. id="guacamole" rel="external" formmethod="get" formtarget="_self"></form>
  57. <form action="https://shandan.one/wekan"
  58. id="wekan" rel="external" formmethod="get" formtarget="_self"></form>
  59. <form action="https://shandan.one/feed/news/rss.html"
  60. id="news" rel="external" formmethod="get" formtarget="_self"></form>
  61. <form action="https://shandan.one/feed/discovery/rss.html"
  62. id="discovery" rel="external" formmethod="get" formtarget="_self"></form>
  63. <form action="https://shandan.one/feed/humour/rss.html"
  64. id="humour" rel="external" formmethod="get" formtarget="_self"></form>
  65. <form action="https://gogs.shandan.one"
  66. id="vcs" rel="external" formmethod="get" formtarget="_self"></form>
  67. <form action="https://wol.shandan.one"
  68. id="wol" rel="external" formmethod="get" formtarget="_self"></form>
  69. <form action="https://syncthing.shandan.one"
  70. id="syncthing" rel="external" formmethod="get" formtarget="_self"></form>
  71. <form action="https://tvheadend.shandan.one"
  72. id="tv" rel="external" formmethod="get" formtarget="_self"></form>
  73. <form action="https://mouse.shandan.one/#remote-mouse"
  74. id="mouse" rel="external" formmethod="get" formtarget="_self"></form>
  75. <form action="https://gateway.shandan.one"
  76. id="gateway" rel="external" formmethod="get" formtarget="_self"></form>
  77. <form action="https://listgarden.shandan.one"
  78. id="listgarden" rel="external" formmethod="get" formtarget="_self"></form>
  79. <div class="grid">
  80. <button form="news" style="color: gold; border-color: gold">
  81. <div>
  82. <h1>News</h1>
  83. <p>News Feed</p>
  84. <p>Notable events but not weather or sports</p>
  85. </div>
  86. </button>
  87. <button form="discovery" style="color: gold; border-color: gold">
  88. <div>
  89. <h1>Discovery</h1>
  90. <p>Discovery Feed</p>
  91. <p>Cool and inspirational articles</p>
  92. </div>
  93. </button>
  94. <button form="humour" style="color: gold; border-color: gold">
  95. <div>
  96. <h1>Humour</h1>
  97. <p>Humour Feed</p>
  98. <p>Humourous articles, memes or anything funny</p>
  99. </div>
  100. </button>
  101. </div>
  102. <hr/>
  103. <div class="grid">
  104. <button form="wol" style="color: firebrick; border-color: firebrick">
  105. <div>
  106. <h1>WoL</h1>
  107. <p>Wake a device</p>
  108. </div>
  109. </button>
  110. <button form="pgadmin" style="color: steelblue; border-color: steelblue">
  111. <div>
  112. <h1>pgAdmin</h1>
  113. <p class="child">Manage and access postgresql databases</p>
  114. </div>
  115. </button>
  116. <button form="guacamole" style="color: darkolivegreen; border-color: darkolivegreen">
  117. <div>
  118. <h1>Gaucamole</h1>
  119. <p>Remote desktop</p>
  120. </div>
  121. </button>
  122. <button form="vcs" style="color: yellow; border-color: yellow">
  123. <div>
  124. <h1>gogs</h1>
  125. <p class="child">Manage and access git repositories</p>
  126. </div>
  127. </button>
  128. <button form="syncthing" style="color: royalblue; border-color: royalblue">
  129. <div>
  130. <h1>Syncthing</h1>
  131. <p>Manage syncthing</p>
  132. </div>
  133. </button>
  134. <button form="tv" style="color: orange; border-color: orange">
  135. <div>
  136. <h1>TvHeadend</h1>
  137. <p>Access PVR</p>
  138. <p>Schedule recordings and view TV guide</p>
  139. </div>
  140. </button>
  141. <button form="wekan" style="color: teal; border-color: teal">
  142. <div>
  143. <h1>Wekan</h1>
  144. <p>Kanban board</p>
  145. <p>Manage projects and tasks</p>
  146. </div>
  147. </button>
  148. <button form="mouse" style="color: saddlebrown; border-color: saddlebrown">
  149. <div>
  150. <h1>Mouse</h1>
  151. <p>Use device as touchpad</p>
  152. <p>Turn your device's touchscreen into a remote touchpad</p>
  153. </div>
  154. </button>
  155. <button form="gateway" style="color: lightblue; border-color: lightblue">
  156. <div>
  157. <h1>Gateway</h1>
  158. <p>Access the gateway</p>
  159. <p>Manage local LAN and internet connection settings</p>
  160. </div>
  161. </button>
  162. <button form="listgarden" style="color: olivedrab; border-color: olivedrab">
  163. <div>
  164. <h1>ListGarden</h1>
  165. <p>Manage RSS Feeds</p>
  166. <p>Publish new items and create new feeds</p>
  167. </div>
  168. </button>
  169. </div>
  170. </body>
  171. </html>