2022-02-22 13:59:59 +01:00
|
|
|
|
# Samba pour YunoHost
|
2022-02-22 13:59:54 +01:00
|
|
|
|
|
2022-02-22 13:59:59 +01:00
|
|
|
|
[![Niveau d'intégration](https://dash.yunohost.org/integration/samba.svg)](https://dash.yunohost.org/appci/app/samba) ![](https://ci-apps.yunohost.org/ci/badges/samba.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/samba.maintain.svg)
|
|
|
|
|
[![Installer Samba avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=samba)
|
2022-02-22 13:59:54 +01:00
|
|
|
|
|
|
|
|
|
*[Read this readme in english.](./README.md)*
|
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
|
|
2022-02-22 13:59:59 +01:00
|
|
|
|
> *Ce package vous permet d'installer Samba rapidement et simplement sur un serveur YunoHost.
|
|
|
|
|
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
2022-02-22 13:59:54 +01:00
|
|
|
|
|
|
|
|
|
## Vue d'ensemble
|
|
|
|
|
|
2022-02-27 20:07:25 +01:00
|
|
|
|
This package allows you to create directories reachable on a private network.
|
2022-02-22 13:59:54 +01:00
|
|
|
|
|
2022-02-22 13:59:59 +01:00
|
|
|
|
### Features
|
2022-02-22 13:59:54 +01:00
|
|
|
|
|
2022-05-07 18:25:05 +02:00
|
|
|
|
- Create and name your directories;
|
|
|
|
|
- Configure permissions for your directories thanks to the yunohost permission view;
|
|
|
|
|
- Define readonly directories
|
2022-02-22 13:59:54 +01:00
|
|
|
|
|
|
|
|
|
|
2022-02-27 15:20:23 +01:00
|
|
|
|
**Version incluse :** 4.9.5~ynh2
|
|
|
|
|
|
2022-02-22 13:59:54 +01:00
|
|
|
|
|
|
|
|
|
|
2022-02-22 13:59:59 +01:00
|
|
|
|
## Captures d'écran
|
2022-02-22 13:59:54 +01:00
|
|
|
|
|
2022-02-22 13:59:59 +01:00
|
|
|
|
![](./doc/screenshots/example.jpg)
|
2022-02-22 13:59:54 +01:00
|
|
|
|
|
|
|
|
|
## Documentations et ressources
|
|
|
|
|
|
2022-02-27 15:01:43 +01:00
|
|
|
|
* Site officiel de l'app : https://www.samba.org/
|
2022-02-27 15:20:23 +01:00
|
|
|
|
* Documentation officielle utilisateur : https://yunohost.org/app_samba
|
|
|
|
|
* Documentation officielle de l'admin : https://www.samba.org/samba/docs/
|
|
|
|
|
* Dépôt de code officiel de l'app : https://git.samba.org/?p=samba.git;a=summary
|
2022-02-22 13:59:59 +01:00
|
|
|
|
* Documentation YunoHost pour cette app : https://yunohost.org/app_samba
|
|
|
|
|
* Signaler un bug : https://github.com/YunoHost-Apps/samba_ynh/issues
|
2022-02-22 13:59:54 +01:00
|
|
|
|
|
|
|
|
|
## Informations pour les développeurs
|
|
|
|
|
|
2022-02-22 13:59:59 +01:00
|
|
|
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/samba_ynh/tree/testing).
|
2022-02-22 13:59:54 +01:00
|
|
|
|
|
|
|
|
|
Pour essayer la branche testing, procédez comme suit.
|
|
|
|
|
```
|
2022-02-22 13:59:59 +01:00
|
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/samba_ynh/tree/testing --debug
|
|
|
|
|
ou
|
|
|
|
|
sudo yunohost app upgrade samba -u https://github.com/YunoHost-Apps/samba_ynh/tree/testing --debug
|
2022-02-22 13:59:54 +01:00
|
|
|
|
```
|
|
|
|
|
|
2022-02-22 13:59:59 +01:00
|
|
|
|
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|