1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/syncthing_ynh.git synced 2024-09-03 20:26:23 +02:00
syncthing_ynh/manifest.toml
2024-08-07 03:43:01 +02:00

75 lines
2.2 KiB
TOML

packaging_format = 2
id = "syncthing"
name = "Syncthing"
description.en = "Continuous file synchronization program"
description.fr = "Programme de synchronisation de fichiers en continu"
version = "1.27.10~ynh1"
maintainers = ["txmrl", "yalh76"]
[upstream]
license = "MPL-2.0"
website = "https://syncthing.net"
userdoc = "https://docs.syncthing.net"
code = "https://github.com/syncthing/syncthing"
[integration]
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = true
sso = true
disk = "50M"
ram.build = "1200M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/syncthing"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.admin]
type = "user"
[resources]
[resources.sources.main]
arm64.url = "https://github.com/syncthing/syncthing/releases/download/v1.27.10/syncthing-linux-arm64-v1.27.10.tar.gz"
arm64.sha256 = "dc4a6dff2a94bde4b477c3c28fa300fba2a5e267893cd7758d4961dfeff6e31a"
amd64.url = "https://github.com/syncthing/syncthing/releases/download/v1.27.10/syncthing-linux-amd64-v1.27.10.tar.gz"
amd64.sha256 = "c04ffbdedcd1d18ccb4a34a341a6a2b2461082f7a6f43537eb0bba860975fd60"
armhf.url = "https://github.com/syncthing/syncthing/releases/download/v1.27.10/syncthing-linux-arm-v1.27.10.tar.gz"
armhf.sha256 = "eb32041e381986e791f5748b2052b21799f39ffb2c85b7fab03edf45e2c68400"
i386.url = "https://github.com/syncthing/syncthing/releases/download/v1.27.10/syncthing-linux-386-v1.27.10.tar.gz"
i386.sha256 = "bd6293f9c7b407f991a3e597e690229f09c22a9d5d033a956cf3e3412a132dc6"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.arm64 = "syncthing-linux-arm64-.*.tar.gz"
autoupdate.asset.amd64 = "syncthing-linux-amd64-.*.tar.gz"
autoupdate.asset.i386 = "syncthing-linux-386-.*.tar.gz"
autoupdate.asset.armhf = "syncthing-linux-arm-.*.tar.gz"
[resources.ports]
main.default = 22000
main.exposed = "TCP"
gui.default = 8384
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"