1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/miniflux_ynh.git synced 2024-09-03 19:45:58 +02:00
miniflux_ynh/manifest.toml

85 lines
2.4 KiB
TOML
Raw Normal View History

2023-04-07 13:22:55 +02:00
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.2.0~ynh1"
2023-04-07 13:22:55 +02:00
2024-03-10 22:29:16 +01:00
maintainers = []
2023-04-07 13:22:55 +02:00
[upstream]
license = "Apache-2.0"
website = "https://miniflux.app/"
admindoc = "https://miniflux.app/docs/index.html"
code = "https://github.com/miniflux/v2"
[integration]
2024-08-19 09:15:13 +02:00
yunohost = ">= 11.2.18"
helpers_version = "2.1"
2023-04-07 13:30:21 +02:00
architectures = ["amd64", "armhf", "arm64"]
2023-04-07 13:22:55 +02:00
multi_instance = true
2023-11-12 21:04:52 +01:00
2023-04-07 13:30:21 +02:00
ldap = false
2023-11-12 21:04:52 +01:00
2023-12-26 15:16:35 +01:00
sso = true
2023-11-12 21:04:52 +01:00
2023-04-07 13:30:21 +02:00
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-04-07 13:22:55 +02:00
[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]
2023-08-21 09:17:20 +02:00
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 nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
2023-04-07 13:22:55 +02:00
type = "group"
default = "visitors"
[resources]
[resources.sources.main]
in_subdir = false
2023-04-07 13:36:30 +02:00
extract = false
rename = "miniflux"
arm64.url = "https://github.com/miniflux/v2/releases/download/2.2.0/miniflux-linux-arm64"
arm64.sha256 = "e268e79f258caf86c7b2803183fdb079ba4f4ae8be4c974dd3111cba3efc500b"
amd64.url = "https://github.com/miniflux/v2/releases/download/2.2.0/miniflux-linux-amd64"
amd64.sha256 = "5a842e3019800e6a926204af2c07e28607927a630cc0c955cb981874aeccbcd5"
armhf.url = "https://github.com/miniflux/v2/releases/download/2.2.0/miniflux-linux-armv7"
armhf.sha256 = "dd75b6a21b18ffcd080ae9f062ebdaf5c839f36e790820d0795c7f46f8695287"
2023-04-07 13:30:21 +02:00
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]
2023-04-07 13:22:55 +02:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-04-07 13:30:21 +02:00
[resources.apt]
packages = "postgresql"
2023-04-07 13:22:55 +02:00
[resources.database]
type = "postgresql"