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
6772b2d802
commit
8b798a8d0d
1 changed files with 43 additions and 43 deletions
|
@ -4,52 +4,52 @@ version = "1.0"
|
||||||
name = "Nitter configuration"
|
name = "Nitter configuration"
|
||||||
services = ["__APP__"]
|
services = ["__APP__"]
|
||||||
|
|
||||||
[main.config]
|
[main.config]
|
||||||
name = "Configuration Options"
|
name = "Configuration Options"
|
||||||
|
|
||||||
[main.config.title]
|
[main.config.title]
|
||||||
ask = "Default title"
|
ask = "Default title"
|
||||||
type = "string"
|
type = "string"
|
||||||
default = "Nitter"
|
default = "Nitter"
|
||||||
help = "Choose a default title for this instance"
|
help = "Choose a default title for this instance"
|
||||||
bind = "title:__INSTALL_DIR__/nitter.conf"
|
bind = "title:__INSTALL_DIR__/nitter.conf"
|
||||||
|
|
||||||
[main.config.theme]
|
[main.config.theme]
|
||||||
ask = "Default theme"
|
ask = "Default theme"
|
||||||
type = "select"
|
type = "select"
|
||||||
choices = [
|
choices = [
|
||||||
"Auto",
|
"Auto",
|
||||||
"Auto (Twitter)",
|
"Auto (Twitter)",
|
||||||
"Black",
|
"Black",
|
||||||
"Dracula",
|
"Dracula",
|
||||||
"Mastodon",
|
"Mastodon",
|
||||||
"Nitter",
|
"Nitter",
|
||||||
"Pleroma",
|
"Pleroma",
|
||||||
"Twitter",
|
"Twitter",
|
||||||
"Twitter dark",
|
"Twitter dark",
|
||||||
]
|
]
|
||||||
default = "Auto"
|
default = "Auto"
|
||||||
help = "Choose a default theme for this instance"
|
help = "Choose a default theme for this instance"
|
||||||
bind = "theme:__INSTALL_DIR__/nitter.conf"
|
bind = "theme:__INSTALL_DIR__/nitter.conf"
|
||||||
|
|
||||||
[main.config.replace_youtube]
|
[main.config.replace_youtube]
|
||||||
ask = "Piped/Invidious instance"
|
ask = "Piped/Invidious instance"
|
||||||
type = "string"
|
type = "string"
|
||||||
default = "https://invidious.fdn.fr/"
|
default = "https://invidious.fdn.fr/"
|
||||||
help = "Replace YouTube links with a Piped or Invidious instance"
|
help = "Replace YouTube links with a Piped or Invidious instance"
|
||||||
bind = "replaceYouTube:__INSTALL_DIR__/nitter.conf"
|
bind = "replaceYouTube:__INSTALL_DIR__/nitter.conf"
|
||||||
|
|
||||||
[main.config.replace_reddit]
|
[main.config.replace_reddit]
|
||||||
ask = "Teddit/Libreddit instance"
|
ask = "Teddit/Libreddit instance"
|
||||||
type = "string"
|
type = "string"
|
||||||
default = "https://libredd.it/"
|
default = "https://libredd.it/"
|
||||||
help = "Replace Reddit links with a Teddit or Libreddit instance"
|
help = "Replace Reddit links with a Teddit or Libreddit instance"
|
||||||
bind = "replaceReddit:__INSTALL_DIR__/nitter.conf"
|
bind = "replaceReddit:__INSTALL_DIR__/nitter.conf"
|
||||||
|
|
||||||
[main.config.replace_instagram]
|
[main.config.replace_instagram]
|
||||||
ask = "Bibliogram instance"
|
ask = "Bibliogram instance"
|
||||||
type = "string"
|
type = "string"
|
||||||
default = "https://bibliogram.art/"
|
default = "https://bibliogram.art/"
|
||||||
help = "Replace Instagram links with a Bibliogram instance"
|
help = "Replace Instagram links with a Bibliogram instance"
|
||||||
bind = "replaceInstagram:__INSTALL_DIR__/nitter.conf"
|
bind = "replaceInstagram:__INSTALL_DIR__/nitter.conf"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue