add frontendfirendly instance (closes #42)
Some checks failed
mozhi pipeline / Push Docker image to Codeberg docker registry (push) Failing after 14m26s
mozhi pipeline / Build and publish artifacts (push) Failing after 14m18s

This commit is contained in:
Arya 2024-06-27 20:03:04 +05:30
parent 8bb5f19af0
commit 16813c4db5
Signed by: arya
GPG Key ID: 842D12BDA50DF120
3 changed files with 4 additions and 8 deletions

View File

@ -75,8 +75,10 @@ These envvars turn off/on engines. By default all of them are enabled.
| [translate.projectsegfau.lt](https://translate.projectsegfau.lt) | No | Germany / USA / India | Avoro / Racknerd / Airtel |
| [translate.nerdvpn.de](https://translate.nerdvpn.de) | No | Ukraine | vsys.host |
| [mozhi.ducks.party](https://mozhi.ducks.party) | No | Germany | Datalix |
| [mozhi.frontendfriendly.xyz](https://mozhi.frontendfriendly.xyz) | No | USA | Hetzner |
| [mozhi.ducks.party (Tor)](http://42i2bzogwkph3dvoo2bm6srskf7vvabsphw7uzftymbjjlzgfluhnmid.onion) | No | Germany | Datalix |
| [mozhi.pussthecat.org](https://mozhi.pussthecat.org) | No | Germany | Hetzner |
| [mozhi.frontendfriendly.xyz (Tor)](http://mozhi.wsuno6lnjdcsiok5mrxvl6e2bdex7nhsqqav6ux7tkwrqiqnulejfbyd.onion) | No | USA | Hetzner |
## Features
- An all mode where the responses of all supported engines will be shown.

View File

@ -35,16 +35,10 @@
"cloudflare": false,
"host": "Datalix"
},
{
"country": "Germany",
"link": "http://42i2bzogwkph3dvoo2bm6srskf7vvabsphw7uzftymbjjlzgfluhnmid.onion",
"cloudflare": false,
"host": "Datalix"
}
{
"country": "Germany",
"link": "https://mozhi.pussthecat.org",
"cloudflare": false,
"host": "Hetzner"
}
]
]

View File

@ -20,7 +20,7 @@
<div class="wrap languages center-area">
<div class="language">
<select name="from" aria-label="Source language" id="sourceLanguage">
{{ range $key, $value := .SourceLanguages }} {{ if $.From }}
{{ range $key, $value := .SourceLanguages }} {{ if eq $.From "" }}
<option value="{{ .Id }}" {{ if eq $.From .Id }}selected{{ end }}>
{{ .Name }}
</option>