mirror of
https://github.com/YunoHost-Apps/BicBucStriim_ynh.git
synced 2024-09-03 18:15:53 +02:00
* Auto-update READMEs * Auto-update READMEs * Update manifest.toml * Auto-update READMEs * cleaning * Update manifest.toml * Update manifest.toml * Update manifest.toml * Update manifest.toml * Update manifest.toml * keep data * Update extra_php-fpm.conf * Update extra_php-fpm.conf * Update manifest.toml * Update manifest.toml * Auto-update READMEs * cleaning * Update manifest.toml --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org>
64 lines
1.3 KiB
TOML
64 lines
1.3 KiB
TOML
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
|
|
|
packaging_format = 2
|
|
|
|
id = "bicbucstriim"
|
|
name = "BicBucStriim"
|
|
description.en = "Digital books streamer, providing web-based access to your e-book collection"
|
|
description.fr = "Interface web pour accéder à votre collection d'e-book"
|
|
|
|
version = "3.3.0~ynh2"
|
|
|
|
maintainers = ["Alex"]
|
|
|
|
[upstream]
|
|
license = "MIT"
|
|
code = "https://github.com/mikespub-org/rvolz-BicBucStriim"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
|
|
ldap = false
|
|
|
|
sso = false
|
|
|
|
disk = "130M"
|
|
ram.build = "100M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/bbs"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://github.com/mikespub-org/rvolz-BicBucStriim/releases/download/v3.3.0/bicbucstriim-3.3.0.zip"
|
|
sha256 = "c7708f134ef1c4827e24d06141684befadd3a025405d9f35128221f4ef8beda6"
|
|
in_subdir = false
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = [
|
|
"php8.2-gd",
|
|
"php8.2-intl",
|
|
"php8.2-xml",
|
|
"php8.2-sqlite3",
|
|
"php8.2-mbstring",
|
|
"php8.2-apcu",
|
|
]
|