generated from YunoHost/example_ynh
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.toml
More file actions
85 lines (63 loc) · 2.17 KB
/
manifest.toml
File metadata and controls
85 lines (63 loc) · 2.17 KB
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
76
77
78
79
80
81
82
83
84
85
#:schema https://raw.githubusercontent.com/YunoHost/apps/main/schemas/manifest.v2.schema.json
packaging_format = 2
id = "fossflow"
name = "FossFLOW"
description.en = "Isometric diagramming tool"
description.fr = "Outil pour réaliser des diagrammes isométriques"
version = "2026.03.18~ynh1"
maintainers = ["oleole39"]
[upstream]
license = "Unlicense"
userdoc = "https://github.com/stan-smith/FossFLOW?tab=readme-ov-file#how-to-use"
code = "https://github.com/stan-smith/FossFLOW"
[integration]
yunohost = ">= 12.1.38"
helpers_version = "2.1"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "20M"
ram.build = "10M"
ram.runtime = "10M"
[install]
[install.domain]
type = "domain"
#[install.path]
#type = "path"
#default = "/fossflow"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.enable_server_storage]
ask.en = "Offer saving drawings on the server"
ask.fr = "Permettre de sauvegarder les dessins sur le serveur"
help.en = "If disabled, nothing leaves the user's browser"
help.fr = "Si désactivé, rien ne quitte le navigateur de l'utilisateur"
type = "boolean"
default = 0
yes="true"
no="false"
[resources]
[resources.sources]
[resources.sources.main]
# This is not used as we are using git clone. It's only here for autoupdate.
url = "https://github.com/stan-smith/FossFLOW/archive/0da9ff3a22c6247cc573a5ba0bae1e78f1d5cbdb.tar.gz"
sha256 = "e33b1bf1a47574754a7a5262252dcb1f4ab6149ea7b7ba241d87311909c57e96"
prefetch = false
autoupdate.strategy = "latest_github_commit"
[resources.sources.ynh_build]
url = "https://github.com/oleole39/fossflow_ynh/releases/download/v2026.03.18-0da9ff3a/FossFLOW_v2026.03.18-0da9ff3a_ynh.zip"
sha256 = "ea6d8efab794adedead6c34e4140c44075b0966975466d85499366c909c8f1d2"
format = "zip"
extract = true
in_subdir = true
[resources.system_user]
[resources.install_dir]
group = "www-data:r-x"
[resources.permissions]
main.url = "/"
[resources.ports]
[resources.data_dir]
[resources.nodejs]
version = "22"