Initial commit - KAWA OS setup
This commit is contained in:
35
README.md
Normal file
35
README.md
Normal file
@@ -0,0 +1,35 @@
|
||||
# KAWA OS
|
||||
|
||||
Installation automatique du système KAWA.
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
git clone git.du-senegal.com/kawa && cd kawa && ./setup
|
||||
```
|
||||
|
||||
C'est tout.
|
||||
|
||||
## Structure
|
||||
|
||||
```
|
||||
kawa/
|
||||
├── setup # Script principal (exécuter celui-ci)
|
||||
├── install/ # Scripts d'installation avancés
|
||||
│ ├── live.sh # Mode Live USB
|
||||
│ └── disk.sh # Installation sur disque
|
||||
├── scripts/ # Scripts utilitaires
|
||||
└── config/ # Configurations
|
||||
```
|
||||
|
||||
## Mesh KAWA
|
||||
|
||||
| Paramètre | Valeur |
|
||||
|-----------|--------|
|
||||
| Serveur | `headscale.du-senegal.com` |
|
||||
| Fallback | `141.94.23.212` |
|
||||
| Auth Key | `f43f36ef159b3df799eb316b81bdac1b415c7cc2add174d0` |
|
||||
|
||||
---
|
||||
|
||||
🜄 KAWA - Réseau distribué
|
||||
Reference in New Issue
Block a user