Skip to content

Commit f3d98ee

Browse files
committed
docs: update
1 parent f83731c commit f3d98ee

File tree

3 files changed

+28
-11
lines changed

3 files changed

+28
-11
lines changed

source/docs/pricing.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
1-
- 1Remote is total free for personal use with exe build
1+
- 1Remote is total free for personal use with exe build.
22
- For Microsoft Store build, you may need to pay for a lifetime license. We will give away free lifetime license for some special events.
3-
- For commercial use, please contact us at [[email protected]](mailto:[email protected])
3+
- For commercial use, I didn't decide if I will charge for it. so for now feel free to use it for your commercial, but I will not provide any support for commercial use.
44

55
All features are available on all this versions. Microsoft Store version may introduce some unique new features in the future.
66

7-
| features | exe build | Microsoft Store build |
8-
| ----------------- | --------- | --------------------- |
9-
| Update by one key |||
10-
| Other features |||
7+
| features | EXE build | Microsoft Store build |
8+
| ----------------- | ------------------------------------------------------- | ------------------------------------------------------------------------- |
9+
| Update by one key | ⛔ You have to update it manually | ✅ You can update it from store |
10+
| Other features |||
11+
| Price | Free | A litte money ($1.99) |
12+
| Download | [Download](https://github.com/1Remote/1Remote/releases) | [Microsoft Store](https://www.microsoft.com/store/productId/9PNMNF92JNFP) |
1113

12-
If you are our donator. Please contact us at [[email protected]], I will send you some free licenses❤.
14+
If you are:
15+
16+
- our donator
17+
- contributor of 1Remote
18+
19+
Please contact us at [[email protected]](mailto:[email protected]), I will send you some free licenses❤.
20+
21+
Feel free to contact me if you have any questions for these [[email protected]](mailto:[email protected]).

source/docs/usage/quick-start.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Installation
44

5-
[Download](./download.md){ .md-button }
5+
[Download](../download.md){ .md-button }
66

77
## Adding Servers
88

@@ -25,3 +25,5 @@ Press default shortcut ++alt++ + ++m++ and select server you want then press ++e
2525
- Change language: **`Setting`** -> **`General`** -> **`Language`**
2626
- Change theme: **`Setting`** -> **`Theme`** -> **`Theme`**. On this page, you can also customize your favorite color scheme.
2727
- Change SSH color scheme: **`Setting`** -> **`Protocol`** -> **`SSH`** -> **`KiTTY`** -> **`Themes`**
28+
29+
[Learn more from the **Overview**](./overview.md){ .md-button .md-button--primary .inline .auto_width}

source/docs/usage/team/team-sharing.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,28 @@
11

22
## Why
33

4-
![team](./img/team-demo.png)
5-
64
Assuming you are the team leader. In your company, you may have several servers to manage, AI Servers are for the AI team, while Web Servers are for the Web team.
75

86
A typical use case is:
97

108
- Only you and your boss have the permission to add and modify servers, while other colleagues can only view the servers listed, they are not able to edit them or see the password.
119
- AI team member can only access the AI servers, while Web team member can only access the Web servers.
1210

13-
With the help of readonly account of MySQL, 1Remote can help you manage the servers flexibly.
11+
![team](./img/team-demo.png)
12+
13+
1Remote can help you manage these servers flexibly with `Team sharing` feature.
14+
15+
In this feature, you can create two accounts in MySQL, giving them different permissions:
1416

1517
| Account | Connect | View address | Edit | Delete | View password |
1618
| ---------------------- | ------- | ------------ | ---- | ------ | ------------- |
1719
| Select permission only ||||||
1820
| Full permission ||||||
1921

22+
Your team members can connect to the same database with read-only permission, they can only view the servers, but they are not able to edit them.
23+
24+
You can connect to the same database with full permission, you can add, edit and delete servers.
25+
2026
## How
2127

2228
1. Create two accounts in MySQL, giving them different permissions:

0 commit comments

Comments
 (0)