pelican_ynh/manifest.toml
2024-10-28 17:33:41 -04:00

74 lines
1.8 KiB
TOML

#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "pelican"
name = "Pelican"
description.en = "Pelican is the ultimate, free game server control panel offering high flying security. It's a breeze to manage your servers with our sleek and user-friendly interface. And thanks to Docker, they all run in their own safe space."
version = "1.0.0-beta11~ynh1"
maintainers = [ ]
[upstream]
license = "MIT"
website = "https://pelican.dev"
admindoc = "https://pelican.dev/docs/panel/getting-started"
code = "https://github.com/pelican-dev/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/pelican-dev/panel/releases/download/v1.0.0-beta11/panel.tar.gz"
sha256 = "491844267a4ec3af8bf62141a7972c666611087aa3f2089d2f61e6882eb4a07f"
# 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, php8.3-intl"
[resources.database]
type = "mysql"