113 lines
4 KiB
HTML
113 lines
4 KiB
HTML
<!DOCTYPE HTML>
|
||
<html lang="fr-FR">
|
||
<head>
|
||
<title>Current or finished projects</title>
|
||
<meta charset="utf-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
||
<link rel="stylesheet" href="/style.css" type="text/css">
|
||
</head>
|
||
|
||
<body>
|
||
<nav>
|
||
<ul>
|
||
<li><a href="/index.html">~/</a></li>
|
||
<li><a href="/projects.html">~/projects</a></li>
|
||
<li><a href="/cv.html">~/resume</a></li>
|
||
</ul>
|
||
</nav>
|
||
|
||
<header>
|
||
<h1 class="p-name">Projets en cours ou finis</h1>
|
||
</header>
|
||
|
||
<h2>2025</h2>
|
||
<ul>
|
||
<li>
|
||
j'ai profité de devoir mettre à jour Proxmox pour complètement repenser mon homelab.
|
||
je voulais notamment moins dépendre d'une seule VM qui déploie tout avec Docker, pour
|
||
cela j'ai tout d'abord réduit ce que je voulais déployer pour garder l'essentiel,
|
||
ce que j'utilise réellement.
|
||
<ul>
|
||
<li>
|
||
la première chose a été de mettre Pi-Hole sur le RPi. comme ça, le
|
||
reste, bien qu'utile mais pas nécessaire peut aisément être etteint.
|
||
</li>
|
||
<li>sur un autre hôte, j'ai tout d'abord installé Proxmox 8</li>
|
||
<li>
|
||
j'ai commencé avec un LXC Debian pour déployer Jellyfin avec un
|
||
point de montage pour accéder aux media de mon NAS
|
||
</li>
|
||
<li>un autre LXC héberge dokuwiki</li>
|
||
<li>
|
||
enfin, une VM avec Docker sert quand même pour tester facilement
|
||
plein de logiciel avant un potentiel déploiement sur sa propre
|
||
VM ou LXC. elle sert de plus pour certains logiciels qui ne
|
||
proposent que d'être déployés dans un conteneur.
|
||
</li>
|
||
<li></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
|
||
<h2>2024</h2>
|
||
<ul>
|
||
<li>je me suis construit un nouveau clavier: le TOTEM</li>
|
||
<li>complété les cours <em>Modélisez vos bases de données</em> et <em>Requêtez une base de données avec SQL</em> sur OpenClassrooms</li>
|
||
<li> j'ai commencé à apprendre à souder:
|
||
<ul>
|
||
<li>j'ai monté un kit avec des composant en SMD</li>
|
||
<li>j'ai dessoudé tous les switch d'un clavier mécanique Razer qui ne fonctionne plus correctement</li>
|
||
<li>j'ai réparé une manette Nintendo Switch Pro en remplaçant le joystick gauche</li>
|
||
</ul>
|
||
</li>
|
||
<li>début participation à un repair café</li>
|
||
</ul>
|
||
|
||
<h2>2023</h2>
|
||
<ul>
|
||
<li>started to work on a tool to help publish both a website and a
|
||
gemini capsule (it’s mostly a way for me to learn Python and programming
|
||
in general)</li>
|
||
<li>once again i returned to <em>Gitea</em> because i had performance
|
||
issues with <em>OneDev</em></li>
|
||
<li>resuscitate my gemini capsule again after reading an article by
|
||
Ploum
|
||
<ul>
|
||
<li>gemini://ploum.net/2022-12-04-fin-du-blog-et-derniere-version.gmi</li>
|
||
</ul></li>
|
||
</ul>
|
||
|
||
<h2>2022</h2>
|
||
<ul>
|
||
<li>settle to <em>Onedev</em></li>
|
||
<li>tried <em>gitolite</em> and <em>cgit</em> replacement of
|
||
<em>Gitea</em></li>
|
||
<li>a lot of testing of different minecraft servers and frontend to
|
||
manage them. I finaly dicided to keep it simple by using cronjobs and
|
||
tmux. I found that web dashboards are to cumbersome and not flexible
|
||
enough.</li>
|
||
<li>multiple things of which I didn’t keep records</li>
|
||
</ul>
|
||
|
||
<h2>2021</h2>
|
||
<ul>
|
||
<li>migrate website from PicoCMS to 11ty</li>
|
||
<li>installed agate to serve this gemini capsule :)</li>
|
||
<li>migrated from Gogs to Gitea because it was easy and Gitea has a
|
||
mobile UI contrary to Gogs. Lives at the same address.</li>
|
||
<li>bought a domain name for my website.</li>
|
||
<li>installed Gogs on my Raspberry Pi now with remote access</li>
|
||
<li>installed Pi-Hole on my Raspberry Pi</li>
|
||
<li>built my website using PicoCMS</li>
|
||
</ul>
|
||
|
||
<footer>
|
||
<hr>
|
||
<a href="mailto:steven@gibone.fr">steven@gibone.fr</a><br>
|
||
<a rel=me href="https://pouet.chapril.org/@sgibone">@sgibone@pouet.chapril.org</a><br>
|
||
This page is <a href="https://jeffhuang.com/designed_to_last/">designed to last</a>.
|
||
</footer>
|
||
</body>
|
||
|
||
</html>
|