1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nocodb_ynh.git synced 2024-09-03 19:56:01 +02:00
nocodb_ynh/manifest.toml

63 lines
1.6 KiB
TOML
Raw Normal View History

2023-11-21 20:03:22 +01:00
packaging_format = 2
id = "nocodb"
name = "NocoDB"
description.en = "No-code platform that turns any database into a smart spreadsheet"
2023-11-21 21:44:04 +01:00
description.fr = "Plateform sans code qui transforme toute base de données en un tableur intelligent"
2023-11-21 20:03:22 +01:00
version = "0.202.4~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]
2023-11-21 20:10:12 +01:00
yunohost = ">= 11.2"
architectures = ["amd64", "arm64"]
2023-11-21 20:03:22 +01:00
multi_instance = false
2023-11-21 20:10:12 +01:00
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-11-21 20:03:22 +01:00
[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]
2023-11-21 21:44:04 +01:00
url = "https://github.com/nocodb/nocodb-seed/archive/bb1686f4c4723042b176e98a6660738a99af495b.zip"
sha256 = "34a0e84757a442d26a93a3cb22249fb860296d7a0d11eadfc642aae55de03f9d"
autoupdate.upstream = "https://github.com/nocodb/nocodb-seed"
autoupdate.strategy = "latest_github_commit"
2023-11-21 20:03:22 +01:00
[resources.system_user]
[resources.install_dir]
2023-11-21 20:10:12 +01:00
[resources.ports]
2023-11-21 20:03:22 +01:00
[resources.permissions]
main.url = "/"
2023-11-21 20:10:12 +01:00
[resources.apt]
packages = "mariadb-server"
2023-11-21 20:03:22 +01:00
[resources.database]
type = "mysql"