1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kiwix_ynh.git synced 2024-09-03 19:35:56 +02:00
kiwix_ynh/doc/ADMIN_fr.md
Éric Gaspar 37d3a44cec Cleaning
2023-08-13 14:40:03 +02:00

16 lines
564 B
Markdown

### Comment ajouter des fichiers ZIM ?
#### Ajouter un fichier ZIM via son URL
- Sélectionnez l'onglet "Upload content" qui se trouve ci-dessus.
#### Ajouter un fichier ZIM à la main
- Téléchargez un ou plusieurs fichiers ZIM, par ex. [https://download.kiwix.org/zim/](https://download.kiwix.org/zim/)
- Mettez les fichiers ZIM dans `__DATA_DIR__/`
- Ajoutez-les à la bibliothèque avec la commande suivante :
```
__INSTALL_DIR__/kiwix-manage __DATA_DIR__/library.xml add __DATA_DIR__/*.zim
```
- Redémarrez le service :
`yunohost service restart kiwix`