Automatic commit

This commit is contained in:
Juli 2024-11-16 23:32:06 +02:00
parent 9d685b7a84
commit 1b12be98ce
No known key found for this signature in database
GPG key ID: 009A69846BD3A7E9
11 changed files with 342 additions and 22 deletions

View file

@ -0,0 +1,9 @@
/* TEAM */
Author : Juli
Contact : julimiro@posteo.net
Fediverse : @juli@kitsunes.club
/* SITE */
Language : English
Doctype:HTML5
IDE: VSCode

View file

@ -14,6 +14,7 @@
<meta name="twitter:site" content="https://julimiro.eu" />
<meta name="twitter:title" content="juli's website" />
<meta name="twitter:description" content="a silly fur's page" />
<meta name="fediverse:creator" content="@juli@kitsunes.club">
<link rel="preload" href="/static/particles.js" as="script" />
<link rel="preload" href="/static/animal.js" as="script" />
<link rel="preload" href="/static/info.js" as="script" />
@ -109,13 +110,13 @@
<li><a href="/posts.html">Posts</a></li>
<li><a href="/pages/computering">Computers/servers</a></li>
<li><a href="/pages/contact">Contact</a></li>
<li><a href="/pages/license">License info/Privacy policy</a></li>
<li><a href="/pages/selfhosting">How I selfhost</a></li>
<li><a href="/pages/Support">Support</a></li>
<li><a href="/pages/support">Support</a></li>
</ul>
</div>

View file

@ -14,6 +14,7 @@
<meta name="twitter:site" content="https://julimiro.eu" />
<meta name="twitter:title" content="juli's website" />
<meta name="twitter:description" content="a silly fur's page" />
<meta name="fediverse:creator" content="@juli@kitsunes.club">
<link rel="preload" href="/static/particles.js" as="script" />
<link rel="preload" href="/static/animal.js" as="script" />
<link rel="preload" href="/static/info.js" as="script" />
@ -88,13 +89,13 @@
<li><a href="/posts.html">Posts</a></li>
<li><a href="/pages/computering">Computers/servers</a></li>
<li><a href="/pages/contact">Contact</a></li>
<li><a href="/pages/license">License info/Privacy policy</a></li>
<li><a href="/pages/selfhosting">How I selfhost</a></li>
<li><a href="/pages/Support">Support</a></li>
<li><a href="/pages/support">Support</a></li>
</ul>
</div>

View file

