mirror of
https://github.com/YunoHost-Apps/bookwyrm_ynh.git
synced 2024-09-03 18:16:12 +02:00
77 lines
1.9 KiB
TOML
77 lines
1.9 KiB
TOML
packaging_format = 2
|
|
|
|
id = "bookwyrm"
|
|
name = "BookWyrm"
|
|
description.en = "Platform for social reading"
|
|
description.fr = "Plateforme de lecture sociale"
|
|
|
|
version = "0.7.2~ynh2"
|
|
|
|
maintainers = ["oufmilo"]
|
|
|
|
[upstream]
|
|
license = "AGPL-3.0-or-later"
|
|
website = "https://joinbookwyrm.com/fr/"
|
|
demo = "https://joinbookwyrm.com/fr/"
|
|
admindoc = "https://docs.joinbookwyrm.com/"
|
|
code = "https://github.com/bookwyrm-social/bookwyrm"
|
|
cpe = "cpe:2.3:a:joinbookwyrm:bookwyrm"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = false
|
|
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.language]
|
|
ask.en = "Choose the application language"
|
|
ask.fr = "Choisissez la langue de l'application"
|
|
type = "select"
|
|
choices = ["de-de", "en-us", "es-es", "fr-fr", "it-it", "pt-pt", "zh-hans"]
|
|
default = "fr-fr"
|
|
|
|
[install.admin]
|
|
type = "user"
|
|
|
|
[resources]
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
|
url = "https://github.com/bookwyrm-social/bookwyrm/archive/refs/tags/v0.7.2.tar.gz"
|
|
sha256 = "258831fa54c15fd8ea9a3ba06bb9afab016d754a0850118e65fdb70dfa022df7"
|
|
autoupdate.strategy = "latest_github_release"
|
|
|
|
[resources.sources.fonts]
|
|
url = "https://github.com/adobe-fonts/source-han-sans/raw/release/Variable/OTC/SourceHanSans-VF.ttf.ttc"
|
|
sha256 = "1662483cf0cdaf04438618fc67e807a00dadb3fd3b4193c3c23cf7ad4dcc499f"
|
|
|
|
[resources.system_user]
|
|
allow_email = true
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.data_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.ports]
|
|
main.default = 8000
|
|
|
|
[resources.apt]
|
|
packages = "postgresql, postgresql-contrib, python3-venv, libpq-dev, python3-pip, python3-dev, libpq-dev"
|
|
|
|
[resources.database]
|
|
type = "postgresql"
|