Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 2f5dbd1

Browse files
committed
Removed teddit
1 parent 24ffa0e commit 2f5dbd1

File tree

5 files changed

+7
-37
lines changed

5 files changed

+7
-37
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ For anonymizing your IP, use [Lokinet](https://lokinet.org/)
77

88
Available Frontends:
99
- [LibReddit](https://github.com/spikecodes/libreddit)
10-
- [Teddit](https://github.com/teddit-net/teddit)
1110
- [Nitter](https://github.com/zedeus/nitter)
1211
- [Rimgo](https://codeberg.org/video-prize-ranch/rimgo)
13-
- [SimplyTranslate](https://git.sr.ht/~metalune/simplytranslate_web)
12+
- [SimplyTranslate](https://codeberg.org/SimpleWeb/SimplyTranslate)
1413
- [LingvaTranslate](https://github.com/TheDavidDelta/lingva-translate)
1514
- [AnonymousOverflow](https://github.com/httpjamesm/AnonymousOverflow)
1615
- [Dumb](https://github.com/rramiachraf/dumb)

src-tauri/Caddyfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ http://libremdb.localhost:8080 {
3737
http://searxng.localhost:8080 {
3838
reverse_proxy localhost:10052
3939
}
40-
http://teddit.localhost:8080 {
41-
reverse_proxy localhost:10053
42-
}
4340
http://lingva_translate.localhost:8080 {
44-
reverse_proxy localhost:10054
41+
reverse_proxy localhost:10053
4542
}

src-tauri/docker_frontends/lingva.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ services:
1111
- default_source_lang=auto
1212
- default_target_lang=en
1313
ports:
14-
- 10054:3000
14+
- 10053:3000

src-tauri/docker_frontends/teddit.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

src-tauri/frontends.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@
4848
"name": "SimplyTranslate",
4949
"icon": "simplytranslate-icon.png",
5050
"command_linux": "./simplytranslate_linux_x86_64",
51-
"args": []
51+
"args": [],
52+
"env": [
53+
"ADDRESS=127.0.0.1:10044"
54+
]
5255
},
5356
"nitter": {
5457
"name": "Nitter",
@@ -93,11 +96,6 @@
9396
"icon": "searxng.png",
9497
"docker": true
9598
},
96-
"teddit": {
97-
"name": "Teddit",
98-
"icon": "teddit.png",
99-
"docker": true
100-
},
10199
"lingva": {
102100
"name": "LingvaTranslate",
103101
"icon": "lingva.png",

0 commit comments

Comments
 (0)