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

49 lines
1.3 KiB
TOML
Raw Normal View History

2023-08-13 12:38:51 +02:00
packaging_format = 2
id = "samba"
name = "Samba"
description.en = "Share directories on your private network thanks to SMB protocol"
description.fr = "Partager des dossiers sur un réseau privé via le protocole SMB"
version = "4.13.13~ynh1"
maintainers = ["Galette"]
[upstream]
license = "AGPL-3.0-only"
website = "https://www.samba.org/"
admindoc = "https://www.samba.org/samba/docs/"
code = "https://git.samba.org/?p=samba.git;a=summary"
[integration]
yunohost = ">= 11.2"
2023-08-13 12:49:12 +02:00
architectures = "all"
2023-08-13 12:38:51 +02:00
multi_instance = false
2023-08-13 12:49:12 +02:00
ldap = "not_relevant"
sso = "not_relevant"
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-08-13 12:38:51 +02:00
[install.warning]
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."
ask.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."
type = "display_text"
[resources]
[resources.system_user]
[resources.install_dir]
2023-08-13 12:49:12 +02:00
dir = ["/etc/samba"]
[resources.ports]
main.default = 445
main.exposed = "Both"
2023-08-13 12:38:51 +02:00
[resources.data_dir]
2023-08-13 12:49:12 +02:00
subdirs = ["share"]
2023-08-13 12:38:51 +02:00
[resources.permissions]
2023-08-13 12:49:12 +02:00
[resources.apt]
packages = ["samba"]