Site update
This commit is contained in:
parent
672a2971cf
commit
bdeff661fb
@ -3,9 +3,9 @@ title = "Who am I?"
|
||||
description = "About who I am"
|
||||
+++
|
||||
|
||||
I'm Crony Akatsuki, 20 year old who doesn't go to college.
|
||||
I'm Crony Akatsuki, 21 year old who doesn't go to college.
|
||||
Living in Croatia.
|
||||
At the current unemployed (Bored). I love linux, computer's and foss.
|
||||
Currently working in lidl. I love linux, computer's and foss.
|
||||
To pass time I read manga, watch movies/tv shows/anime, program stupid little programs,
|
||||
create bash scripts or find new software to self host.
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
{{ define "main" }}
|
||||
|
||||
<p>Hi I'm Crony Akatsuki. 20 y/o linux and foss enthusiaist.</p>
|
||||
<p>Hi I'm Crony Akatsuki. 21 y/o linux and foss enthusiaist.</p>
|
||||
<p>
|
||||
Love thinkering with my system. Used to run gentoo, but am currently running
|
||||
nixos and having fun with it.
|
||||
Love thinkering with my system. Used to run gentoo and nix,
|
||||
but back to my old love arch.
|
||||
</p>
|
||||
<p>
|
||||
I love making stupid little programs (mostly in python rn), create "gui's"
|
||||
@ -18,24 +18,25 @@
|
||||
</p>
|
||||
<p>
|
||||
I use multiple vps's and a dedicated hetzner server. Almost all programs are
|
||||
hosted with docker (Glory to docker) while some rare programs that don't have
|
||||
hosted with podman (Glory to podman), some are still kept running with
|
||||
docker because I didn't bother to migrate them yet.
|
||||
While some rare programs that don't have
|
||||
an official docker image are hosted directly on the system. For example some
|
||||
of my personal projects like
|
||||
<a href="https://upfast.cronyakatsuki.xyz">Upfast</a>
|
||||
</p>
|
||||
<p>
|
||||
Currently mostly playing games and learning about nix and nixos, sometimes I
|
||||
throw in a movie or a tv show in the mix tho. Here is my nixos
|
||||
<a href="https://code.cronyakatsuki.xyz/crony/nixos">config.</a>
|
||||
Currently mostly playing games and working my day job, sometimes I
|
||||
throw in a movie or a tv show in the mix tho.
|
||||
</p>
|
||||
<p>
|
||||
I'm an cli only person except when browsing the web or browsing the web, in
|
||||
which case I use librewolf ( I love privacy )
|
||||
which case I use qutebrowser/librewolf ( I love privacy )
|
||||
</p>
|
||||
<p>
|
||||
I use neovim for all my coding/editing configs/writting for this website and
|
||||
am not able to move to any other editor except it. Currently my newest neovim
|
||||
config iteration is a nix module called nixvim that I really like.
|
||||
am not able to move to any other editor except it. My neovim config is very
|
||||
minimal mostly only enable lsp and autocomplete.
|
||||
</p>
|
||||
|
||||
{{ end}}
|
||||
|
@ -16,7 +16,7 @@
|
||||
<meta property="og:site_name" content="Crony Akatsuki's Website">
|
||||
<meta property="og:title" content="Who am I?">
|
||||
<meta property="og:description" content="About who I am">
|
||||
<meta property="og:locale" content="en-us">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="article">
|
||||
|
||||
</head>
|
||||
@ -41,9 +41,9 @@
|
||||
|
||||
<h1>Who am I?</h1>
|
||||
|
||||
<p>I’m Crony Akatsuki, 20 year old who doesn’t go to college.
|
||||
<p>I’m Crony Akatsuki, 21 year old who doesn’t go to college.
|
||||
Living in Croatia.
|
||||
At the current unemployed (Bored). I love linux, computer’s and foss.
|
||||
Currently working in lidl. I love linux, computer’s and foss.
|
||||
To pass time I read manga, watch movies/tv shows/anime, program stupid little programs,
|
||||
create bash scripts or find new software to self host.</p>
|
||||
<h2 id="how-i-came-up-with-my-online-name">How I came up with my online name</h2>
|
||||
|
@ -16,7 +16,7 @@
|
||||
<meta property="og:site_name" content="Crony Akatsuki's Website">
|
||||
<meta property="og:title" content="Hardening Level Pro: Notify on SSH Login">
|
||||
<meta property="og:description" content="You ever anxious about somebody possibly gaining access to your machine? Fret not, you can just make it so that on any kind of login to your system directly you can get a notification on your phone.">
|
||||
<meta property="og:locale" content="en-us">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:section" content="blog">
|
||||
<meta property="article:published_time" content="2023-11-10T19:27:27+01:00">
|
||||
|
@ -16,7 +16,7 @@
|
||||
<meta property="og:site_name" content="Crony Akatsuki's Website">
|
||||
<meta property="og:title" content="Blog">
|
||||
<meta property="og:description" content="My blog posts">
|
||||
<meta property="og:locale" content="en-us">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
</head>
|
||||
|
@ -16,8 +16,8 @@
|
||||
<meta property="og:site_name" content="Crony Akatsuki's Website">
|
||||
<meta property="og:title" content="miniflux setup on debian">
|
||||
<meta property="og:description" content="Looking for a minimal self-hosted feed reader I found miniflux. But trying to set it up I found my self trying to set it up for 3 freaking hours since I only recently started to self-host things. So here I will try to explaing it in the most easy way how to set it up on a debian server with https using certbot and nginx.
|
||||
For this tutorial I expect that you already have a server seted up with nginx and certbot.">
|
||||
<meta property="og:locale" content="en-us">
|
||||
For this tutorial I expect that you already have a server seted up with nginx and certbot. To set up this things check out landchad">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:section" content="blog">
|
||||
<meta property="article:published_time" content="2022-11-30T00:00:00+00:00">
|
||||
|
@ -17,7 +17,7 @@
|
||||
<meta property="og:title" content="Piped videos not loading">
|
||||
<meta property="og:description" content="Recently I have received and experienced an issue of videos not loading on my personal piped instance and on the official instance. But I have found a fix and a way to watch the videos even without the fix.
|
||||
What creates the issue? From what I have been able to find on the issues over on the piped github it seems to be an lbry issue of the videos not loading mostly on firefox, the issue seems to not happen on the chromium browsers.">
|
||||
<meta property="og:locale" content="en-us">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:section" content="blog">
|
||||
<meta property="article:published_time" content="2023-02-26T00:00:00+00:00">
|
||||
|
@ -17,7 +17,7 @@
|
||||
<meta property="og:title" content="Securing SSH">
|
||||
<meta property="og:description" content="As someone who has a couple of servers out in the open web, one of the main things I had to learn was how to secure it so people can’t touch them. One of the main ways to do that is by hardening ssh.
|
||||
Here I will name a couple of settings and best practices to make sure your ssh is as secure as possible.">
|
||||
<meta property="og:locale" content="en-us">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:section" content="blog">
|
||||
<meta property="article:published_time" content="2024-04-04T20:44:10+02:00">
|
||||
|
@ -16,7 +16,7 @@
|
||||
<meta property="og:site_name" content="Crony Akatsuki's Website">
|
||||
<meta property="og:title" content="Setup dns with adblock and dot/doh with pi-hole and unbound">
|
||||
<meta property="og:description" content="Just another day I seted up my own private dns server that has adblocking ( and other stuff ) using pihole and uses unbound as a resolver. To safelly connect to the dns server I’m using DNS over HTTPS for my browser’s and HTTPS over TLS for stuffy for my whole desktop and private dns in android ( Android has DoH support but only for google and cloudflare right now). Let’s get on to setting everything up">
|
||||
<meta property="og:locale" content="en-us">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:section" content="blog">
|
||||
<meta property="article:published_time" content="2023-09-27T00:00:00+00:00">
|
||||
|
@ -18,7 +18,7 @@
|
||||
<meta property="og:description" content="Do you use docker? Do you use nginx or apachi to proxy the container? Fear not you won’t be needing them anymore once you are done with this tutorial.
|
||||
Traefik is a simple docker centric proxy manager that is amazing and allows you to easilly proxy you docker containers with just a couple of labels.
|
||||
Setting up Traefik In this part we will setup traefik, with the dashboard enabled and secured with https and a password.">
|
||||
<meta property="og:locale" content="en-us">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:section" content="blog">
|
||||
<meta property="article:published_time" content="2024-01-19T09:33:47+01:00">
|
||||
|
@ -16,8 +16,8 @@
|
||||
<meta property="og:site_name" content="Crony Akatsuki's Website">
|
||||
<meta property="og:title" content="Using Mblaze">
|
||||
<meta property="og:description" content="So you followed my last tutorial on setting up mblaze and friend’s for you mail management, but now you are left just looking at it not understanding how to use the power you have been given now. So now I’m going to teach you some basic usage that you can have with it.
|
||||
Helper function’s I guess you haven’t read my other blog on setting up mblaze and friend’s if you need me to type them out here again, so go read it now!">
|
||||
<meta property="og:locale" content="en-us">
|
||||
Helper function’s I guess you haven’t read my other blog on setting up mblaze and friend’s if you need me to type them out here again, so go read it now! Here is the link.">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:section" content="blog">
|
||||
<meta property="article:published_time" content="2024-01-07T12:15:21+01:00">
|
||||
|
@ -16,7 +16,7 @@
|
||||
<meta property="og:site_name" content="Crony Akatsuki's Website">
|
||||
<meta property="og:title" content="Virgin (Neo)Mutt User Meet Mblaze">
|
||||
<meta property="og:description" content="We have all heard of (Neo)Mutt when it comes to managing e-mail in the terminal right? What would you do if I told you there is an even better and more UNIX way to manage mail on the terminal? Well there is and it’s called mblaze.">
|
||||
<meta property="og:locale" content="en-us">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:section" content="blog">
|
||||
<meta property="article:published_time" content="2023-10-24T18:13:18+02:00">
|
||||
|
@ -16,7 +16,7 @@
|
||||
<meta property="og:site_name" content="Crony Akatsuki's Website">
|
||||
<meta property="og:title" content="Categories">
|
||||
<meta property="og:description" content="My shitty website">
|
||||
<meta property="og:locale" content="en-us">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
</head>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.125.6">
|
||||
<meta name="generator" content="Hugo 0.136.5">
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link href="/css/style.css" rel="stylesheet" />
|
||||
@ -17,7 +17,7 @@
|
||||
<meta property="og:site_name" content="Crony Akatsuki's Website">
|
||||
<meta property="og:title" content="Crony Akatsuki's Website">
|
||||
<meta property="og:description" content="My shitty website">
|
||||
<meta property="og:locale" content="en-us">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
</head>
|
||||
@ -40,10 +40,10 @@
|
||||
<main>
|
||||
<div id="content">
|
||||
|
||||
<p>Hi I'm Crony Akatsuki. 20 y/o linux and foss enthusiaist.</p>
|
||||
<p>Hi I'm Crony Akatsuki. 21 y/o linux and foss enthusiaist.</p>
|
||||
<p>
|
||||
Love thinkering with my system. Used to run gentoo, but am currently running
|
||||
nixos and having fun with it.
|
||||
Love thinkering with my system. Used to run gentoo and nix,
|
||||
but back to my old love arch.
|
||||
</p>
|
||||
<p>
|
||||
I love making stupid little programs (mostly in python rn), create "gui's"
|
||||
@ -58,24 +58,25 @@
|
||||
</p>
|
||||
<p>
|
||||
I use multiple vps's and a dedicated hetzner server. Almost all programs are
|
||||
hosted with docker (Glory to docker) while some rare programs that don't have
|
||||
hosted with podman (Glory to podman), some are still kept running with
|
||||
docker because I didn't bother to migrate them yet.
|
||||
While some rare programs that don't have
|
||||
an official docker image are hosted directly on the system. For example some
|
||||
of my personal projects like
|
||||
<a href="https://upfast.cronyakatsuki.xyz">Upfast</a>
|
||||
</p>
|
||||
<p>
|
||||
Currently mostly playing games and learning about nix and nixos, sometimes I
|
||||
throw in a movie or a tv show in the mix tho. Here is my nixos
|
||||
<a href="https://code.cronyakatsuki.xyz/crony/nixos">config.</a>
|
||||
Currently mostly playing games and working my day job, sometimes I
|
||||
throw in a movie or a tv show in the mix tho.
|
||||
</p>
|
||||
<p>
|
||||
I'm an cli only person except when browsing the web or browsing the web, in
|
||||
which case I use librewolf ( I love privacy )
|
||||
which case I use qutebrowser/librewolf ( I love privacy )
|
||||
</p>
|
||||
<p>
|
||||
I use neovim for all my coding/editing configs/writting for this website and
|
||||
am not able to move to any other editor except it. Currently my newest neovim
|
||||
config iteration is a nix module called nixvim that I really like.
|
||||
am not able to move to any other editor except it. My neovim config is very
|
||||
minimal mostly only enable lsp and autocomplete.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
@ -16,7 +16,7 @@
|
||||
<meta property="og:site_name" content="Crony Akatsuki's Website">
|
||||
<meta property="og:title" content="Services I host">
|
||||
<meta property="og:description" content="All the different services I host">
|
||||
<meta property="og:locale" content="en-us">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="article">
|
||||
|
||||
</head>
|
||||
@ -44,137 +44,137 @@
|
||||
<h3 id="services-i-run-open-for-everybody">Services I run open for everybody</h3>
|
||||
<p>This here is a list of a services I host which are all mostly open source and are publicly available for everyone to use if they wan’t to, or in specific cases like lemmy you will need to provide an application and get approved by me to get an account.</p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="text-align:left">Service</th>
|
||||
<th style="text-align:left">Description</th>
|
||||
<th style="text-align:left">Source Code</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="text-align:left"><a href="https://startpage.cronyakatsuki.xyz">Startpage</a></td>
|
||||
<td style="text-align:left">Very simple startpage that I created with html and css.</td>
|
||||
<td style="text-align:left"><a href="https://code.cronyakatsuki.xyz/crony/startpage">Gitea</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:left"><a href="https://upfast.cronyakatsuki.xyz">UpFast</a></td>
|
||||
<td style="text-align:left">Open source file sharing.</td>
|
||||
<td style="text-align:left"><a href="https://code.cronyakatsuki.xyz/crony/upfast">Gitea</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:left"><a href="https://searx.cronyakatsuki.xyz">SearXNG</a></td>
|
||||
<td style="text-align:left">Open source search engine.</td>
|
||||
<td style="text-align:left"><a href="https://github.com/searxng/searxng">Github</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:left"><a href="https://piped.cronyakatsuki.xyz">Piped</a></td>
|
||||
<td style="text-align:left">Open source YouTube frontend.</td>
|
||||
<td style="text-align:left"><a href="https://github.com/TeamPiped/Piped">Github</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:left"><a href="https://libreddit.cronyakatsuki.xyz">LibReddit</a></td>
|
||||
<td style="text-align:left">Open Source reddit frontend.</td>
|
||||
<td style="text-align:left"><a href="https://github.com/libreddit/libreddit">Github</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:left"><a href="https://proxytok.cronyakatsuki.xyz">ProxiTok</a></td>
|
||||
<td style="text-align:left">Open Source TikTok frontend.</td>
|
||||
<td style="text-align:left"><a href="https://github.com/pablouser1/ProxiTok">Github</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:left"><a href="https://nitter.cronyakatsuki.xyz">Nitter</a></td>
|
||||
<td style="text-align:left">Open source twitter frontend.</td>
|
||||
<td style="text-align:left"><a href="https://github.com/zedeus/nitter">Github</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:left"><a href="https://rimgo.cronyakatsuki.xyz">Rimgo</a></td>
|
||||
<td style="text-align:left">Open source imgur frontend.</td>
|
||||
<td style="text-align:left"><a href="https://codeberg.org/rimgo/rimgo">Codeberg</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:left"><a href="https://safetwitch.cronyakatsuki.xyz">SafeTwitch</a></td>
|
||||
<td style="text-align:left">Open source twitch frontend.</td>
|
||||
<td style="text-align:left"><a href="https://codeberg.org/dragongoose/safetwitch">Codeberg</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:left"><a href="https://hyperpipe.cronyakatsuki.xyz">HyperPipe</a></td>
|
||||
<td style="text-align:left">Open source youtube music frontend.</td>
|
||||
<td style="text-align:left"><a href="https://codeberg.org/Hyperpipe/Hyperpipe">Codeberg</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:left"><a href="https://scribe.cronyakatsuki.xyz">scribe</a></td>
|
||||
<td style="text-align:left">Open source medium frontend.</td>
|
||||
<td style="text-align:left"><a href="https://sr.ht/~edwardloveall/Scribe">Source Hut</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:left"><a href="https://lemmy.cronyakatsuki.xyz">lemmy</a></td>
|
||||
<td style="text-align:left">Open source activity pub federated reddit alternative.</td>
|
||||
<td style="text-align:left"><a href="https://github.com/LemmyNet">Github</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:left"><a href="https://gh.cronyakatsuki.xyz">GotHub</a></td>
|
||||
<td style="text-align:left">Open source github frontend.</td>
|
||||
<td style="text-align:left"><a href="https://codeberg.org/gothub/gothub">Codeberg</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:left"><a href="https://wiki.cronyakatsuki.xyz">Bookstack</a></td>
|
||||
<td style="text-align:left">Open source wiki, open for editor applications</td>
|
||||
<td style="text-align:left"><a href="https://github.com/BookStackApp/BookStack">Github</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:left"><a href="https://sharkey.cronyakatsuki.xyz">Sharkey</a></td>
|
||||
<td style="text-align:left">Open source actifvity pub federated twitter alternative.</td>
|
||||
<td style="text-align:left"><a href="https://github.com/BookStackApp/BookStack">Github</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:left"><a href="https://mumble.cronyakatsuki.xyz">Mumble</a></td>
|
||||
<td style="text-align:left">Open source voice chat application</td>
|
||||
<td style="text-align:left"><a href="https://github.com/mumble-voip/mumble">Github</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:left"><a href="https://simplytranslate.cronyakatsuki.xyz">SimplyTranslate</a></td>
|
||||
<td style="text-align:left">Open source translation application</td>
|
||||
<td style="text-align:left"><a href="https://codeberg.org/ManeraKai/simplytranslate">Github</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="text-align: left">Service</th>
|
||||
<th style="text-align: left">Description</th>
|
||||
<th style="text-align: left">Source Code</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="text-align: left"><a href="https://startpage.cronyakatsuki.xyz">Startpage</a></td>
|
||||
<td style="text-align: left">Very simple startpage that I created with html and css.</td>
|
||||
<td style="text-align: left"><a href="https://code.cronyakatsuki.xyz/crony/startpage">Gitea</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: left"><a href="https://upfast.cronyakatsuki.xyz">UpFast</a></td>
|
||||
<td style="text-align: left">Open source file sharing.</td>
|
||||
<td style="text-align: left"><a href="https://code.cronyakatsuki.xyz/crony/upfast">Gitea</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: left"><a href="https://searx.cronyakatsuki.xyz">SearXNG</a></td>
|
||||
<td style="text-align: left">Open source search engine.</td>
|
||||
<td style="text-align: left"><a href="https://github.com/searxng/searxng">Github</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: left"><a href="https://piped.cronyakatsuki.xyz">Piped</a></td>
|
||||
<td style="text-align: left">Open source YouTube frontend.</td>
|
||||
<td style="text-align: left"><a href="https://github.com/TeamPiped/Piped">Github</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: left"><a href="https://libreddit.cronyakatsuki.xyz">LibReddit</a></td>
|
||||
<td style="text-align: left">Open Source reddit frontend.</td>
|
||||
<td style="text-align: left"><a href="https://github.com/libreddit/libreddit">Github</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: left"><a href="https://proxytok.cronyakatsuki.xyz">ProxiTok</a></td>
|
||||
<td style="text-align: left">Open Source TikTok frontend.</td>
|
||||
<td style="text-align: left"><a href="https://github.com/pablouser1/ProxiTok">Github</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: left"><a href="https://nitter.cronyakatsuki.xyz">Nitter</a></td>
|
||||
<td style="text-align: left">Open source twitter frontend.</td>
|
||||
<td style="text-align: left"><a href="https://github.com/zedeus/nitter">Github</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: left"><a href="https://rimgo.cronyakatsuki.xyz">Rimgo</a></td>
|
||||
<td style="text-align: left">Open source imgur frontend.</td>
|
||||
<td style="text-align: left"><a href="https://codeberg.org/rimgo/rimgo">Codeberg</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: left"><a href="https://safetwitch.cronyakatsuki.xyz">SafeTwitch</a></td>
|
||||
<td style="text-align: left">Open source twitch frontend.</td>
|
||||
<td style="text-align: left"><a href="https://codeberg.org/dragongoose/safetwitch">Codeberg</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: left"><a href="https://hyperpipe.cronyakatsuki.xyz">HyperPipe</a></td>
|
||||
<td style="text-align: left">Open source youtube music frontend.</td>
|
||||
<td style="text-align: left"><a href="https://codeberg.org/Hyperpipe/Hyperpipe">Codeberg</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: left"><a href="https://scribe.cronyakatsuki.xyz">scribe</a></td>
|
||||
<td style="text-align: left">Open source medium frontend.</td>
|
||||
<td style="text-align: left"><a href="https://sr.ht/~edwardloveall/Scribe">Source Hut</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: left"><a href="https://lemmy.cronyakatsuki.xyz">lemmy</a></td>
|
||||
<td style="text-align: left">Open source activity pub federated reddit alternative.</td>
|
||||
<td style="text-align: left"><a href="https://github.com/LemmyNet">Github</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: left"><a href="https://gh.cronyakatsuki.xyz">GotHub</a></td>
|
||||
<td style="text-align: left">Open source github frontend.</td>
|
||||
<td style="text-align: left"><a href="https://codeberg.org/gothub/gothub">Codeberg</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: left"><a href="https://wiki.cronyakatsuki.xyz">Bookstack</a></td>
|
||||
<td style="text-align: left">Open source wiki, open for editor applications</td>
|
||||
<td style="text-align: left"><a href="https://github.com/BookStackApp/BookStack">Github</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: left"><a href="https://sharkey.cronyakatsuki.xyz">Sharkey</a></td>
|
||||
<td style="text-align: left">Open source actifvity pub federated twitter alternative.</td>
|
||||
<td style="text-align: left"><a href="https://github.com/BookStackApp/BookStack">Github</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: left"><a href="https://mumble.cronyakatsuki.xyz">Mumble</a></td>
|
||||
<td style="text-align: left">Open source voice chat application</td>
|
||||
<td style="text-align: left"><a href="https://github.com/mumble-voip/mumble">Github</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: left"><a href="https://simplytranslate.cronyakatsuki.xyz">SimplyTranslate</a></td>
|
||||
<td style="text-align: left">Open source translation application</td>
|
||||
<td style="text-align: left"><a href="https://codeberg.org/ManeraKai/simplytranslate">Github</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="services-i-might-allow-people-i-know-or-am-close-with-in">Services I might allow people I know or am close with in</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="text-align:left">Service</th>
|
||||
<th style="text-align:left">Description</th>
|
||||
<th style="text-align:left">Source Code</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="text-align:left"><a href="https://feed.cronyakatsuki.xyz">MiniFlux</a></td>
|
||||
<td style="text-align:left">Open source feed reader.</td>
|
||||
<td style="text-align:left"><a href="https://github.com/miniflux/v2">Github</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:left"><a href="cronyakatsuki.xyz">xmpp</a></td>
|
||||
<td style="text-align:left">Open source messaging platform.</td>
|
||||
<td style="text-align:left"><a href="https://xmpp.org/">XMPP WebSite</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:left"><a href="https://nc.cronyakatsuki.xyz">nextcloud</a></td>
|
||||
<td style="text-align:left">Open source google drive alternative.</td>
|
||||
<td style="text-align:left"><a href="https://github.com/nextcloud">Github</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:left"><a href="https://ntfy.cronyakatsuki.xyz">ntfy</a></td>
|
||||
<td style="text-align:left">Open source push notifications server.</td>
|
||||
<td style="text-align:left"><a href="https://github.com/binwiederhier/ntfy">Github</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:left"><a href="https://nd.cronyakatsuki.xyz">navidrome</a></td>
|
||||
<td style="text-align:left">Open source music streaming</td>
|
||||
<td style="text-align:left"><a href="https://github.com/navidrome/navidrome/">Github</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="text-align: left">Service</th>
|
||||
<th style="text-align: left">Description</th>
|
||||
<th style="text-align: left">Source Code</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="text-align: left"><a href="https://feed.cronyakatsuki.xyz">MiniFlux</a></td>
|
||||
<td style="text-align: left">Open source feed reader.</td>
|
||||
<td style="text-align: left"><a href="https://github.com/miniflux/v2">Github</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: left"><a href="cronyakatsuki.xyz">xmpp</a></td>
|
||||
<td style="text-align: left">Open source messaging platform.</td>
|
||||
<td style="text-align: left"><a href="https://xmpp.org/">XMPP WebSite</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: left"><a href="https://nc.cronyakatsuki.xyz">nextcloud</a></td>
|
||||
<td style="text-align: left">Open source google drive alternative.</td>
|
||||
<td style="text-align: left"><a href="https://github.com/nextcloud">Github</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: left"><a href="https://ntfy.cronyakatsuki.xyz">ntfy</a></td>
|
||||
<td style="text-align: left">Open source push notifications server.</td>
|
||||
<td style="text-align: left"><a href="https://github.com/binwiederhier/ntfy">Github</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: left"><a href="https://nd.cronyakatsuki.xyz">navidrome</a></td>
|
||||
<td style="text-align: left">Open source music streaming</td>
|
||||
<td style="text-align: left"><a href="https://github.com/navidrome/navidrome/">Github</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</main>
|
||||
|
@ -16,7 +16,7 @@
|
||||
<meta property="og:site_name" content="Crony Akatsuki's Website">
|
||||
<meta property="og:title" content="Browser">
|
||||
<meta property="og:description" content="My shitty website">
|
||||
<meta property="og:locale" content="en-us">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
</head>
|
||||
|
@ -16,7 +16,7 @@
|
||||
<meta property="og:site_name" content="Crony Akatsuki's Website">
|
||||
<meta property="og:title" content="Dns">
|
||||
<meta property="og:description" content="My shitty website">
|
||||
<meta property="og:locale" content="en-us">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
</head>
|
||||
|
@ -16,7 +16,7 @@
|
||||
<meta property="og:site_name" content="Crony Akatsuki's Website">
|
||||
<meta property="og:title" content="Tags">
|
||||
<meta property="og:description" content="My shitty website">
|
||||
<meta property="og:locale" content="en-us">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
</head>
|
||||
@ -45,14 +45,23 @@
|
||||
|
||||
<section class="list">
|
||||
|
||||
<a href="/tags/rss/">
|
||||
Rss</a><br />
|
||||
<a href="/tags/mblaze/">
|
||||
Mblaze</a><br />
|
||||
|
||||
<a href="/tags/piped/">
|
||||
Piped</a><br />
|
||||
<a href="/tags/mail/">
|
||||
Mail</a><br />
|
||||
|
||||
<a href="/tags/browser/">
|
||||
Browser</a><br />
|
||||
<a href="/tags/linux/">
|
||||
Linux</a><br />
|
||||
|
||||
<a href="/tags/ssh/">
|
||||
Ssh</a><br />
|
||||
|
||||
<a href="/tags/security/">
|
||||
Security</a><br />
|
||||
|
||||
<a href="/tags/ntfy/">
|
||||
Ntfy</a><br />
|
||||
|
||||
<a href="/tags/unbound/">
|
||||
Unbound</a><br />
|
||||
@ -66,23 +75,14 @@
|
||||
<a href="/tags/dns/">
|
||||
Dns</a><br />
|
||||
|
||||
<a href="/tags/ssh/">
|
||||
Ssh</a><br />
|
||||
<a href="/tags/piped/">
|
||||
Piped</a><br />
|
||||
|
||||
<a href="/tags/security/">
|
||||
Security</a><br />
|
||||
<a href="/tags/browser/">
|
||||
Browser</a><br />
|
||||
|
||||
<a href="/tags/ntfy/">
|
||||
Ntfy</a><br />
|
||||
|
||||
<a href="/tags/mblaze/">
|
||||
Mblaze</a><br />
|
||||
|
||||
<a href="/tags/mail/">
|
||||
Mail</a><br />
|
||||
|
||||
<a href="/tags/linux/">
|
||||
Linux</a><br />
|
||||
<a href="/tags/rss/">
|
||||
Rss</a><br />
|
||||
|
||||
</section>
|
||||
</div>
|
||||
|
@ -16,7 +16,7 @@
|
||||
<meta property="og:site_name" content="Crony Akatsuki's Website">
|
||||
<meta property="og:title" content="Linux">
|
||||
<meta property="og:description" content="My shitty website">
|
||||
<meta property="og:locale" content="en-us">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
</head>
|
||||
|
@ -16,7 +16,7 @@
|
||||
<meta property="og:site_name" content="Crony Akatsuki's Website">
|
||||
<meta property="og:title" content="Mail">
|
||||
<meta property="og:description" content="My shitty website">
|
||||
<meta property="og:locale" content="en-us">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
</head>
|
||||
|
@ -16,7 +16,7 @@
|
||||
<meta property="og:site_name" content="Crony Akatsuki's Website">
|
||||
<meta property="og:title" content="Mblaze">
|
||||
<meta property="og:description" content="My shitty website">
|
||||
<meta property="og:locale" content="en-us">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
</head>
|
||||
|
@ -16,7 +16,7 @@
|
||||
<meta property="og:site_name" content="Crony Akatsuki's Website">
|
||||
<meta property="og:title" content="Ntfy">
|
||||
<meta property="og:description" content="My shitty website">
|
||||
<meta property="og:locale" content="en-us">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
</head>
|
||||
|
@ -16,7 +16,7 @@
|
||||
<meta property="og:site_name" content="Crony Akatsuki's Website">
|
||||
<meta property="og:title" content="Pi-Hole">
|
||||
<meta property="og:description" content="My shitty website">
|
||||
<meta property="og:locale" content="en-us">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
</head>
|
||||
|
@ -16,7 +16,7 @@
|
||||
<meta property="og:site_name" content="Crony Akatsuki's Website">
|
||||
<meta property="og:title" content="Piped">
|
||||
<meta property="og:description" content="My shitty website">
|
||||
<meta property="og:locale" content="en-us">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
</head>
|
||||
|
@ -16,7 +16,7 @@
|
||||
<meta property="og:site_name" content="Crony Akatsuki's Website">
|
||||
<meta property="og:title" content="Rss">
|
||||
<meta property="og:description" content="My shitty website">
|
||||
<meta property="og:locale" content="en-us">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
</head>
|
||||
|
@ -16,7 +16,7 @@
|
||||
<meta property="og:site_name" content="Crony Akatsuki's Website">
|
||||
<meta property="og:title" content="Security">
|
||||
<meta property="og:description" content="My shitty website">
|
||||
<meta property="og:locale" content="en-us">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
</head>
|
||||
|
@ -16,7 +16,7 @@
|
||||
<meta property="og:site_name" content="Crony Akatsuki's Website">
|
||||
<meta property="og:title" content="Self-Host">
|
||||
<meta property="og:description" content="My shitty website">
|
||||
<meta property="og:locale" content="en-us">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
</head>
|
||||
|
@ -16,7 +16,7 @@
|
||||
<meta property="og:site_name" content="Crony Akatsuki's Website">
|
||||
<meta property="og:title" content="Ssh">
|
||||
<meta property="og:description" content="My shitty website">
|
||||
<meta property="og:locale" content="en-us">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
</head>
|
||||
|
@ -16,7 +16,7 @@
|
||||
<meta property="og:site_name" content="Crony Akatsuki's Website">
|
||||
<meta property="og:title" content="Unbound">
|
||||
<meta property="og:description" content="My shitty website">
|
||||
<meta property="og:locale" content="en-us">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
</head>
|
||||
|
Loading…
Reference in New Issue
Block a user