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

58 lines
1.1 KiB
TOML
Raw Permalink Normal View History

2023-09-10 18:11:33 +02:00
packaging_format = 2
id = "timemachine"
name = "Time Machine"
2023-12-21 18:13:51 +01:00
description.en = "Configure the server as a Time Machine backup target"
description.fr = "Configurer le serveur comme cible de sauvegarde Time Machine"
2023-09-10 18:11:33 +02:00
2024-01-14 16:44:53 +01:00
version = "1.0~ynh6"
2023-09-10 18:11:33 +02:00
maintainers = ["Navan Chauhan"]
[upstream]
license = "WTFPL"
website = "https://support.apple.com/en-us/HT201250"
code = "https://github.com/YunoHost-Apps/timemachine_ynh"
[integration]
2023-09-10 18:15:37 +02:00
yunohost = ">= 11.2"
architectures = "all"
2023-09-10 18:11:33 +02:00
multi_instance = true
2023-11-10 10:32:22 +01:00
2023-09-10 18:15:37 +02:00
ldap = false
2023-11-10 10:32:22 +01:00
2023-09-10 18:15:37 +02:00
sso = false
2023-11-10 10:32:22 +01:00
2023-09-10 18:15:37 +02:00
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-09-10 18:11:33 +02:00
[install]
2023-12-21 18:27:17 +01:00
[install.init_main_permission]
type = "group"
default = "visitors"
2023-09-10 18:11:33 +02:00
[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]
2023-12-21 18:38:26 +01:00
# [resources.permissions]
# main.url = "/"
2023-09-10 18:18:30 +02:00
[resources.ports]
2023-09-10 18:15:37 +02:00
2023-12-21 18:26:34 +01:00
[resources.apt]
2023-09-10 18:15:37 +02:00
packages = "samba, samba-common-bin, avahi-daemon"