65 lines
1.4 KiB
TOML
65 lines
1.4 KiB
TOML
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
|
|
|
packaging_format = 2
|
|
|
|
id = "phanpy"
|
|
name = "Phanpy"
|
|
|
|
description.en = "A minimalistic opinionated Fediverse ⁂ web client"
|
|
description.fr = "Un client Fediverse ⁂ minimaliste et original"
|
|
|
|
version = "20241122~ynh1"
|
|
|
|
maintainers = ["ghose"]
|
|
|
|
[upstream]
|
|
license = "MIT"
|
|
website = "https://phanpy.social/"
|
|
demo = "https://phanpy.social/"
|
|
|
|
code = "https://github.com/cheeaun/phanpy"
|
|
|
|
[integration]
|
|
yunohost = '>= 11.2.30'
|
|
helpers_version = "2.1"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
ldap = "not_relevant"
|
|
sso = "not_relevant"
|
|
disk = "10M"
|
|
ram.build = "50M"
|
|
ram.runtime = "10M"
|
|
|
|
[antifeatures]
|
|
arbitrary-limitations.en = "(Optional) In-line translations feature depends on 3rd party services"
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/phanpy"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
|
url = "https://github.com/cheeaun/phanpy/releases/download/2024.11.22.8f048af/phanpy-dist.tar.gz"
|
|
sha256 = "311c8d11202cd377f051c66897ffa398dd5871d2fe78f3db9ee0dea35de66d9d"
|
|
|
|
autoupdate.strategy = "latest_github_release"
|
|
autoupdate.asset = ".*\\.tar\\.gz"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|