mirror of
https://github.com/YunoHost-Apps/pgadmin_ynh.git
synced 2024-09-03 19:56:38 +02:00
77 lines
1.9 KiB
TOML
77 lines
1.9 KiB
TOML
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
|
|
|
packaging_format = 2
|
|
|
|
id = "pgadmin"
|
|
name = "pgAdmin4"
|
|
description.en = "Manage PostgreSQL databases over the web"
|
|
description.fr = "Application web de gestion des bases de données PostgreSQL"
|
|
|
|
version = "8.7~ynh1"
|
|
|
|
maintainers = ["Josué Tille"]
|
|
|
|
[upstream]
|
|
license = "PostgreSQL"
|
|
website = "https://www.pgadmin.org"
|
|
admindoc = "https://www.pgadmin.org/docs"
|
|
cpe = "cpe:2.3:a:pgadmin:pgadmin"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
ldap = true
|
|
sso = true
|
|
disk = "700M"
|
|
ram.build = "300M"
|
|
ram.runtime = "200M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/pgadmin"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "admins"
|
|
|
|
[resources]
|
|
[resources.sources.pgadmin_prebuilt_armv7_bookworm]
|
|
prefetch = false
|
|
armhf.url = "https://github.com/YunoHost-Apps/pgadmin_python_build/releases/download/v8.7/pgadmin_8.7-bookworm-bin1_armv7l.tar.gz"
|
|
armhf.sha256 = "5aedef91672fd30022ba410cda919138ff18703b9839bbfc3bca4ea421102591"
|
|
|
|
[resources.sources.pgadmin_prebuilt_armv7_bullseye]
|
|
prefetch = false
|
|
armhf.url = "https://github.com/YunoHost-Apps/pgadmin_python_build/releases/download/v8.7/pgadmin_8.7-bullseye-bin1_armv7l.tar.gz"
|
|
armhf.sha256 = "9603492ca0fb2b258425b298705f0b2fa24e54d34182160d1854ce68c21f04a9"
|
|
|
|
[resources.system_user]
|
|
allow_email = true
|
|
home = "/opt/yunohost/__APP__"
|
|
|
|
[resources.install_dir]
|
|
dir = "/opt/yunohost/__APP__"
|
|
|
|
[resources.data_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = [
|
|
"python3-pip",
|
|
"build-essential",
|
|
"python3-dev",
|
|
"python3-venv",
|
|
"postgresql",
|
|
"libpq-dev",
|
|
"libkrb5-dev",
|
|
]
|
|
|
|
[resources.database]
|
|
type = "postgresql"
|