mirror of
https://github.com/blasseye/WikiJs.git
synced 2025-08-25 05:46:53 +02:00
docs: update home
This commit is contained in:
parent
0a4776403a
commit
d0018df8c9
1 changed files with 94 additions and 3 deletions
97
home.md
97
home.md
|
@ -2,11 +2,102 @@
|
||||||
title: Untitled Page
|
title: Untitled Page
|
||||||
description:
|
description:
|
||||||
published: true
|
published: true
|
||||||
date: 2025-05-02T20:54:00.983Z
|
date: 2025-05-02T20:56:04.108Z
|
||||||
tags:
|
tags:
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2025-05-02T20:54:00.983Z
|
dateCreated: 2025-05-02T20:54:00.983Z
|
||||||
---
|
---
|
||||||
|
|
||||||
# Header
|
<p align="center">
|
||||||
Your content here
|
<img width="200" height="200" src="https://github.com/blasseye/WikiJs/blob/main/icon/logo.png" alt="Logo du Wiki" />
|
||||||
|
</p>
|
||||||
|
|
||||||
|
# 🌐 Mon Wiki Personnel
|
||||||
|
|
||||||
|
Bienvenue sur mon wiki ! Ici, je centralise mes connaissances, notes et ressources utiles.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 📖 Table des matières
|
||||||
|
|
||||||
|
- [Présentation](#presentation)
|
||||||
|
- [Infrastructure](#infrastructure)
|
||||||
|
- [Développement](#developpement)
|
||||||
|
- [Projets Personnels](#projets-personnels)
|
||||||
|
- [Notes diverses](#notes-diverses)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 📌 Présentation <a name="presentation"></a>
|
||||||
|
|
||||||
|
Ce wiki a pour but de documenter mes projets, expériences et bonnes pratiques.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 🏗 Infrastructure <a name="infrastructure"></a>
|
||||||
|
|
||||||
|
- 📌 **Cloud** : OpenStack
|
||||||
|
- 🔧 **Serveurs** : Debian
|
||||||
|
- 🔀 **Reverse Proxy** : Nginx
|
||||||
|
- 🚀 **Monitoring** : Grafana, Prometheus
|
||||||
|
- 🔐 **Sécurité** : Firewall, VPN (WireGuard)
|
||||||
|
|
||||||
|
📂 [Détails sur mon infra](01-infrastructure.md)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 💻 Développement <a name="developpement"></a>
|
||||||
|
|
||||||
|
- 🐍 **Python** : Scripting, développement de plugins
|
||||||
|
- 📜 **Bash** : Scripting pour l'administration
|
||||||
|
- 📦 **Conteneurisation** : Docker
|
||||||
|
|
||||||
|
📂 [Mes scripts & application](02-developpement.md)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 🔧 Projets Personnels <a name="projets-personnels"></a>
|
||||||
|
|
||||||
|
### 📚 Wiki : WikiJs
|
||||||
|
- 📌 **Objectif** : Auto-héberger mon wiki
|
||||||
|
- ⚙ **Technos utilisées** :
|
||||||
|
- 🖥 **Matériel** : Serveur dédié
|
||||||
|
- 🔗 **Accès sécurisé** via VPN et authentification (WireGuard)
|
||||||
|
|
||||||
|
📂 [Détails sur mon Wiki](03-projets/01-wiki.md)
|
||||||
|
|
||||||
|
### 🚀 Site Web : Wordpress
|
||||||
|
- 📌 **Objectif** : Auto-héberger mon site web
|
||||||
|
- ⚙ **Technos utilisées** :
|
||||||
|
- 🖥 **Matériel** : Serveur dédié
|
||||||
|
- 🔗 **Accès sécurisé** via VPN et authentification (WireGuard)
|
||||||
|
|
||||||
|
📂 [Détails sur mon Site Web](03-projets/02-site-web.md)
|
||||||
|
|
||||||
|
### 🎬 Media Stack : Jellyfin
|
||||||
|
- 📌 **Objectif** : Auto-héberger une bibliothèque multimédia
|
||||||
|
- ⚙ **Technos utilisées** : Jellyfin, Jellyseerr, Radarr, Solarr, Prowlarr,Flaresolverr, qBittorrent, Docker
|
||||||
|
- 🖥 **Matériel** : Serveur dédié
|
||||||
|
- 🔗 **Accès sécurisé** via VPN et authentification (WireGuard)
|
||||||
|
|
||||||
|
📂 [Détails sur mon Media Stack](03-projets/03-media-stack.md)
|
||||||
|
|
||||||
|
### 📊 Logiciel de qualimétrie : SonarQube
|
||||||
|
- 📌 **Objectif** : Auto-héberger mon logiciel de qualimétrie
|
||||||
|
- ⚙ **Technos utilisées** :
|
||||||
|
- 🖥 **Matériel** : Serveur dédié
|
||||||
|
- 🔗 **Accès sécurisé** via VPN et authentification (WireGuard)
|
||||||
|
|
||||||
|
📂 [Détails sur mon Logiciel de qualimétrie](03-projets/04-qualimetrie.md)
|
||||||
|
|
||||||
|
📂 [Tous mes projets](03-projets.md)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 📝 Notes diverses <a name="notes-diverses"></a>
|
||||||
|
|
||||||
|
Des astuces, configurations et documentations annexes.
|
||||||
|
|
||||||
|
📂 [Voir toutes mes notes](notes.md)
|
||||||
|
|
||||||
|
---
|
Loading…
Add table
Add a link
Reference in a new issue