generated from YunoHost/example_ynh
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmanifest.toml
73 lines (55 loc) · 2.01 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
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "nocodb"
name = "NocoDB"
description.en = "No-code platform that turns any database into a smart spreadsheet"
description.fr = "Plateform sans code qui transforme toute base de données en un tableur intelligent"
version = "0.260.5~ynh1"
maintainers = ["tituspijean"]
[upstream]
license = "AGPL-3.0-only"
website = "https://www.nocodb.com"
demo = "https://www.nocodb.com/demos"
code = "https://github.com/nocodb/nocodb"
[integration]
yunohost = ">= 12.0.9"
helpers_version = "2.1"
architectures = ["amd64", "arm64"]
multi_instance = false
ldap = false
sso = false
disk = "50M"
ram.build = "450M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
help.en = "The app has its own user login system, so you can disable YunoHost's SSO, especially if you use NocoDB's API."
help.fr = "L'application a son propre système d'authentification, vous pouvez donc désactiver le SSO de YunoHost, particulièrement si vous utilisez l'API de NocoDB."
type = "group"
default = "visitors"
[resources]
[resources.sources.main]
amd64.url = "https://github.com/nocodb/nocodb/releases/download/0.260.5/Noco-linux-x64"
amd64.sha256 = "57121bb3b87c9e216332d63c5fe59ab9e94b1d49e1b0373556a2b9fd1a3ad28f"
arm64.url = "https://github.com/nocodb/nocodb/releases/download/0.260.5/Noco-linux-arm64"
arm64.sha256 = "13d040981e96b46c10f70dcad0978d185d0170d0e822e19a0dc5e297f77a43f2"
rename = "nocodb"
extract = false
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "Noco-linux-x64"
autoupdate.asset.arm64 = "Noco-linux-arm64"
[resources.system_user]
allow_email = true
[resources.install_dir]
[resources.ports]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = [
"mariadb-server",
"redis-server"
]
[resources.database]
type = "mysql"