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,20 +4,20 @@ 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:__INSTALL_DIR__/nitter.conf"
|
||||
[main.config.title]
|
||||
ask = "Default title"
|
||||
type = "string"
|
||||
default = "Nitter"
|
||||
help = "Choose a default title for this instance"
|
||||
bind = "title:__INSTALL_DIR__/nitter.conf"
|
||||
|
||||
[main.config.theme]
|
||||
ask = "Default theme"
|
||||
type = "select"
|
||||
choices = [
|
||||
[main.config.theme]
|
||||
ask = "Default theme"
|
||||
type = "select"
|
||||
choices = [
|
||||
"Auto",
|
||||
"Auto (Twitter)",
|
||||
"Black",
|
||||
|
@ -27,29 +27,29 @@ choices = [
|
|||
"Pleroma",
|
||||
"Twitter",
|
||||
"Twitter dark",
|
||||
]
|
||||
default = "Auto"
|
||||
help = "Choose a default theme for this instance"
|
||||
bind = "theme:__INSTALL_DIR__/nitter.conf"
|
||||
]
|
||||
default = "Auto"
|
||||
help = "Choose a default theme for this instance"
|
||||
bind = "theme:__INSTALL_DIR__/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:__INSTALL_DIR__/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:__INSTALL_DIR__/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:__INSTALL_DIR__/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:__INSTALL_DIR__/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:__INSTALL_DIR__/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:__INSTALL_DIR__/nitter.conf"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue