1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/timemachine_ynh.git synced 2024-09-03 20:26:33 +02:00
timemachine_ynh/manifest.toml
Éric Gaspar 386754b54c v2
2023-09-10 18:18:30 +02:00

49 lines
1 KiB
TOML

packaging_format = 2
id = "timemachine"
name = "Time Machine"
description.en = "Application to configure the server as a Time Machine backup target"
description.fr = "Application pour configurer le serveur comme cible de sauvegarde Time Machine"
version = "1.0~ynh5"
maintainers = ["Navan Chauhan"]
[upstream]
license = "WTFPL"
website = "https://support.apple.com/en-us/HT201250"
code = "https://github.com/YunoHost-Apps/timemachine_ynh"
[integration]
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.admin]
type = "user"
[install.password]
help.en = "Password to access the Time Machine"
help.fr = "Mot de passe pour accéder à Time Machine"
type = "password"
[resources]
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
[resources.ports]
[resources.api]
packages = "samba, samba-common-bin, avahi-daemon"