mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-11 18:39:45 +00:00
Add gifs to illustrate API token instructions
This commit is contained in:
parent
2e8908053c
commit
de13b09f23
BIN
assets/images/gifs/Backblaze.gif
Executable file
BIN
assets/images/gifs/Backblaze.gif
Executable file
Binary file not shown.
After Width: | Height: | Size: 2.1 MiB |
BIN
assets/images/gifs/CloudFlare.gif
Executable file
BIN
assets/images/gifs/CloudFlare.gif
Executable file
Binary file not shown.
After Width: | Height: | Size: 2.6 MiB |
BIN
assets/images/gifs/Hetzner.gif
Executable file
BIN
assets/images/gifs/Hetzner.gif
Executable file
Binary file not shown.
After Width: | Height: | Size: 3.3 MiB |
|
@ -4,3 +4,5 @@
|
|||
3. Click on the blue **Generate New Master Application Key** button.
|
||||
4. In the appeared pop-up window confirm the generation.
|
||||
5. Save _keyID_ and _applicationKey_ in the safe place. For example, in the password manager.
|
||||
|
||||
![Backblaze token setup](resource:assets/images/gifs/Backblaze.gif)
|
||||
|
|
|
@ -4,3 +4,5 @@
|
|||
3. Нажимаем на синюю кнопку **Generate New Master Application Key**.
|
||||
4. Во всплывающем окне подтверждаем генерацию.
|
||||
5. Сохраняем _keyID_ и _applicationKey_ в надёжном месте. Например в менеджере паролей.
|
||||
|
||||
![Backblaze token setup](resource:assets/images/gifs/Backblaze.gif)
|
||||
|
|
|
@ -13,3 +13,5 @@
|
|||
12. Check if you got everything right. A similar string must be present: *Domain — DNS:Edit, Zone:Read*.
|
||||
13. Click on **Create Token**.
|
||||
14. We copy the created token, and save it in a reliable place (preferably in the password manager).
|
||||
|
||||
![Cloudflare token setup](resource:assets/images/gifs/CloudFlare.gif)
|
||||
|
|
|
@ -11,3 +11,5 @@
|
|||
10. Проверяем, всё ли мы правильно выбрали. Должна присутствовать подобная строка: ваш.домен — **DNS:Edit, Zone:Read**.
|
||||
11. Нажимаем **Create Token**.
|
||||
12. Копируем созданный токен, и сохраняем его в надёжном месте (желательно — в менеджере паролей).
|
||||
|
||||
![Cloudflare token setup](resource:assets/images/gifs/CloudFlare.gif)
|
||||
|
|
|
@ -19,3 +19,5 @@
|
|||
8. Click **Generate API Token.**
|
||||
9. After that, our key will be shown. Store it in the reliable place,
|
||||
or in the password manager, which is better.
|
||||
|
||||
![Hetzner token setup](resource:assets/images/gifs/Hetzner.gif)
|
||||
|
|
|
@ -5,3 +5,5 @@
|
|||
4. Далее, в верхней части интерфейса видим примерно такой список: SSH Keys, API Tokens, Certificates, Members. Нам нужен API Tokens. Переходим по нему.
|
||||
5. В правой части интерфейса, нас будет ожидать кнопка Generate API token. Если же Вы используете мобильную версию сайта, в нижнем правом углу Вы увидите красный плюсик. Нажимаем на эту кнопку.
|
||||
6. В поле Description, даём нашему токену название (это может быть любое название, которые Вам нравиться. Сути оно не меняет.
|
||||
|
||||
![Hetzner token setup](resource:assets/images/gifs/Hetzner.gif)
|
||||
|
|
|
@ -343,8 +343,10 @@ class InitializingPage extends StatelessWidget {
|
|||
text: 'initializing.10'.tr(),
|
||||
),
|
||||
],
|
||||
SizedBox(height: 10),
|
||||
Spacer(),
|
||||
SizedBox(
|
||||
height: 10,
|
||||
width: double.infinity,
|
||||
),
|
||||
],
|
||||
);
|
||||
}),
|
||||
|
|
|
@ -61,6 +61,7 @@ flutter:
|
|||
- assets/images/
|
||||
- assets/images/onboarding/
|
||||
- assets/images/logos/
|
||||
- assets/images/gifs/
|
||||
- assets/translations/
|
||||
- assets/markdown/
|
||||
fonts:
|
||||
|
|
Loading…
Reference in a new issue