Skip to content

Commit

Permalink
Removed teddit
Browse files Browse the repository at this point in the history
  • Loading branch information
ManeraKai committed Sep 11, 2023
1 parent 24ffa0e commit 2f5dbd1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 37 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ For anonymizing your IP, use [Lokinet](https://lokinet.org/)

Available Frontends:
- [LibReddit](https://github.com/spikecodes/libreddit)
- [Teddit](https://github.com/teddit-net/teddit)
- [Nitter](https://github.com/zedeus/nitter)
- [Rimgo](https://codeberg.org/video-prize-ranch/rimgo)
- [SimplyTranslate](https://git.sr.ht/~metalune/simplytranslate_web)
- [SimplyTranslate](https://codeberg.org/SimpleWeb/SimplyTranslate)
- [LingvaTranslate](https://github.com/TheDavidDelta/lingva-translate)
- [AnonymousOverflow](https://github.com/httpjamesm/AnonymousOverflow)
- [Dumb](https://github.com/rramiachraf/dumb)
Expand Down
5 changes: 1 addition & 4 deletions src-tauri/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ http://libremdb.localhost:8080 {
http://searxng.localhost:8080 {
reverse_proxy localhost:10052
}
http://teddit.localhost:8080 {
reverse_proxy localhost:10053
}
http://lingva_translate.localhost:8080 {
reverse_proxy localhost:10054
reverse_proxy localhost:10053
}
2 changes: 1 addition & 1 deletion src-tauri/docker_frontends/lingva.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ services:
- default_source_lang=auto
- default_target_lang=en
ports:
- 10054:3000
- 10053:3000
24 changes: 0 additions & 24 deletions src-tauri/docker_frontends/teddit.yml

This file was deleted.

10 changes: 4 additions & 6 deletions src-tauri/frontends.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@
"name": "SimplyTranslate",
"icon": "simplytranslate-icon.png",
"command_linux": "./simplytranslate_linux_x86_64",
"args": []
"args": [],
"env": [
"ADDRESS=127.0.0.1:10044"
]
},
"nitter": {
"name": "Nitter",
Expand Down Expand Up @@ -93,11 +96,6 @@
"icon": "searxng.png",
"docker": true
},
"teddit": {
"name": "Teddit",
"icon": "teddit.png",
"docker": true
},
"lingva": {
"name": "LingvaTranslate",
"icon": "lingva.png",
Expand Down

0 comments on commit 2f5dbd1

Please sign in to comment.