Skip to content

Commit a9360ea

Browse files
committed
bring footer.md back
1 parent c168558 commit a9360ea

27 files changed

+83
-18
lines changed

source/docs/about.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ If you like this app, please help us make it stronger by doing any of the follow
2222
2. [Help translation](./usage/msic/help-translation.md)
2323
3. [Buy a coffee](https://ko-fi.com/VShawn)
2424
4. [Join DEV](https://github.com/1Remote/1Remote/blob/1Remote_dev/DEVELOP.md)
25+
26+
{% include 'footer.md' %}

source/docs/download.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ hide: [navigation]
2929

3030
<!-- - Using [Winget](https://github.com/microsoft/winget-cli): `winget install premotem`
3131
- [Chocolatey](https://chocolatey.org/packages/premotem): `choco install premotem` -->
32+
33+
{% include 'footer.md' %}

source/docs/index copy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@
3030
- Sharing sessions in a small team via MySQL.
3131
- Portable mode supported.
3232

33+
{% include 'footer.md' %}

source/docs/pricing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
21
---
32
hide: [toc, navigation]
43
---
54

6-
# Pricing
75
!!! note
86
- The exe version of 1Remote on GitHub is **completely free** for personal use.
97
- For Microsoft Store build, you may need to pay for a lifetime license.
@@ -27,3 +25,5 @@ If you are:
2725
Please contact us at [[email protected]](mailto:[email protected]), I will send you some free licenses💖.
2826

2927
Feel free to contact me if you have any questions for these [[email protected]](mailto:[email protected]).
28+
29+
{% include 'footer.md' %}

source/docs/privacy-policy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,6 @@ This policy is effective as of 2020-11-30
5252

5353
## Contact Us
5454

55-
If you have any questions or suggestions about my Privacy Policy, do not hesitate to contact me at [email protected].
55+
If you have any questions or suggestions about my Privacy Policy, do not hesitate to contact me at [email protected].
56+
57+
{% include 'footer.md' %}

source/docs/usage/alternative-credential.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@ If you got **`Automatic address switching`** enabled, 1Remote will automatically
4040
![multi-credential-detecting](img/multi-credential-detecting.jpg)
4141

4242
You **have no need** to switch the address to WLAN manually when you are outside:).
43+
44+
45+
{% include 'footer.md' %}

source/docs/usage/database/data-synchronization.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,6 @@ Using a MySQL database is a more professional way to synchronize data. When serv
4949
2. Click the **`Edit`** button to the right of the "Local" database in the **`Database`** tab, then click the **`Select`** button in the pop-up window and choose the database file you moved to the sync folder. Save the changes.
5050
3. The app will check whether the database file has changed every once in a while. If changes are detected, the file will be automatically synchronized to the database.
5151
4. (Note: This app does not use concurrency locks on the data, so if you modify the database on multiple devices at the same time, data loss may occur. Please try to avoid this situation.) -->
52+
53+
{% include 'footer.md' %}
54+

source/docs/usage/database/security.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Since this program is a resident background app that starts a session through th
1010

1111
### What we provide
1212

13-
For the data sync / sharing reason, 1Remote only provide a basic string encryption in database (account, password, etc.). So it is recommended to enable hard disk encryption (like [Bitlocker](https://docs.microsoft.com/en-us/windows/security/information-protection/)etc.) to ensure that event when the 1Remote database is leaked or the hard disk is cracked physically, the theft will get nothings.
13+
For the data sync / sharing reason, 1Remote only provide a basic string encryption in database (account, password, etc.). So it is recommended to enable hard disk encryption (like [Bitlocker](https://docs.microsoft.com/en-us/windows/security/information-protection/)) to ensure that event when the 1Remote database is leaked or the hard disk is cracked physically, the theft will get nothings.
1414

1515
## Summary
1616

@@ -30,9 +30,12 @@ For the data sync / sharing reason, 1Remote only provide a basic string encrypti
3030

3131
#### 我们提供的加密功能
3232

33-
考虑到数据同步、共享等因素,我们只提供了数据库的中基础数据的加密功能(账号、密码等)这并不完全保险,推荐开启硬盘加密(like [Bitlocker](https://docs.microsoft.com/en-us/windows/security/information-protection/)etc.) 。以确保即便 1Remote 数据库被泄露,或计算机硬盘遭到物理破解时,盗窃者依旧无法获取到其中的机密。
33+
考虑到数据同步、共享等因素,我们只提供了数据库的中基础数据的加密功能(账号、密码等)这并不完全保险,推荐开启硬盘加密(like [Bitlocker](https://docs.microsoft.com/en-us/windows/security/information-protection/)) 。以确保即便 1Remote 数据库被泄露,或计算机硬盘遭到物理破解时,盗窃者依旧无法获取到其中的机密。
3434

3535
#### 总结
3636

3737
- 确保每次离开电脑后,系统都会被锁。
3838
- (**推荐**) 开启 BitLocker in Windows 10。
39+
40+
{% include 'footer.md' %}
41+

source/docs/usage/database/use-online-database.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,6 @@ Specifically:
4747
5. Go back to the main page of 1Remote and click the **`+`** button in the upper right corner to add a new server configuration to the newly added database.
4848
6. Create a new account named session_user in MySQL and only grant it select permission to the session_ai database. Distribute this account to your team members so that they can read the server configuration stored in the session_ai database but cannot view or modify their passwords.
4949
7. Noted: 1Remote updates data by querying periodically. Therefore, when you modify server information, other users may need to wait for several seconds before they can get the latest data. -->
50+
51+
{% include 'footer.md' %}
52+

source/docs/usage/launcher/basic.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ If you write a note for the server, you can use the ++left++ arrow key to show t
2828
Or simply click the note icon.
2929

3030
![launcher-show-note](img/launcher-show-note.gif)
31+
32+
{% include 'footer.md' %}
33+

0 commit comments

Comments
 (0)