pelican_ynh/manifest.toml
2024-10-28 16:23:52 -04:00

75 lines
1.6 KiB
TOML

#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "pterodactyl"
name = "Pterodactyl"
description.en = "Open-source game server management panel"
description.fr = "Panneau de gestion du serveur de jeu open source"
version = "1.11.7~ynh1"
maintainers = [ ]
[upstream]
license = "MIT"
website = "https://pterodactyl.io/"
admindoc = "https://pterodactyl.io/project/introduction.html"
code = "https://github.com/pterodactyl/panel"
[integration]
yunohost = ">= 11.2.30"
helpers_version = "2.1"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.admin]
type = "user"
[install.password]
type = "password"
[resources]
[resources.sources]
[resources.sources.main]
in_subdir = false
url = "https://github.com/pterodactyl/panel/releases/download/v1.11.7/panel.tar.gz"
sha256 = "b41774a6c7046bdfd4303969c6700d7f46f069b5250dfad25f91bbc389c9c063"
# autoupdate.strategy = "latest_github_tag"
[resources.system_user]
allow_email = true
[resources.install_dir]
group = "www-data:r-x"
[resources.data_dir]
[resources.permissions]
main.url = "/"
[resources.ports]
[resources.apt]
packages = "tar, unzip, git, redis-server, mariadb-server, php8.3-common, php8.3-cli, php8.3-gd, php8.3-mysql, php8.3-mbstring, php8.3-bcmath, php8.3-xml, php8.3-curl, php8.3-zip"
[resources.database]
type = "mysql"