1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/samba_ynh.git synced 2024-09-03 20:16:27 +02:00

Merge pull request #16 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2023-08-13 12:52:48 +02:00 committed by GitHub
commit e77c11e63f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 25 deletions

View file

@ -5,7 +5,8 @@ It shall NOT be edited by hand.
# Samba for YunoHost
[![Integration level](https://dash.yunohost.org/integration/samba.svg)](https://dash.yunohost.org/appci/app/samba) ![Working status](https://ci-apps.yunohost.org/ci/badges/samba.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/samba.maintain.svg)
[![Integration level](https://dash.yunohost.org/integration/samba.svg)](https://dash.yunohost.org/appci/app/samba) ![Working status](https://ci-apps.yunohost.org/ci/badges/samba.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/samba.maintain.svg)
[![Install Samba with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=samba)
*[Lire ce readme en français.](./README_fr.md)*
@ -24,12 +25,10 @@ This package allows you to create directories reachable on a private network.
- Define readonly directories
**Shipped version:** 4.9.5~ynh3
**Shipped version:** 4.13.13~ynh1
## Documentation and resources
* Official app website: <https://www.samba.org/>
* Official user documentation: <https://yunohost.org/app_samba>
* Official admin documentation: <https://www.samba.org/samba/docs/>
* Upstream app code repository: <https://git.samba.org/?p=samba.git;a=summary>
* YunoHost documentation for this app: <https://yunohost.org/app_samba>

View file

@ -5,15 +5,16 @@ It shall NOT be edited by hand.
# Samba pour YunoHost
[![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)
[![Niveau dinté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)
[![Installer Samba avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=samba)
*[Read this readme in english.](./README.md)*
> *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.*
> *Ce package vous permet dinstaller Samba rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
## Vue d'ensemble
## Vue densemble
This package allows you to create directories reachable on a private network.
@ -24,14 +25,12 @@ This package allows you to create directories reachable on a private network.
- Define readonly directories
**Version incluse :** 4.9.5~ynh3
**Version incluse :** 4.13.13~ynh1
## Documentations et ressources
* Site officiel de l'app : <https://www.samba.org/>
* 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>
* Site officiel de lapp : <https://www.samba.org/>
* Documentation officielle de ladmin : <https://www.samba.org/samba/docs/>
* Dépôt de code officiel de lapp : <https://git.samba.org/?p=samba.git;a=summary>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_samba>
* Signaler un bug : <https://github.com/YunoHost-Apps/samba_ynh/issues>
@ -47,4 +46,4 @@ ou
sudo yunohost app upgrade samba -u https://github.com/YunoHost-Apps/samba_ynh/tree/testing --debug
```
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>

View file

@ -7,7 +7,7 @@
valid users = @samba.share
create mask = 0660
directory mask = 770
vfs objects = dfs_samba4 acl_xattr recycle
vfs objects = acl_xattr recycle
recycle:repository = .recycle
recycle:keeptree = yes
recycle:versions = yes

View file

View file

@ -3,25 +3,23 @@
"id": "samba",
"packaging_format": 1,
"description": {
"en": "App to share directories on your private network thanks to SMB protocol",
"fr": "Apllication pour partage des dossiers sur un reseaux privé via le protocole SMB"
"en": "Share directories on your private network thanks to SMB protocol",
"fr": "Partager des dossiers sur un réseau privé via le protocole SMB"
},
"version": "4.9.5~ynh3",
"version": "4.13.13~ynh1",
"url": "https://www.samba.org/",
"upstream": {
"license": "GPL-3.0-only",
"license": "AGPL-3.0-only",
"website": "https://www.samba.org/",
"admindoc": "https://www.samba.org/samba/docs/",
"userdoc": "https://yunohost.org/app_samba",
"code": "https://git.samba.org/?p=samba.git;a=summary"
},
"license": "AGPL-3.0-only",
"maintainer": {
"name": "Galette",
"email": ""
"name": "Galette"
},
"requirements": {
"yunohost": ">= 4.3.0"
"yunohost": ">= 11.2"
},
"multi_instance": false,
"services": [],
@ -32,7 +30,7 @@
"type": "display_text",
"ask": {
"en": "I understand this app is only for private network purpose and i should not install it on a server with a public IP or open the 445 port on my home router.",
"fr": "Je comprends que cette application est uniquement à des fins de réseau privé et je ne dois pas l'installer sur un serveur avec une adresse IP publique ou ouvrir le port 445 sur mon routeur."
"fr": "Je comprends que cette application est uniquement à des fins de réseau privé et que je ne dois pas l'installer sur un serveur avec une adresse IP publique ou ouvrir le port 445 sur mon routeur."
}
}
]