@ -0,0 +1,228 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Computers/servers</title>
<link rel="stylesheet" href="/static/style.css">
<meta charset="utf-8"/>
<meta name="author" content="Juli" />
<meta name="description" content="a silly fur's page" />
<meta name="generator" content="basalt-ng" />
<meta content="juli's page" property="og:title" />
<meta content="a silly fur's page" property="og:description" />
<meta content="#f5c2e7" data-react-helmet="true" name="theme-color"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="twitter:site" content="https://julimiro.eu" />
<meta name="twitter:title" content="juli's website" />
<meta name="twitter:description" content="a silly fur's page" />
<meta name="fediverse:creator" content="@juli@kitsunes.club">
<link rel="preload" href="/static/particles.js" as="script" />
<link rel="preload" href="/static/animal.js" as="script" />
<link rel="preload" href="/static/info.js" as="script" />
<link rel="preload" href="https://analytics.julimiro.eu/script.js" as="script" />
<link rel="preload" href="/static/Swup.umd.js" as="script" />
<link rel="preload" href="/static/Swup.accessability.umd.js" as="script" />
<link rel="preload" href="/static/Swup.preloader.umd.js" as="script" />
<link rel="preload" href="/static/Swup.proggressbar.umd.js" as="script" />
<link rel="preload" href="/static/oneko.js" as="script" />
<link rel="preload" href="/static/style.css" as="style" />
<link rel="preload" href="/static/fonts.css" as="style" />
<link rel="preload" href="/static/atkinson-hyperlegible-latin-400-normal.woff2" as="font" />
<link rel="preload" href="/static/atkinson-hyperlegible-latin-ext-400-normal.woff2" as="font" />
<script src="/static/particles.js" defer></script>
<script src="/static/animal.js" defer></script>
<script src="/static/info.js" defer></script>
<script defer src="https://analytics.julimiro.eu/script.js" data-website-id="01473add-5822-419b-a43d-124b70f0ae80" defer></script>
<script src="/static/Swup.umd.js" defer></script>
<script src="/static/Swup.accessability.umd.js" defer></script>
<script src="/static/Swup.preloader.umd.js" defer></script>
<script src="/static/Swup.proggressbar.umd.js" defer></script>
<script>
window.addEventListener('load', function () {
const swup = new Swup({
plugins: [
new SwupPreloadPlugin(),
new SwupA11yPlugin(),
new SwupProgressPlugin(),
]
});
})
</script>
</head>
<body lang="en">
<noscript><style>.scriptonly {display: none;}</style></noscript>
<script src="/static/oneko.js" defer></script>
<div id="particles-js"></div>
<div class="page">
<div class="content container">
<p>I host a non insignificant amount of things for myself. These are spread on two vps and a home server.</p>
<p>My home server is an old Acer Aspire TC-220 prebuilt with the these specs.</p>
<table>
<tr>
<td>Category</td>
<td>Product</td>
<td>Released</td>
</tr>
<tr>
<td>Hostname</td>
<td>arctic-fox.julimiro.eu</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>CPU</td>
<td>AMD A10-7800</td>
<td>2015</td>
</tr>
<tr>
<td>GPU</td>
<td>AMD Radeon R7 360</td>
<td>2015</td>
</tr>
<tr>
<td>RAM</td>
<td>12GB mismatched DDR3</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>Storage</td>
<td>Kingston ssdNOW 128GB SSD (RBU-SC150S37128GD)</td>
<td>2015</td>
</tr>
<tr>
<td>OS</td>
<td>Proxmox rebranded as Proxfox</td>
<td>&nbsp;</td>
</tr>
</table>
<p>Its not powerful or fancy but it works.</p>
<p>List of things I host on my home server :</p>
<table>
<tr>
<td><a href="https://github.com/AdguardTeam/AdGuardHome" target="_blank" >AdGuard Home</a> </td>
<td>Network wide adblocker and DNS rewriter</td>
</tr>
<tr>
<td><a href="https://caddyserver.com/" target="_blank">Caddy</a></td>
<td>SSL reverse proxy</td>
</tr>
<tr>
<td><a href="https://www.home-assistant.io/" target="_blank" >Home assistant</a></td>
<td>Smarthome</td>
</tr>
<tr>
<td><a href="https://github.com/immense/Remotely" target="_blank" >Remotely</a></td>
<td>Remote access</td>
</tr>
</table>
<p>One of the VPS was given to me for free (corsac-fox.julimiro.eu). Thats running</p>
<table>
<tr>
<td><a href="https://caddyserver.com/" target="_blank" >Caddy</a></td>
<td>SSL reverse proxy</td>
</tr>
<tr>
<td><a href="https://github.com/docker-mailserver/docker-mailserver" target="_blank">Docker mailserver</a></td>
<td>An email server</td>
</tr>
<tr>
<td><a href="https://freshrss.org/" target="_blank" >Freshrss</a> </td>
<td>RSS feed aggregator</td>
</tr>
<tr>
<td><a href="https://opengist.io/" target="_blank" >Opengist</a></td>
<td>Selfhosted git powered pastebin</td>
</tr>
</table>
<p>The VPS I pay for(swift-fox.julimiro.eu) is from <a href="https://datalix.eu/a/julimiro">Datalix(affiliate link)</a> in Germany. I have their Storage GEN 2 S. It costs me 4.95€/m and has decent specs. If you need a vps, I would recommend them.</p>
<table>
<tr>
<td><a href="https://goauthentik.io/" target="_blank" >Authentik</a></td>
<td>Centralized login</td>
</tr>
<tr>
<td><a href="https://caddyserver.com/" target="_blank" >Caddy</a></td>
<td>SSL reverse proxy</td>
</tr>
<tr>
<td><a href="https://forgejo.org/" target="_blank">Forgejo</a></td>
<td>Gith host</td>
</tr>
<tr>
<td><a href="https://stonith404.github.io/pingvin-share/introduction" target="_blank" >Pingvin share</a> </td>
<td>File sharing</td>
</tr>
<tr>
<td><a href="https://rsshub.app/" target="_blank" >RSSHub</a></td>
<td>Atom feed generator</td>
</tr>
<tr>
<td><a href="https://www.samba.org/" target="_blank" >Samba</a></td>
<td>SMB fileserver</td>
</tr>
<tr>
<td><a href="https://zipline.diced.sh/" target="_blank" >Zipline</a></td>
<td>Image server</td>
</tr>
<tr>
<td><a href="https://github.com/wg-easy/wg-eas" target="_blank" >WG-Easy</a></td>
<td>Wireguard server + Web UI</td>
</tr>
</table>
</div>
<div class="sidebar">
<div class="sidebar_box container">
<header>
<h2>Juli's site</h2>
<h4>a silly site for a silly goober</h4>
<p>
<a href="https://fediring.net/previous?host=julimiro.eu"></a>
<a href="https://fediring.net/">Fediring</a>
<a href="https://fediring.net/next?host=julimiro.eu"></a>
</p>
</header>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/posts.html">Posts</a></li>
<li><a href="/pages/computering">Computers/servers</a></li>
<li><a href="/pages/contact">Contact</a></li>
<li><a href="/pages/license">License info/Privacy policy</a></li>
<li><a href="/pages/support">Support</a></li>
</ul>
</div>
<div class="sidebar_box container scriptonly">
<p id="time">Current time could not be loaded.</p>
<div id="song"><p>Current song could not be loaded.</p></div>
<div id="weather"><p>Current weather could not be loaded.</p></div>
</div>
<div class="sidebar_box container scriptonly">
<div class="animal_div">
<img src="" id="animal_img" loading="lazy" alt="randomly picked image of cute animal">
<p id="animal_subtitle"></p>
<p>Images stolen from <a target="_blank" href="https://tinyfox.dev/image-list/">tinyfox.dev</a></p>
</div>
</div>
</div>
</div>
</body>
</html>
<!-- trans rights :3 -->

