You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manifest.toml
+15-11Lines changed: 15 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -14,24 +14,23 @@ license = "AGPL-3.0-only"
14
14
website = "https://www.nocodb.com"
15
15
demo = "https://www.nocodb.com/demos"
16
16
code = "https://github.com/nocodb/nocodb"
17
-
cpe = "???"# FIXME: optional but recommended if relevant, this is meant to contain the Common Platform Enumeration, which is sort of a standard id for applications defined by the NIST. In particular, Yunohost may use this is in the future to easily track CVE (=security reports) related to apps. The CPE may be obtained by searching here: https://nvd.nist.gov/products/cpe/search. For example, for Nextcloud, the CPE is 'cpe:2.3:a:nextcloud:nextcloud' (no need to include the version number)
18
-
fund = "???"# FIXME: optional but recommended (or remove if irrelevant / not applicable). This is meant to be an URL where people can financially support this app, especially when its development is based on volunteers and/or financed by its community. YunoHost may later advertise it in the webadmin.
19
17
20
18
[integration]
21
-
yunohost = ">= 4.3.0"
22
-
architectures = "all"# FIXME: can be replaced by a list of supported archs using the dpkg --print-architecture nomenclature (amd64/i386/armhf/arm64), for example: ["amd64", "i386"]
19
+
yunohost = ">= 11.2"
20
+
architectures = ["amd64", "arm64"]
23
21
multi_instance = false
24
-
ldap = "?"# FIXME: replace with true, false, or "not_relevant". Not to confuse with the "sso" key : the "ldap" key corresponds to wether or not a user *can* login on the app using its YunoHost credentials.
25
-
sso = "?"# FIXME: replace with true, false, or "not_relevant". Not to confuse with the "ldap" key : the "sso" key corresponds to wether or not a user is *automatically logged-in* on the app when logged-in on the YunoHost portal.
26
-
disk = "50M"# FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ...
27
-
ram.build = "50M"# FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
28
-
ram.runtime = "50M"# FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
22
+
23
+
ldap = false
24
+
25
+
sso = false
26
+
27
+
disk = "50M"
28
+
ram.build = "50M"
29
+
ram.runtime = "50M"
29
30
30
31
[install]
31
32
[install.domain]
32
-
# this is a generic question - ask strings are automatically handled by Yunohost's core
33
33
type = "domain"
34
-
full_domain = true
35
34
36
35
[install.init_main_permission]
37
36
help.en = "The app has its own user login system, so you can disable YunoHost's SSO, especially if you use NocoDB's API."
@@ -49,8 +48,13 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen
0 commit comments