You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user_guide.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@
4
4
5
5
There are only three roles:
6
6
7
-
- Guest: unauthenticated user.
8
-
- User: authenticated user.
9
-
- Admin: authenticated user with admin privileges.
7
+
-`Guest`: unauthenticated user.
8
+
-`User`: authenticated user.
9
+
-`Admin`: authenticated user with admin privileges.
10
10
11
11
> **NOTICE**: there is only one "admin" and it's the account of the first registered user.
12
12
@@ -22,17 +22,22 @@ You can add a PNG image with:
22
22

23
23
```
24
24
25
-
The image will be proxied by the backend. This means that the image will be downloaded by the backend and served by the backend itself. The backend will cache the image but
26
-
you have to make sure that the image is available at the URL you provided.
25
+
The image will be proxied by the backend. This means that the image will be downloaded by the backend and served by the backend itself. The backend will cache the image but you have to make sure that the image is available at the URL you provided.
27
26
28
27
## Categories
29
28
30
29
Torrents can have only one category. You have to assign a category to your torrent when you upload it.
31
30
32
-
If the "admin" deletes the category sued by a torrent, the torrent category will be set to `null`.
31
+
If the "admin" deletes the category used by a torrent, the torrent category will be set to `null`.
33
32
34
33
## Tags
35
34
36
35
Torrents can have multiple tags. You can assign tags to your torrent when you upload it. Tags are created by the "admin" and users can only choose from the existing tags.
37
36
38
37
If the "admin" deletes a tag, the tag will be removed from all the torrents that use it.
38
+
39
+
## Notes
40
+
41
+
- The application does not support [BitTorrent Version 2][BEP_52].
0 commit comments