View file

@ -14,6 +14,7 @@
<meta name="twitter:site" content="https://julimiro.eu" />
<meta name="twitter:title" content="juli's website" />
<meta name="twitter:description" content="a silly fur's page" />
<meta name="fediverse:creator" content="@juli@kitsunes.club">
<link rel="preload" href="/static/particles.js" as="script" />
<link rel="preload" href="/static/animal.js" as="script" />
<link rel="preload" href="/static/info.js" as="script" />
@ -87,13 +88,13 @@
<li><a href="/posts.html">Posts</a></li>
<li><a href="/pages/computering">Computers/servers</a></li>
<li><a href="/pages/contact">Contact</a></li>
<li><a href="/pages/license">License info/Privacy policy</a></li>
<li><a href="/pages/selfhosting">How I selfhost</a></li>
<li><a href="/pages/Support">Support</a></li>
<li><a href="/pages/support">Support</a></li>
</ul>
</div>

View file

@ -14,6 +14,7 @@
<meta name="twitter:site" content="https://julimiro.eu" />
<meta name="twitter:title" content="juli's website" />
<meta name="twitter:description" content="a silly fur's page" />
<meta name="fediverse:creator" content="@juli@kitsunes.club">
<link rel="preload" href="/static/particles.js" as="script" />
<link rel="preload" href="/static/animal.js" as="script" />
<link rel="preload" href="/static/info.js" as="script" />
@ -99,13 +100,13 @@
<li><a href="/posts.html">Posts</a></li>
<li><a href="/pages/computering">Computers/servers</a></li>
<li><a href="/pages/contact">Contact</a></li>
<li><a href="/pages/license">License info/Privacy policy</a></li>
<li><a href="/pages/selfhosting">How I selfhost</a></li>
<li><a href="/pages/Support">Support</a></li>
<li><a href="/pages/support">Support</a></li>
</ul>
</div>

View file

@ -14,6 +14,7 @@
<meta name="twitter:site" content="https://julimiro.eu" />
<meta name="twitter:title" content="juli's website" />
<meta name="twitter:description" content="a silly fur's page" />
<meta name="fediverse:creator" content="@juli@kitsunes.club">
<link rel="preload" href="/static/particles.js" as="script" />
<link rel="preload" href="/static/animal.js" as="script" />
<link rel="preload" href="/static/info.js" as="script" />
@ -95,13 +96,13 @@
<li><a href="/posts.html">Posts</a></li>
<li><a href="/pages/computering">Computers/servers</a></li>
<li><a href="/pages/contact">Contact</a></li>
<li><a href="/pages/license">License info/Privacy policy</a></li>
<li><a href="/pages/selfhosting">How I selfhost</a></li>
<li><a href="/pages/Support">Support</a></li>
<li><a href="/pages/support">Support</a></li>
</ul>
</div>

