-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmanifest.toml
75 lines (56 loc) · 2.18 KB
/
manifest.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
packaging_format = 2
id = "syncthing"
name = "Syncthing"
description.en = "Continuous file synchronization program"
description.fr = "Programme de synchronisation de fichiers en continu"
version = "1.29.2~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 = "50M"
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.29.2/syncthing-linux-arm64-v1.29.2.tar.gz"
arm64.sha256 = "6cf4b15f3064aa3aa3dbaa72fffaa3d3ef0b7b98ad5a3a7c14ebdb013136a0d2"
amd64.url = "https://github.com/syncthing/syncthing/releases/download/v1.29.2/syncthing-linux-amd64-v1.29.2.tar.gz"
amd64.sha256 = "8413aa2929ff00f50fe94e396f4eb2568e9e615b8e8bdabad662051bc871fe4e"
armhf.url = "https://github.com/syncthing/syncthing/releases/download/v1.29.2/syncthing-linux-arm-v1.29.2.tar.gz"
armhf.sha256 = "b6634a1ec5c15dcc24e19680c73960040eb85192c00a0ba5c9470084a45bb225"
i386.url = "https://github.com/syncthing/syncthing/releases/download/v1.29.2/syncthing-linux-386-v1.29.2.tar.gz"
i386.sha256 = "7498e2102fd939e649ac271eb57163a4ff65b0d0ede747f66dd37ab69f389b44"
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 = "/"