mirror of
https://codeberg.org/aryak/mozhi
synced 2024-11-08 19:12:25 +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.projectsegfau.lt](https://translate.projectsegfau.lt) | No | Germany / USA / India | Avoro / Racknerd / Airtel |
|
||||||
| [translate.nerdvpn.de](https://translate.nerdvpn.de) | No | Ukraine | vsys.host |
|
| [translate.nerdvpn.de](https://translate.nerdvpn.de) | No | Ukraine | vsys.host |
|
||||||
| [mozhi.ducks.party](https://mozhi.ducks.party) | No | Germany | Datalix |
|
| [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.ducks.party (Tor)](http://42i2bzogwkph3dvoo2bm6srskf7vvabsphw7uzftymbjjlzgfluhnmid.onion) | No | Germany | Datalix |
|
||||||
| [mozhi.pussthecat.org](https://mozhi.pussthecat.org) | No | Germany | Hetzner |
|
| [mozhi.pussthecat.org](https://mozhi.pussthecat.org) | No | Germany | Hetzner |
|
||||||
|
| [mozhi.frontendfriendly.xyz (Tor)](http://mozhi.wsuno6lnjdcsiok5mrxvl6e2bdex7nhsqqav6ux7tkwrqiqnulejfbyd.onion) | No | USA | Hetzner |
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
- An all mode where the responses of all supported engines will be shown.
|
- An all mode where the responses of all supported engines will be shown.
|
||||||
|
@ -35,16 +35,10 @@
|
|||||||
"cloudflare": false,
|
"cloudflare": false,
|
||||||
"host": "Datalix"
|
"host": "Datalix"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"country": "Germany",
|
|
||||||
"link": "http://42i2bzogwkph3dvoo2bm6srskf7vvabsphw7uzftymbjjlzgfluhnmid.onion",
|
|
||||||
"cloudflare": false,
|
|
||||||
"host": "Datalix"
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
"country": "Germany",
|
"country": "Germany",
|
||||||
"link": "https://mozhi.pussthecat.org",
|
"link": "https://mozhi.pussthecat.org",
|
||||||
"cloudflare": false,
|
"cloudflare": false,
|
||||||
"host": "Hetzner"
|
"host": "Hetzner"
|
||||||
}
|
}
|
||||||
]
|
]
|
@ -20,7 +20,7 @@
|
|||||||
<div class="wrap languages center-area">
|
<div class="wrap languages center-area">
|
||||||
<div class="language">
|
<div class="language">
|
||||||
<select name="from" aria-label="Source language" id="sourceLanguage">
|
<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 }}>
|
<option value="{{ .Id }}" {{ if eq $.From .Id }}selected{{ end }}>
|
||||||
{{ .Name }}
|
{{ .Name }}
|
||||||
</option>
|
</option>
|
||||||
|
Loading…
Reference in New Issue
Block a user