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

78 lines
1.9 KiB
TOML
Raw Normal View History

2024-01-30 11:36:14 +01:00
#: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.3~ynh2"
2024-01-30 11:36:14 +01:00
maintainers = ["Josué Tille"]
[upstream]
license = "PostgreSQL"
website = "https://www.pgadmin.org"
admindoc = "https://www.pgadmin.org/docs"
2024-01-30 18:46:29 +01:00
cpe = "cpe:2.3:a:pgadmin:pgadmin"
2024-01-30 11:36:14 +01:00
[integration]
yunohost = ">= 11.0.11"
2024-01-30 19:34:33 +01:00
architectures = "all"
multi_instance = true
ldap = true
sso = true
2024-01-31 17:35:54 +01:00
disk = "700M"
2024-01-30 22:44:43 +01:00
ram.build = "300M"
ram.runtime = "200M"
2024-01-30 11:36:14 +01:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/pgadmin"
2024-01-30 22:51:50 +01:00
[install.init_main_permission]
type = "group"
default = "admins"
[resources]
[resources.sources.pgadmin_prebuilt_armv7_bookworm]
prefetch = false
2024-03-12 21:08:48 +01:00
armhf.url = "https://github.com/YunoHost-Apps/pgadmin_python_build/releases/download/v8.4/pgadmin_8.4-bookworm-bin1_armv7l.tar.gz"
2024-03-12 15:31:41 +01:00
armhf.sha256 = "6fb8d4dbc92ce27f8d8cf3f47b101c440ee9a10c640517b31ba69b4daa5a1220"
2024-01-30 11:36:14 +01:00
[resources.sources.pgadmin_prebuilt_armv7_bullseye]
prefetch = false
2024-03-12 21:08:48 +01:00
armhf.url = "https://github.com/YunoHost-Apps/pgadmin_python_build/releases/download/v8.4/pgadmin_8.4-bullseye-bin1_armv7l.tar.gz"
2024-03-12 15:31:41 +01:00
armhf.sha256 = "fd9aa4205bab9f0279c0b4e9672be014f150793d03224b9fd47fe1628580de6c"
2024-01-30 11:36:14 +01:00
[resources.system_user]
allow_email = true
home = "/opt/yunohost/__APP__"
2024-01-30 11:36:14 +01:00
[resources.install_dir]
dir = "/opt/yunohost/__APP__"
[resources.data_dir]
2024-01-30 11:36:14 +01:00
[resources.permissions]
main.url = "/"
[resources.apt]
2024-01-30 18:46:29 +01:00
packages = [
"python3-pip",
"build-essential",
"python3-dev",
"python3-venv",
"postgresql",
"libpq-dev",
"libkrb5-dev",
]
2024-01-30 13:57:56 +01:00
2024-01-30 17:20:58 +01:00
[resources.database]
type = "postgresql"