mirror of
https://github.com/blasseye/WikiJs.git
synced 2025-08-25 05:46:53 +02:00
docs: add all untracked content
This commit is contained in:
parent
a49079fe9f
commit
8600b5ef34
5 changed files with 513 additions and 0 deletions
98
home.md
Normal file
98
home.md
Normal file
|
@ -0,0 +1,98 @@
|
|||
---
|
||||
title: Bienvenue
|
||||
description:
|
||||
published: 1
|
||||
date: 2025-02-16T23:00:42.179Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2025-02-15T08:45:14.019Z
|
||||
---
|
||||
|
||||
# 🌐 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
|
||||
- 🚀 **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](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/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/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/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/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