mirror of
https://codeberg.org/aryak/mozhi
synced 2024-11-08 20:32:23 +05:30
add frontendfirendly instance (closes #42)
This commit is contained in:
parent
8bb5f19af0
commit
16813c4db5
@ -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.
|
||||
|
@ -35,12 +35,6 @@
|
||||
"cloudflare": false,
|
||||
"host": "Datalix"
|
||||
},
|
||||
{
|
||||
"country": "Germany",
|
||||
"link": "http://42i2bzogwkph3dvoo2bm6srskf7vvabsphw7uzftymbjjlzgfluhnmid.onion",
|
||||
"cloudflare": false,
|
||||
"host": "Datalix"
|
||||
}
|
||||
{
|
||||
"country": "Germany",
|
||||
"link": "https://mozhi.pussthecat.org",
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user