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
2024-01-01 13:51:18 +01:00
version = "0.203.2~ynh1"
2023-11-21 20:03:22 +01:00
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"
2023-11-22 16:28:54 +01:00
ram . build = "450M"
2023-11-21 20:10:12 +01:00
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 ]
2024-01-01 13:51:18 +01:00
amd64 . url = "https://github.com/nocodb/nocodb/releases/download/0.203.2/Noco-linux-x64"
amd64 . sha256 = "dae67f74461dd55ff1f09a48a6f7cddeb2ce52fd56fa4fa377afb6f90943298a"
arm64 . url = "https://github.com/nocodb/nocodb/releases/download/0.203.2/Noco-linux-arm64"
arm64 . sha256 = "8545dc5d03c530dfc1a15ece70b2473b653e003722c255b30b5595affea4b092"
2023-11-21 21:57:25 +01:00
rename = "nocodb"
extract = false
2023-11-21 20:03:22 +01:00
[ resources . system_user ]
2023-11-22 14:50:53 +01:00
allow_email = true
2023-11-21 20:03:22 +01:00
[ 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"