mirror of
https://github.com/YunoHost-Apps/nitter_ynh.git
synced 2024-09-03 19:46:24 +02:00
Merge branch 'testing' into keep
This commit is contained in:
commit
47a70b1668
5 changed files with 51 additions and 39 deletions
|
@ -29,7 +29,8 @@ Inspired by the Invidious project.
|
|||
- Mobile support (responsive design)
|
||||
|
||||
|
||||
**Shipped version:** 2022.06.23~ynh1
|
||||
**Shipped version:** 2022.09.20~ynh1
|
||||
|
||||
|
||||
|
||||
**Demo:** https://nitter.net/
|
||||
|
|
|
@ -29,7 +29,7 @@ Nitter est une interface alternative pour Twitter qui est plus rapide que le sit
|
|||
- Support mobile (conception réactive)
|
||||
|
||||
|
||||
**Version incluse :** 2022.06.23~ynh1
|
||||
**Version incluse :** 2022.09.20~ynh1
|
||||
|
||||
|
||||
**Démo :** https://nitter.net/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SOURCE_URL=https://github.com/zedeus/nitter/tarball/81ec41328d5684dd395f584254d723abee213ac0
|
||||
SOURCE_SUM=d1ec37ae2f755a52d37331d1a441fa14bbd947bb38b8fb79f05abfc3e904b551
|
||||
SOURCE_URL=https://github.com/zedeus/nitter/tarball/2ac3afa5b273a502d7632e9346c7c3bc9283fb48
|
||||
SOURCE_SUM=f91af4af3698125d3667d79ffc1384f931a48b893d627b9a19054adaf13285fd
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
SOURCE_FILENAME=81ec41328d5684dd395f584254d723abee213ac0
|
||||
SOURCE_FILENAME=2ac3afa5b273a502d7632e9346c7c3bc9283fb48
|
||||
SOURCE_EXTRACT=true
|
||||
|
|
|
@ -17,16 +17,33 @@ services = ["__APP__"]
|
|||
[main.config.theme]
|
||||
ask = "Default theme"
|
||||
type = "select"
|
||||
choices = ["Auto", "Black", "Mastodon", "Nitter", "Pleroma", "Twitter", "Twitter dark"]
|
||||
choices = [
|
||||
"Auto",
|
||||
"Auto (Twitter)",
|
||||
"Black",
|
||||
"Dracula",
|
||||
"Mastodon",
|
||||
"Nitter",
|
||||
"Pleroma",
|
||||
"Twitter",
|
||||
"Twitter dark",
|
||||
]
|
||||
default = "Auto"
|
||||
help = "Choose a default theme for this instance"
|
||||
bind = "theme:__FINALPATH__/nitter.conf"
|
||||
|
||||
[main.config.replace_youtube]
|
||||
ask = "Piped/Invidious instance"
|
||||
type = "string"
|
||||
default = "https://invidious.fdn.fr/"
|
||||
help = "Replace YouTube links with a Piped or Invidious instance"
|
||||
bind = "replaceYouTube:__FINALPATH__/nitter.conf"
|
||||
|
||||
[main.config.replace_reddit]
|
||||
ask = "Libreddit instance"
|
||||
ask = "Teddit/Libreddit instance"
|
||||
type = "string"
|
||||
default = "https://libredd.it/"
|
||||
help = "Replace Reddit links with a Libreddit instance"
|
||||
help = "Replace Reddit links with a Teddit or Libreddit instance"
|
||||
bind = "replaceReddit:__FINALPATH__/nitter.conf"
|
||||
|
||||
[main.config.replace_instagram]
|
||||
|
@ -36,9 +53,3 @@ services = ["__APP__"]
|
|||
help = "Replace Instagram links with a Bibliogram instance"
|
||||
bind = "replaceInstagram:__FINALPATH__/nitter.conf"
|
||||
|
||||
[main.config.replace_youtube]
|
||||
ask = "Invidious instance"
|
||||
type = "string"
|
||||
default = "https://invidious.fdn.fr/"
|
||||
help = "Replace YouTube links with an Invidious instance"
|
||||
bind = "replaceYouTube:__FINALPATH__/nitter.conf"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Alternative front-end for Twitter that respects your privacy",
|
||||
"fr": "Interface alternative pour Twitter qui respecte votre vie privée"
|
||||
},
|
||||
"version": "2022.06.23~ynh1",
|
||||
"version": "2022.09.20~ynh1",
|
||||
"url": "https://github.com/zedeus/nitter",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0-only",
|
||||
|
|
Loading…
Add table
Reference in a new issue