mirror of
https://github.com/YunoHost-Apps/nitter_ynh.git
synced 2024-09-03 19:46:24 +02:00
Update config_panel.toml
This commit is contained in:
parent
a1e3fbdb48
commit
480397efde
1 changed files with 3 additions and 0 deletions
|
@ -25,17 +25,20 @@ services = ["__APP__"]
|
|||
[main.config.replace_reddit]
|
||||
ask = "Libreddit instance"
|
||||
type = "string"
|
||||
default = "https://libredd.it/"
|
||||
help = "Replace Instagram links with a Libreddit instance"
|
||||
bind = "replaceInstagram:__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"
|
||||
|
|
Loading…
Reference in a new issue