View file

@ -14,6 +14,7 @@
<meta name="twitter:site" content="https://julimiro.eu" />
<meta name="twitter:title" content="juli's website" />
<meta name="twitter:description" content="a silly fur's page" />
<meta name="fediverse:creator" content="@juli@kitsunes.club">
<link rel="preload" href="/static/particles.js" as="script" />
<link rel="preload" href="/static/animal.js" as="script" />
<link rel="preload" href="/static/info.js" as="script" />
@ -91,13 +92,13 @@
<li><a href="/posts.html">Posts</a></li>
<li><a href="/pages/computering">Computers/servers</a></li>
<li><a href="/pages/contact">Contact</a></li>
<li><a href="/pages/license">License info/Privacy policy</a></li>
<li><a href="/pages/selfhosting">How I selfhost</a></li>
<li><a href="/pages/Support">Support</a></li>
<li><a href="/pages/support">Support</a></li>
</ul>
</div>

49
robots.txt Normal file
View file

@ -0,0 +1,49 @@
User-agent: Googlebot
User-agent: bingbot
User-agent: Slurp
User-agent: Applebot
User-agent: ia_archiver
User-agent: archive.org_bot
User-agent: DuckDuckBot
User-agent: YandexBot
User-agent: Google-Read-Aloud
User-agent: Archive-It
Allow: *
User-agent: Googlebot-Image
User-agent: Googlebot-Video
User-agent: Googlebot-News
User-agent: Storebot-Google
User-agent: GoogleOther
User-agent: GoogleOther-Image
User-agent: GoogleOther-Video
User-agent: Google-CloudVertexBot
User-agent: Google-Extended
User-agent: MicrosoftPreview
User-agent: Applebot-Extended
User-Agent: iTMS
User-Agent: OAI-SearchBot
User-agent: ChatGPT-User
User-Agent: GPTBot
User-Agent: Baiduspider
User-Agent: facebot
User-Agent: facebookexternalhit
User-Agent: CCBot
User-agent: Google-InspectionTool
User-agent: LinkedInBot
User-agent: Twitterbot
User-agent: Pinterestbot
User-agent: AdsBot-Google
User-agent: Amazonbot
User-agent: TelegramBot
User-agent: WhatsApp
User-agent: WhatsApp Bot
User-agent: UnityPlayer
User-agent: SkypeUriPreview
User-agent: Slackbot-LinkExpanding
User-agent: msnbot
User-agent: msn
User-agent: msnbot-media
User-agent: Discordbot
User-agent: DuckAssistBot
Disallow: *

View file

@ -158,4 +158,31 @@ a:hover {
html.is-animating:not(.swup-native) {
opacity: 0;
}
table {
border-collapse: collapse;
border: 2px solid rgb(200,200,200);
letter-spacing: 1px;
font-size: 0.8rem;
}
td, th {
border: 1px solid #11111b;
padding: 10px 20px;
}
th {
background-color: #313244;
}
td {
text-align: center;
}
tr:nth-child(even) td {
background-color: #45475a;
}
tr:nth-child(odd) td {
background-color: #585b70;
}

View file

@ -14,6 +14,7 @@
<meta name="twitter:site" content="https://julimiro.eu" />
<meta name="twitter:title" content="juli's website" />
<meta name="twitter:description" content="a silly fur's page" />
<meta name="fediverse:creator" content="@juli@kitsunes.club">
<link rel="preload" href="/static/particles.js" as="script" />
<link rel="preload" href="/static/animal.js" as="script" />
<link rel="preload" href="/static/info.js" as="script" />
@ -95,13 +96,13 @@
<li><a href="/posts.html">Posts</a></li>
<li><a href="/pages/computering">Computers/servers</a></li>
<li><a href="/pages/contact">Contact</a></li>
<li><a href="/pages/license">License info/Privacy policy</a></li>
<li><a href="/pages/selfhosting">How I selfhost</a></li>
<li><a href="/pages/Support">Support</a></li>
<li><a href="/pages/support">Support</a></li>
</ul>
</div>