]> Git repositories of Yakumo Labs - chaotic.ninja.git/commitdiff
Was having Nextcloud a mistake?
authorIzuru Yakumo <yakumo.izuru@chaotic.ninja>
Wed, 18 Sep 2024 10:57:30 +0000 (07:57 -0300)
committerIzuru Yakumo <yakumo.izuru@chaotic.ninja>
Wed, 18 Sep 2024 10:57:30 +0000 (07:57 -0300)
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
.aya/layout.html
assets/css/style.css
assets/img/bg.gif [new file with mode: 0644]
assets/img/bg.jpg [deleted file]
assets/img/header-img.jpg
index.md
services/index.md

index e085f6eab9e844f192e47570abef22794257bd2d03f464ace1c84f941d6a9970..def9d300f51751f24b9d106329e946ea417077d419facfdb511066effd6cc38e 100644 (file)
@@ -10,7 +10,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <title>{{ title }} | chaotic.ninja</title>
   </head>
-  <body background="/assets/img/bg.jpg">
+  <body>
     <div class="container">
       <a href="/">
        <img src="/assets/img/header-img.jpg" class="header-img">
@@ -20,8 +20,6 @@
        <a href="/donate/">Donate</a> &diams;
        <a href="/friends/">Friends</a> &diams;
        <a href="/games/">Games</a> &diams;
-       <a href="https://lab.chaotic.ninja">Labs</a> &diams;
-       <a href="https://lists.chaotic.ninja">Lists</a> &diams;
        <a href="/networks/">Networks</a> &diams;
        <a href="/news/">News</a> &diams;
        <a href="/privacy/">Privacy policy</a> &diams;
       </p>
       <hr>
       <div class="emblems">
-             <a href="https://www.netbsd.org">
-                     <img src="/assets/img/banners/110x48/netbsd.png" alt="Powered by NetBSD">
-             </a>
-       <a href="https://stopsmaho.076.moe/">
-         <img src="/assets/img/banners/226x50/smaho_logo.gif">
+       <a href="https://www.netbsd.org">
+         <img src="/assets/img/banners/110x48/netbsd.png" alt="Powered by NetBSD">
        </a>
       </div>
-      <hr>
-      <em>Apache/2.4.62 (Unix) OpenSSL/3.0.12 SVN/1.14.3</em>
-      <hr>
     </div>
   </body>
 </html>
