mirror of
https://github.com/YunoHost-Apps/petrolette_ynh.git
synced 2024-09-03 19:56:26 +02:00
64 lines
1.6 KiB
TOML
64 lines
1.6 KiB
TOML
packaging_format = 2
|
|
|
|
id = "petrolette"
|
|
name = "Petrolette"
|
|
description.en = "The news reader that doesn't know you"
|
|
description.fr = "La page d'actu qui ne sait rien de toi"
|
|
|
|
version = "1.7.0~ynh1"
|
|
|
|
maintainers = ["oiseauroch"]
|
|
|
|
[upstream]
|
|
license = "AGPL-3.0-only"
|
|
demo = "https://petrolette.space"
|
|
code = "https://framagit.org/yphil/petrolette"
|
|
website = "https://framagit.org/yphil/petrolette"
|
|
fund = "https://liberapay.com/yPhil/donate"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
ldap = false
|
|
sso = false
|
|
disk = "50M"
|
|
ram.build = "500M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/petrolette"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[install.mono_user]
|
|
ask.fr = "Cette instance est elle mono utilisateur ?"
|
|
ask.en = "Is this instance mono user?"
|
|
help.fr = "Cette instance ne proposera qu'une seule selection de flux, la même pour tous les visiteurs"
|
|
help.en = "This instance will have the same rss selection for any visitor visiting the page"
|
|
type = "boolean"
|
|
default = true
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://framagit.org/yphil/petrolette/-/archive/v1.7.0/petrolette-v1.7.0.tar.bz2"
|
|
sha256 = "fcd509609a3c9749ae521bead9e05baa66d7119cb44d8d2143042dc5dd0a38ec"
|
|
autoupdate.strategy = "latest_gitlab_tag"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.ports]
|
|
main.default = 8001
|
|
https.default = 8002
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|