2023-05-22 17:43:38 +02:00
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "phpipam"
|
|
|
|
name = "phpIPAM"
|
|
|
|
description.en = "Web IP address management application"
|
|
|
|
description.fr = "Application web de gestion d'adresses IP"
|
|
|
|
|
2023-05-23 20:16:24 +02:00
|
|
|
version = "1.19.8~ynh2"
|
2023-05-22 17:43:38 +02:00
|
|
|
|
2024-05-01 02:10:37 +02:00
|
|
|
maintainers = []
|
2023-05-22 17:43:38 +02:00
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "GPL-3.0-only"
|
|
|
|
website = "https://phpipam.net"
|
|
|
|
demo = "http://demo.phpipam.net"
|
|
|
|
admindoc = "https://phpipam.net/documents/"
|
|
|
|
code = "https://github.com/phpipam/phpipam"
|
|
|
|
|
|
|
|
[integration]
|
2023-11-24 17:23:01 +01:00
|
|
|
yunohost = ">= 11.2"
|
2023-05-22 17:52:07 +02:00
|
|
|
architectures = "all"
|
2023-05-22 17:43:38 +02:00
|
|
|
multi_instance = true
|
2023-11-24 17:23:01 +01:00
|
|
|
|
2023-05-22 17:52:07 +02:00
|
|
|
ldap = false
|
2023-11-24 17:23:01 +01:00
|
|
|
|
2023-05-22 17:52:07 +02:00
|
|
|
sso = false
|
2023-11-24 17:23:01 +01:00
|
|
|
|
2023-05-22 17:52:07 +02:00
|
|
|
disk = "50M"
|
|
|
|
ram.build = "50M"
|
|
|
|
ram.runtime = "50M"
|
2023-05-22 17:43:38 +02:00
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.path]
|
|
|
|
type = "path"
|
|
|
|
default = "/phpipam"
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
[resources.sources.main]
|
2023-05-23 20:16:24 +02:00
|
|
|
url = "https://github.com/phpipam/phpipam/archive/refs/tags/v1.19.008.tar.gz"
|
|
|
|
sha256 = "dcb2c3e7e627d5d48380a478d9c8281c34734885d4adeb4e31d3f9aebd54c347"
|
2023-05-22 18:00:22 +02:00
|
|
|
autoupdate.strategy = "latest_github_tag"
|
2023-05-22 17:43:38 +02:00
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
2023-05-22 18:53:13 +02:00
|
|
|
api.url = "/api"
|
|
|
|
api.show_tile = false
|
|
|
|
api.allowed = "visitors"
|
2023-05-22 17:43:38 +02:00
|
|
|
|
2023-05-22 17:52:07 +02:00
|
|
|
[resources.apt]
|
2023-11-24 17:23:01 +01:00
|
|
|
packages = "mariadb-server, php8.2-gmp, php8.2-mysql, php8.2-ldap, php8.2-gd, php8.2-opcache, php8.2-fileinfo, php8.2-intl, php8.2-cli, php8.2-mbstring, php8.2-xml"
|
2023-05-22 17:52:07 +02:00
|
|
|
|
2023-05-22 17:43:38 +02:00
|
|
|
[resources.database]
|
|
|
|
type = "mysql"
|