mirror of
https://github.com/YunoHost-Apps/nitter_ynh.git
synced 2024-09-03 19:46:24 +02:00
Update to version from 2022-09-20
This commit is contained in:
parent
4508d48f46
commit
e2b08a601b
5 changed files with 50 additions and 39 deletions
|
@ -29,7 +29,7 @@ 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
|
||||
|
|
|
@ -4,41 +4,52 @@ version = "1.0"
|
|||
name = "Nitter configuration"
|
||||
services = ["__APP__"]
|
||||
|
||||
[main.config]
|
||||
name = "Configuration Options"
|
||||
[main.config]
|
||||
name = "Configuration Options"
|
||||
|
||||
[main.config.title]
|
||||
ask = "Default title"
|
||||
type = "string"
|
||||
default = "Nitter"
|
||||
help = "Choose a default title for this instance"
|
||||
bind = "title:__FINALPATH__/nitter.conf"
|
||||
[main.config.title]
|
||||
ask = "Default title"
|
||||
type = "string"
|
||||
default = "Nitter"
|
||||
help = "Choose a default title for this instance"
|
||||
bind = "title:__FINALPATH__/nitter.conf"
|
||||
|
||||
[main.config.theme]
|
||||
ask = "Default theme"
|
||||
type = "select"
|
||||
choices = ["Auto", "Black", "Mastodon", "Nitter", "Pleroma", "Twitter", "Twitter dark"]
|
||||
default = "Auto"
|
||||
help = "Choose a default theme for this instance"
|
||||
bind = "theme:__FINALPATH__/nitter.conf"
|
||||
[main.config.theme]
|
||||
ask = "Default theme"
|
||||
type = "select"
|
||||
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_reddit]
|
||||
ask = "Libreddit instance"
|
||||
type = "string"
|
||||
default = "https://libredd.it/"
|
||||
help = "Replace Reddit links with a Libreddit instance"
|
||||
bind = "replaceReddit:__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_instagram]
|
||||
ask = "Bibliogram instance"
|
||||
type = "string"
|
||||
default = "https://bibliogram.art/"
|
||||
help = "Replace Instagram links with a Bibliogram instance"
|
||||
bind = "replaceInstagram:__FINALPATH__/nitter.conf"
|
||||
[main.config.replace_reddit]
|
||||
ask = "Teddit/Libreddit instance"
|
||||
type = "string"
|
||||
default = "https://libredd.it/"
|
||||
help = "Replace Reddit links with a Teddit or Libreddit instance"
|
||||
bind = "replaceReddit:__FINALPATH__/nitter.conf"
|
||||
|
||||
[main.config.replace_instagram]
|
||||
ask = "Bibliogram instance"
|
||||
type = "string"
|
||||
default = "https://bibliogram.art/"
|
||||
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…
Reference in a new issue