From de20de38e7ada8bdf4503d94299e4d2286a62e44 Mon Sep 17 00:00:00 2001 From: ghose Date: Sun, 10 Nov 2024 09:48:57 +0100 Subject: [PATCH] reading docs so changes here --- doc/DESCRIPTION.md | 11 ++++++++++- manifest.toml | 9 ++++++--- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index fdfe23f..ed4dc02 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1,3 +1,7 @@ +This Phanpy YunoHost App is packaged directly from upstream Release package. + +![image from upstream repo](https://github.com/cheeaun/phanpy/raw/main/readme-assets/fancy-screenshot.jpg) + ## Features 👪 Multiple accounts @@ -10,4 +14,9 @@ ⚡ Shortcuts™️ with view modes like multi-column or tab bar #️⃣ Multi-hashtag timeline -https://github.com/cheeaun/phanpy#features +from + +## Third-party services + +Inline (and live) translation feature connects to . It's optional for the user to activate this feature. + diff --git a/manifest.toml b/manifest.toml index f264cea..36601bc 100644 --- a/manifest.toml +++ b/manifest.toml @@ -8,7 +8,7 @@ name = "Phanpy" description.en = "A minimalistic opinionated Fediverse ⁂ web client" description.fr = "Un client web Fediverse ⁂ minimaliste avec opinion" -version = "0.2~ynh3" +version = "20241015~ynh4" maintainers = ["ghose"] @@ -24,12 +24,15 @@ yunohost = '>= 11.2.30' helpers_version = "2.1" architectures = "all" multi_instance = true -ldap = "false" +ldap = "not_relevant" sso = "not_relevant" -disk = "5M" +disk = "10M" ram.build = "50M" ram.runtime = "50M" +[antifeatures] +arbitrary-limitations.en = "(Optional) In-line translations feature depends on 3rd party services" + [install] [install.domain]