mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2026-02-15 04:34:34 +01:00
* opt.: docs l10n Fixes #1035 * opt. * rm: redundant docs * rm: features chapter * opt.: docs l10n Fixes #1035 * fix
47 lines
1.8 KiB
Plaintext
47 lines
1.8 KiB
Plaintext
---
|
|
title: Server Box
|
|
description: Une application complète de gestion de serveurs multiplateforme
|
|
hero:
|
|
tagline: Gérez vos serveurs Linux de n'importe où
|
|
actions:
|
|
- text: Commencer
|
|
link: /fr/introduction/
|
|
icon: right-arrow
|
|
variant: primary
|
|
- text: Voir sur GitHub
|
|
link: https://github.com/lollipopkit/flutter_server_box
|
|
icon: github
|
|
variant: minimal
|
|
---
|
|
|
|
import { Card, CardGrid } from '@astrojs/starlight/components';
|
|
|
|
## Fonctionnalités
|
|
|
|
<CardGrid stagger>
|
|
<Card title="Surveillance en temps réel" icon="chart">
|
|
Surveillez le CPU, la mémoire, le disque, le réseau, le GPU et la température avec de magnifiques graphiques en temps réel.
|
|
</Card>
|
|
<Card title="Terminal SSH" icon="terminal">
|
|
Terminal SSH complet avec support multi-onglets et clavier virtuel pour les appareils mobiles.
|
|
</Card>
|
|
<Card title="Navigateur de fichiers SFTP" icon="folder">
|
|
Gérez les fichiers sur vos serveurs avec le client SFTP intégré et le navigateur de fichiers local.
|
|
</Card>
|
|
<Card title="Gestion Docker" icon="box">
|
|
Démarrez, arrêtez et surveillez les conteneurs Docker avec une interface intuitive.
|
|
</Card>
|
|
<Card title="Multiplateforme" icon="device-mobile">
|
|
Disponible sur iOS, Android, macOS, Linux, Windows et watchOS.
|
|
</Card>
|
|
<Card title="Plus de 12 langues" icon="globe">
|
|
Support complet de localisation incluant l'anglais, le chinois, l'allemand, le français et plus encore.
|
|
</Card>
|
|
</CardGrid>
|
|
|
|
## Liens rapides
|
|
|
|
- **Téléchargement**: Disponible sur l'[App Store](https://apps.apple.com/app/id1586449703), [GitHub](https://github.com/lollipopkit/flutter_server_box/releases) et [F-Droid](https://f-droid.org/)
|
|
- **Documentation**: Explorez les guides pour commencer avec Server Box
|
|
- **Support**: Rejoignez notre communauté sur GitHub pour des discussions et des problèmes
|