index 3afd80f1b31ee2c47be841bcd4df2e8387758abe2fcf7894e19961e047231cc8..71135e24ff39f16cfaeda12539c938b304fa4c948e7ab6d67bc02a3bc335d6d2 100644 (file)
 body {
-  background-color: #000000;
-  color: #ffffff;
-  font-family: sans-serif, sans-serif;
-  margin: 0;
+    background-color: #000000;
+    background-image: url('/assets/img/bg.gif');
+    color: #ffffff;
+    font-family: sans-serif, sans-serif;
+    margin: 0;
 }
 
 table {
-  border: 1px solid orange;
-  border-spacing: 0;
+    border: 1px solid orange;
+    border-spacing: 0;
 }
 
 th {
-  background-color: black;
+    background-color: black;
 }
 
 td, th {
-  border: 1px solid orange;
+    border: 1px solid orange;
 }
 
 .container {
-  margin: 4px auto;
-  background-color: black;
-  color: white;
-  max-width: 840px;
-  border: 8px orange ridge;
-  padding: 1em;
+    margin: 4px auto;
+    background-color: black;
+    color: white;
+    max-width: 840px;
+    border: 8px orange ridge;
+    padding: 1em;
 }
 
 .header-img {
-  display: block;
-  max-width: 100%;
-  margin-bottom: 0.5em;
+    display: block;
+    max-width: 100%;
+    margin-bottom: 0.5em;
 }
 
 a {
-  color: orange;
-  text-decoration: none;
+    color: orange;
+    text-decoration: none;
 }
 
 pre {
-  background-color: darkgray;
-  padding: 8px;
-  border: 1px orange dashed;
-  overflow-x: auto;
+    background-color: darkgray;
+    padding: 8px;
+    border: 1px orange dashed;
+    overflow-x: auto;
 }
 
 p > code {
-  background: darkgray;
-  padding: 1px;
-  border-radius: 4px;
-  border: 1px orange solid;
+    background: darkgray;
+    padding: 1px;
+    border-radius: 4px;
+    border: 1px orange solid;
 }
 
 pre, code {
-  font: 1rem monospace, monospace;
+    font: 1rem monospace, monospace;
 }
 
 img {
-  max-width: min(600px, 100%);
-  max-height: 500px;
+    max-width: min(600px, 100%);
+    max-height: 500px;
 }
 
 hr {
-  border: 4px orange outset;
+    border: 4px orange outset;
 }
 
 h1 {
-  font-size: 30px;
-  text-decoration: underline;
+    font-size: 30px;
+    text-decoration: underline;
 }
 
 .header > h1 {
-  font-size: 1.5em;
-  text-decoration: none;
+    font-size: 1.5em;
+    text-decoration: none;
 }
 
 .warning, .danger {
-  padding: 4px;
-  border: 1px solid #eff0f1;
-  border-radius: 5px;
+    padding: 4px;
+    border: 1px solid #eff0f1;
+    border-radius: 5px;
 }
 
 .warning {
-  background-color: #fdbc4b;
-  color: #232629;
+    background-color: #fdbc4b;
+    color: #232629;
 }
 
 .danger {
-  background-color: #da4453;
+    background-color: #da4453;
 }
 
 .mb5 {
-  margin-block: 0.5em;
+    margin-block: 0.5em;
 }
 
 .mb5 > span {
-  display: inline-block;
+    display: inline-block;
 }
 
 .icon {
-  height: 1em;
-  vertical-align: sub;
+    height: 1em;
+    vertical-align: sub;
 }
 
 .emblems {
-  text-align: center;
+    text-align: center;
 }
 
 .header-links {
diff --git a/assets/img/bg.gif b/assets/img/bg.gif
new file mode 100644 (file)
index 0000000..f483673
Binary files /dev/null and b/assets/img/bg.gif differ
diff --git a/assets/img/bg.jpg b/assets/img/bg.jpg
deleted file mode 100644 (file)
index 3592c83..0000000
Binary files a/assets/img/bg.jpg and /dev/null differ
index b318e018860cb1eef7b592715a188ef7ca8c185e910c4a8664dc8ba2908abfd0..abac93efa3962a6884982b37150140cff1d8ba303d8a61ebe01441cf1f1a6239 100644 (file)
Binary files a/assets/img/header-img.jpg and b/assets/img/header-img.jpg differ
index 2cb6f77b757f4483821b56982eacdb6a7d1e87b776b7c1fd1d153784ed906e92..7f3c7bfd071b45e579acd62e66d5d426f057d93d802ac79fc09523bef5619be6 100644 (file)
--- a/index.md
+++ b/index.md
@@ -1,6 +1,6 @@
 ---
 title: Home
-description: The border between cyberspace and Gensokyo
+description: Software can be chaotic, but we make it work
 ---
 
 # About
index b0395d4966575d713469b70ebbeb111ad5832b00867642398d9c081a013ec51a..22a4ee0936d74c79d35283ec3e6f527eecf60d2c0dac1f74f1010dacfc55716b 100644 (file)
@@ -16,8 +16,8 @@ description: What we provide at no cost
 | BitlBee     | Chat           | Gateway to other messaging protocols                                     | UP       |
 | E-mail      | Communications | Message delivery system built on Dovecot, Postfix, PostgreSQL and Rspamd | UP       |
 | Gitea       | Development    | Compact self-hosted Git service                                          | UP       |
+| Icecast     | Streaming      | Live streaming audio server                                              | UP       |
 | Misskey     | SNS            | Interdimensional social media beyond the border of Gensokyo              | UP       |
-| Nextcloud   | Groupware      | Collaboration platform which runs on your own server                     | BANISHED |
 | NNTP        | Forum          | Most complex network news system on the universe                         | UP       |
 | Pubnix      | Shell          | Explore the underlying environment (better enjoyed with alcohol          | UP       |
 | Suika       | Chat           | A happily drunk IRC bouncer                                              | UP       |
@@ -27,8 +27,6 @@ description: What we provide at no cost
 ## Public
 | Name              | Kind                 | Explanation                                                       | Status |
 |-------------------|----------------------|-------------------------------------------------------------------|--------|
-| AnonymousOverflow | Alternative frontend | View StackExchange (or StackOverflow) threads without clutter     | DOWN   |
-| DNS (CoreDNS)     | Name resolution      | DNS server that chains plugins                                    | DOWN   |
 | iperf3            | Speedtest            | Improved tool to measure TCP and UDP bandwidth                    | UP     |
 | Mai               | Alternative frontend | Cute and no-nonsense UI for Google Translate                      | UP     |
 | Marisa            | File upload          | Keeps files until they expire                                     | UP     |