From e793a9a55791f320d6c91b11d3ed3c80f63d108c Mon Sep 17 00:00:00 2001 From: NaiJi Date: Tue, 14 Jun 2022 19:26:54 +0300 Subject: [PATCH] Document 0.6.0 features --- src/en/en/src/SUMMARY.md | 6 ++++-- src/en/en/src/devices.md | 18 ++++++++++++++++++ src/en/en/src/restore.md | 6 ++++++ src/ru/src/SUMMARY.md | 4 +++- src/ru/src/devices.md | 18 ++++++++++++++++++ src/ru/src/install.md | 2 +- src/ru/src/restore.md | 6 ++++++ 7 files changed, 56 insertions(+), 4 deletions(-) create mode 100644 src/en/en/src/devices.md create mode 100644 src/en/en/src/restore.md create mode 100644 src/ru/src/devices.md create mode 100644 src/ru/src/restore.md diff --git a/src/en/en/src/SUMMARY.md b/src/en/en/src/SUMMARY.md index 075b24f..8f48d0c 100644 --- a/src/en/en/src/SUMMARY.md +++ b/src/en/en/src/SUMMARY.md @@ -7,7 +7,7 @@ - [Team](team.md) - [Policy](policy.md) -# About project +# About the project - [Features](features.md) - [Architecture](arch.md) - [Roadmap](roadmap.md) @@ -19,9 +19,10 @@ - [Marketing](marketing.md) - [DevOps](deploy.md) -# to the user +# For users - [Pre-install](pre-install.md) - [Install](install.md) +- [Devices](devices.md) - [Services](services.md) - [E-mail](email.md) - [Messenger - Delta.Chat](messenger.md) @@ -30,6 +31,7 @@ - [File cloud - Nextcloud](cloud.md) - [VPN - openConnect](vpn.md) - [Password manager - bitwarden](pass.md) +- [Restore](restore.md) # Support the project - [Donation](donation.md) diff --git a/src/en/en/src/devices.md b/src/en/en/src/devices.md new file mode 100644 index 0000000..998e5fc --- /dev/null +++ b/src/en/en/src/devices.md @@ -0,0 +1,18 @@ +# Authorization of new devices + +1. Launch the installed application on open the **More** tab on the navigation panel +2. Open **Devices** +3. Choose **Authorize new device** +4. Save the generated key somehow somewhere +5. Launch the application on another device that you want to authorize +6. When on installation page choose **Connect to an existing server** +7. Enter the domain from the application where you've just generated your key +8. Choose **I have access on another device** +9. Confirm that you've followed all the instructions and have the authorization key +10. Enter the key +11. Enter your **Hetzner API Token** ([*here*](pre-install.md#hetzner) *about Hetzner*) +12. Enter your **CloudFlare API Token** ([*here*](pre-install.md#cloudflare) *about CloudFlare*) +13. Enter your **Backblaze KeyID** и **Master Application Key** ([*here*](pre-install.md#backblaze) *about Backblaze*) +14. Confirm and wait for all the processes to complete + +Done!! Your new device is authorized and ready! \ No newline at end of file diff --git a/src/en/en/src/restore.md b/src/en/en/src/restore.md new file mode 100644 index 0000000..c2659e5 --- /dev/null +++ b/src/en/en/src/restore.md @@ -0,0 +1,6 @@ +# Restore access + +1. Launch the application on a device where you want to restore your access to the server +2. When on installation page choose **Connect to an existing server** +3. Enter your domain +4. Pick the first option that fits into your circumstances and thoroughly follow the provided instructions \ No newline at end of file diff --git a/src/ru/src/SUMMARY.md b/src/ru/src/SUMMARY.md index 73fe539..d2450a7 100644 --- a/src/ru/src/SUMMARY.md +++ b/src/ru/src/SUMMARY.md @@ -22,6 +22,7 @@ # Пользователю - [Предустановка](pre-install.md) - [Установка](install.md) +- [Устройства](devices.md) - [Сервисы](services.md) - [Электронная почта](email.md) - [Мессенджер - Delta.Chat](messenger.md) @@ -30,8 +31,9 @@ - [Файловое облако - Nextcloud](cloud.md) - [VPN - openConnect](vpn.md) - [Менеджер паролей - bitwarden](pass.md) +- [Восстановление](restore.md) -# Поддержать проект +# Поддержка - [Пожертвования](donation.md) - [Волонтерам](volunteers.md) - [Фондам](fonds.md) diff --git a/src/ru/src/devices.md b/src/ru/src/devices.md new file mode 100644 index 0000000..375faf9 --- /dev/null +++ b/src/ru/src/devices.md @@ -0,0 +1,18 @@ +# Авторизация устройств + +1. Запускаем приложение и на панели навигации переходим на четвёртую вкладку **Ещё** +2. Переходим в пункт меню **Устройства** +3. Нажимаем на кнопку **Авторизовать новое устройство** +4. Сохраняем сгенерированный ключ каким угодно способом +5. На другом устройстве, которое хотим авторизовать, запускаем приложение +6. В открывшемся меню установки нажимаем **Подкючиться к существующему серверу** +7. Вводим домен, совпадающим с доменом авторизованного сервера из приложения, откуда только что был скопирован ключ +8. Нажимаем на кнопку **У меня есть доступ на другом устройстве** +9. Подтверждаем, что выполнили инструкцию и токен вам доступен токен авторизации +10. Вводим токен авторизации +11. Вводим **Hetzner API Token** ([*здесь*](pre-install.md#hetzner) *подробнее о Hetzner*) +12. Вводим **CloudFlare API Token** ([*здесь*](pre-install.md#cloudflare) *подробнее о CloudFlare*) +13. Вводим **Backblaze KeyID** и **Master Application Key** ([*здесь*](pre-install.md#backblaze) *подробнее о Backblaze*) +14. Подтверждаем и ожидаем выполнения всех проверок (*наша команда работает над ускорением данного процесса*). + +ГОТОВО. Теперь приложение на новом устройстве настроено и готово к использованию. \ No newline at end of file diff --git a/src/ru/src/install.md b/src/ru/src/install.md index 25f1eb7..d4c71c9 100644 --- a/src/ru/src/install.md +++ b/src/ru/src/install.md @@ -17,4 +17,4 @@ 14. Нажимаем на кнопку **Создать сервер** 15. Ожидаем выполнения всех проверок (*наша команда работает над ускорением данного процесса*). -ГОТОВО. Теперь приложение настроено и готова к использованию. \ No newline at end of file +ГОТОВО. Теперь приложение настроено и готово к использованию. \ No newline at end of file diff --git a/src/ru/src/restore.md b/src/ru/src/restore.md new file mode 100644 index 0000000..e04f821 --- /dev/null +++ b/src/ru/src/restore.md @@ -0,0 +1,6 @@ +# Восстановление доступа + +1. Запускаем приложение на устройстве, которому хотим восстановить доступ +2. В открывшемся меню установки нажимаем **Подкючиться к существующему серверу** +3. Вводим нужный домен +4. Выбираем первую подходящую по обстоятельствам опцию и тщательно следуем её инструкциям \ No newline at end of file