mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-04 16:03:13 +00:00
Translated using Weblate (Slovak)
Currently translated at 100.0% (8 of 8 strings) Translation: SelfPrivacy/SelfPrivacy App Markdown: how_fallback_terminal Translate-URL: http://weblate.selfprivacy.org/projects/selfprivacy/selfprivacy-app-markdown-how_fallback_terminal/sk/
This commit is contained in:
parent
715255de81
commit
cc36bc2aa0
|
@ -1,26 +1,26 @@
|
||||||
In the Hetzner server control panel, go to the **Rescue** tab. Then, click on **Enable rescue & power cycle**.
|
V ovládacom paneli servera Hetzner prejdite na kartu **Rescue**. Potom kliknite na **Enable rescue & power cycle**.
|
||||||
|
|
||||||
In *Choose a Recue OS* select **linux64**, and in *SSH Key* select your key if it has been added to your Hetzner account.
|
V časti *Choose a Recue OS* vyberte **linux64** a v časti *SSH Key* vyberte svoj kľúč, ak bol pridaný do vášho účtu Hetzner.
|
||||||
|
|
||||||
Click **Enable rescue & power cycle** and wait for the server to reboot. The login and password will be displayed on the screen. Login to the root user using your login and password information.
|
Stlačte tlačidlo **Enable rescue & power cycle** a počkajte, kým sa server reštartuje. Zobrazí sa prihlasovacie heslo. Prihláste sa ako používateľ root pomocou prihlasovacích údajov a hesla.
|
||||||
|
|
||||||
Mount your server file system and see the contents of the token file:
|
Pripojte súborový systém servera a pozrite si obsah súboru token:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
mount /dev/sda1 /mnt
|
mount /dev/sda1 /mnt
|
||||||
cat /mnt/etc/nixos/userdata/tokens.json
|
cat /mnt/etc/nixos/userdata/tokens.json
|
||||||
```
|
```
|
||||||
|
|
||||||
This file will have a similar construction:
|
V tomto súbore bude podobný dizajn:
|
||||||
|
|
||||||
```json
|
``json
|
||||||
{
|
{
|
||||||
"tokens": [
|
{"tokens": [
|
||||||
{
|
{
|
||||||
"token": "token_to_copy",
|
{"token": "token_which_has_been_scoped",
|
||||||
"name": "device_name",
|
{"name": "device_name",
|
||||||
"date": "date"
|
{"date": "date"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Copy the token from the file and paste it in the next window.
|
Skopírujte token zo súboru a vložte ho do ďalšieho okna.
|
||||||
|
|
Loading…
Reference in a new issue