pelican_ynh/manifest.toml

75 lines
1.8 KiB
TOML
Raw Normal View History

2024-10-21 12:53:17 -04:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
2024-10-28 17:27:33 -04:00
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."
2024-10-21 12:53:17 -04:00
2024-11-17 05:01:13 -05:00
version = "1.0.0-beta13~ynh1"
2024-10-21 12:53:17 -04:00
2024-10-21 12:55:23 -04:00
maintainers = [ ]
2024-10-21 12:53:17 -04:00
[upstream]
license = "MIT"
2024-10-28 17:27:33 -04:00
website = "https://pelican.dev"
admindoc = "https://pelican.dev/docs/panel/getting-started"
code = "https://github.com/pelican-dev/panel"
2024-10-21 12:53:17 -04:00
[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"
2024-10-28 15:50:40 -04:00
[install.admin]
type = "user"
2024-10-28 16:23:52 -04:00
[install.password]
type = "password"
2024-10-21 12:53:17 -04:00
[resources]
[resources.sources]
[resources.sources.main]
in_subdir = false
2024-11-17 05:01:13 -05:00
url = "https://github.com/pelican-dev/panel/releases/download/v1.0.0-beta13/panel.tar.gz"
sha256 = "0060dc11d333255e037cbce8f84eff95256e8865facc6d870bd749c7705cd92b"
2024-10-21 12:53:17 -04:00
# 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]
2024-10-28 17:33:41 -04:00
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"
2024-10-21 12:53:17 -04:00
[resources.database]
type = "mysql"