mirror of
https://github.com/YunoHost-Apps/nitter_ynh.git
synced 2024-09-03 19:46:24 +02:00
Fix
This commit is contained in:
parent
e979686fe5
commit
6cac6d19b3
4 changed files with 13 additions and 3 deletions
|
@ -46,13 +46,13 @@ services = ["__APP__"]
|
|||
help = "Proxy Twitter videos through Nitter by default"
|
||||
bind = "Scanner.Extractor:__FINALPATH__/nitter.conf"
|
||||
|
||||
[main.config.$replace_reddit]
|
||||
[main.config.replace_reddit]
|
||||
ask = "Libreddit instance"
|
||||
type = "string"
|
||||
help = "Replace Instagram links with a Libreddit instance"
|
||||
bind = "replaceInstagram:__FINALPATH__/nitter.conf"
|
||||
|
||||
[main.config.$replace_instagram]
|
||||
[main.config.replace_instagram]
|
||||
ask = "Bibliogram instance"
|
||||
type = "string"
|
||||
help = "Replace Instagram links with a Bibliogram instance"
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
### Configuration
|
||||
|
||||
Nitter config file is stored in `/opt/yunohost/nitter/nitter.conf` (for the first instance, subsequent installs will go in `nitter__2`, `nitter__3`, etc). Users can override the defaults and set custom settings at `https://instance-domain.tld/settings`.
|
BIN
doc/screenshots/screenshot.png
Normal file
BIN
doc/screenshots/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 957 KiB |
|
@ -8,13 +8,20 @@
|
|||
},
|
||||
"version": "2022.02.11~ynh1",
|
||||
"url": "https://github.com/zedeus/nitter",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0-only",
|
||||
"website": "https://nitter.net/",
|
||||
"demo": "https://nitter.net/",
|
||||
"admindoc": "https://github.com/zedeus/nitter/wiki",
|
||||
"code": "https://github.com/zedeus/nitter"
|
||||
},
|
||||
"license": "AGPL-3.0-only",
|
||||
"maintainer": {
|
||||
"name": "Jules Bertholet",
|
||||
"email": "jules.bertholet@gmail.com"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.1.3"
|
||||
"yunohost": ">= 4.3.0"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
|
|
Loading…
Reference in a new issue