reading docs so changes here
This commit is contained in:
parent
7f29c2824d
commit
de20de38e7
2 changed files with 16 additions and 4 deletions
|
@ -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
|
## Features
|
||||||
|
|
||||||
👪 Multiple accounts
|
👪 Multiple accounts
|
||||||
|
@ -10,4 +14,9 @@
|
||||||
⚡ Shortcuts™️ with view modes like multi-column or tab bar
|
⚡ Shortcuts™️ with view modes like multi-column or tab bar
|
||||||
#️⃣ Multi-hashtag timeline
|
#️⃣ Multi-hashtag timeline
|
||||||
|
|
||||||
https://github.com/cheeaun/phanpy#features
|
from <https://github.com/cheeaun/phanpy#features>
|
||||||
|
|
||||||
|
## Third-party services
|
||||||
|
|
||||||
|
Inline (and live) translation feature connects to <https://lingva.phanpy.social>. It's optional for the user to activate this feature.
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ name = "Phanpy"
|
||||||
description.en = "A minimalistic opinionated Fediverse ⁂ web client"
|
description.en = "A minimalistic opinionated Fediverse ⁂ web client"
|
||||||
description.fr = "Un client web Fediverse ⁂ minimaliste avec opinion"
|
description.fr = "Un client web Fediverse ⁂ minimaliste avec opinion"
|
||||||
|
|
||||||
version = "0.2~ynh3"
|
version = "20241015~ynh4"
|
||||||
|
|
||||||
maintainers = ["ghose"]
|
maintainers = ["ghose"]
|
||||||
|
|
||||||
|
@ -24,12 +24,15 @@ yunohost = '>= 11.2.30'
|
||||||
helpers_version = "2.1"
|
helpers_version = "2.1"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = "false"
|
ldap = "not_relevant"
|
||||||
sso = "not_relevant"
|
sso = "not_relevant"
|
||||||
disk = "5M"
|
disk = "10M"
|
||||||
ram.build = "50M"
|
ram.build = "50M"
|
||||||
ram.runtime = "50M"
|
ram.runtime = "50M"
|
||||||
|
|
||||||
|
[antifeatures]
|
||||||
|
arbitrary-limitations.en = "(Optional) In-line translations feature depends on 3rd party services"
|
||||||
|
|
||||||
[install]
|
[install]
|
||||||
|
|
||||||
[install.domain]
|
[install.domain]
|
||||||
|
|
Loading…
Reference in a new issue