2022-07-14 02:33:22 +02:00
<!--
2024-05-19 21:43:25 +02:00
Nota bene : ce README est automatiquement généré par < https: / / github . com / YunoHost / apps / tree / master / tools / readme_generator >
Il NE doit PAS être modifié à la main.
2022-07-14 02:33:22 +02:00
-->
2022-02-22 13:59:59 +01:00
# Samba pour YunoHost
2022-02-22 13:59:54 +01:00
2023-01-27 18:15:07 +01:00
[![Niveau d’ intégration ](https://dash.yunohost.org/integration/samba.svg )](https://dash.yunohost.org/appci/app/samba) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/samba.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/samba.maintain.svg )
2023-08-13 12:27:31 +02:00
2022-02-22 13:59:59 +01:00
[![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
2024-05-19 21:43:25 +02:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2022-02-22 13:59:54 +01:00
2024-05-19 21:43:25 +02:00
> *Ce package vous permet d’ installer Samba rapidement et simplement sur un serveur YunoHost.*
> *Si vous n’ avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’ installer et en profiter.*
2022-02-22 13:59:54 +01:00
2023-01-27 18:15:07 +01:00
## Vue d’ ensemble
2022-02-22 13:59:54 +01:00
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
2024-05-19 21:43:25 +02:00
**Version incluse :** 4.13.13~ynh2
2022-02-22 13:59:54 +01:00
## Documentations et ressources
2024-05-19 21:43:25 +02:00
- Site officiel de l’ app : < https: // www . samba . org />
- 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 >
- YunoHost Store : < https: // apps . 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
2024-05-19 21:43:25 +02: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
2024-05-19 21:43:25 +02:00
Pour essayer la branche `testing` , procédez comme suit :
2022-07-14 02:33:22 +02:00
2024-05-19 21:43:25 +02:00
```bash
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
```
2024-05-19 21:43:25 +02:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >