1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fluxbb_ynh.git synced 2024-09-03 18:36:14 +02:00
fluxbb_ynh/manifest.toml

68 lines
1.3 KiB
TOML
Raw Permalink Normal View History

2023-05-02 20:27:26 +02:00
packaging_format = 2
id = "fluxbb"
name = "FluxBB"
description.en = "Fast, light, user-friendly forum software"
description.fr = "Forum de discussions rapide et léger"
2023-11-28 09:57:36 +01:00
version = "1.5.11~ynh1"
2023-05-02 20:27:26 +02:00
maintainers = ["Antoine"]
[upstream]
license = "GPL-2.0-only"
website = "https://fluxbb.org/"
demo = "https://fluxbb.org/forums/index.php"
admindoc = "https://fluxbb.org/docs/"
code = "https://github.com/fluxbb/fluxbb/"
[integration]
2023-11-24 17:17:27 +01:00
yunohost = ">= 11.2"
2023-05-02 20:34:22 +02:00
architectures = "all"
2023-05-02 20:27:26 +02:00
multi_instance = true
2023-11-24 17:17:27 +01:00
2023-05-02 20:34:22 +02:00
ldap = false
2023-11-24 17:17:27 +01:00
2023-05-02 20:34:22 +02:00
sso = false
2023-11-24 17:17:27 +01:00
2023-05-02 20:34:22 +02:00
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-05-02 20:27:26 +02:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/fluxbb"
[install.admin]
type = "user"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.password]
type = "password"
[resources]
[resources.sources.main]
2023-11-28 09:57:36 +01:00
url = "https://github.com/fluxbb/fluxbb/archive/refs/tags/fluxbb-1.5.11.tar.gz"
sha256 = "af464ebebb739a9aec7afbe30edf0c6afdcd7df711a73f98fb814b2bffe4bb9e"
2023-05-02 20:34:22 +02:00
autoupdate.strategy = "latest_github_tag"
2023-05-02 20:27:26 +02:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-05-02 20:34:22 +02:00
[resources.apt]
2024-05-13 21:14:48 +02:00
packages = "mariadb-server, php7.4-fpm"
2023-05-02 20:34:22 +02:00
2023-05-02 20:27:26 +02:00
[resources.database]
type = "mysql"