mirror of
https://github.com/YunoHost-Apps/miniflux_ynh.git
synced 2024-09-03 19:45:58 +02:00
83 lines
2.4 KiB
TOML
83 lines
2.4 KiB
TOML
packaging_format = 2
|
||
|
||
id = "miniflux"
|
||
name = "Miniflux"
|
||
description.en = "Minimalist and opinionated RSS feed reader"
|
||
description.fr = "Agrégateur de flux RSS minimaliste"
|
||
|
||
version = "2.0.50~ynh1"
|
||
|
||
maintainers = ["eric_G"]
|
||
|
||
[upstream]
|
||
license = "Apache-2.0"
|
||
website = "https://miniflux.app/"
|
||
admindoc = "https://miniflux.app/docs/index.html"
|
||
code = "https://github.com/miniflux/v2"
|
||
|
||
[integration]
|
||
yunohost = ">= 11.2"
|
||
architectures = ["amd64", "armhf", "arm64"]
|
||
multi_instance = true
|
||
|
||
ldap = false
|
||
|
||
sso = false
|
||
|
||
disk = "50M"
|
||
ram.build = "50M"
|
||
ram.runtime = "50M"
|
||
|
||
[install]
|
||
[install.domain]
|
||
type = "domain"
|
||
|
||
[install.path]
|
||
type = "path"
|
||
default = "/miniflux"
|
||
|
||
[install.admin]
|
||
type = "user"
|
||
|
||
[install.password]
|
||
help.en = "Password must be more than 6 characters."
|
||
help.fr = "Le mot de passe doit contenir plus de 6 caractères."
|
||
type = "password"
|
||
|
||
[install.init_main_permission]
|
||
help.en = "If set to visitors, Miniflux will be accessible by people who do not have an account. This can be changed later via the webadmin."
|
||
help.fr = "Si visiteurs sélectionnée, Miniflux sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||
type = "group"
|
||
default = "visitors"
|
||
|
||
[resources]
|
||
[resources.sources.main]
|
||
in_subdir = false
|
||
extract = false
|
||
rename = "miniflux"
|
||
|
||
arm64.url = "https://github.com/miniflux/v2/releases/download/2.0.50/miniflux-linux-arm64"
|
||
arm64.sha256 = "82d39a6e3664f4463e97031bfbe1c8ac8b3f0fbf052c7a760b545437a38d64bd"
|
||
amd64.url = "https://github.com/miniflux/v2/releases/download/2.0.50/miniflux-linux-amd64"
|
||
amd64.sha256 = "4a4de706237500c11226e629ac9f3c8b5200a88d07d48cf85bac72b232f07f66"
|
||
armhf.url = "https://github.com/miniflux/v2/releases/download/2.0.50/miniflux-linux-armv7"
|
||
armhf.sha256 = "61b11efe9fbb85449ec158b904383e746cda0fb82947a324e0c3a285e78f393f"
|
||
autoupdate.strategy = "latest_github_release"
|
||
autoupdate.asset.amd64 = "^miniflux-linux-amd64$"
|
||
autoupdate.asset.arm64 = "^miniflux-linux-arm64$"
|
||
autoupdate.asset.armhf = "^miniflux-linux-armv7$"
|
||
|
||
[resources.ports]
|
||
|
||
[resources.system_user]
|
||
|
||
[resources.install_dir]
|
||
|
||
[resources.permissions]
|
||
main.url = "/"
|
||
|
||
[resources.apt]
|
||
packages = "postgresql"
|
||
|
||
[resources.database]
|
||
type = "postgresql"
|