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-24 17:17:27 +01:00
|
|
|
version = "1.5.12~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-24 17:17:27 +01:00
|
|
|
url = "https://github.com/fluxbb/fluxbb/archive/refs/tags/fluxbb-1.4.12.tar.gz"
|
|
|
|
sha256 = "c0bb70979f80576f2b078a736cd7b0b7f3dee891006c07f7cfb66ca2ac6d0162"
|
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]
|
2023-11-24 17:17:27 +01:00
|
|
|
packages = "mariadb-server, php8.2-fpm"
|
2023-05-02 20:34:22 +02:00
|
|
|
|
2023-05-02 20:27:26 +02:00
|
|
|
[resources.database]
|
|
|
|
type = "mysql"
|