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

53 lines
1,009 B
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"
2023-12-03 16:17:36 +01:00
version = "4.13.13~ynh2"
2023-08-13 12:38:51 +02:00
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.18"
helpers_version = "2.1"
2023-08-13 12:49:12 +02:00
architectures = "all"
2023-08-13 12:38:51 +02:00
multi_instance = false
2023-11-09 22:18:53 +01:00
2023-08-13 12:49:12 +02:00
ldap = "not_relevant"
2023-11-09 22:18:53 +01:00
2023-08-13 12:49:12 +02:00
sso = "not_relevant"
2023-11-09 22:18:53 +01:00
2023-08-13 12:49:12 +02:00
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-08-13 12:38:51 +02:00
[install]
2023-08-13 12:38:51 +02:00
[resources]
[resources.system_user]
[resources.install_dir]
2023-11-09 22:10:26 +01:00
dir = "/etc/samba"
2023-08-13 12:49:12 +02:00
[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:51:17 +02:00
share.show_tile = false
share.allowed = "all_users"
2023-08-13 12:49:12 +02:00
[resources.apt]
2023-11-09 21:31:18 +01:00
packages = "samba"