File tree Expand file tree Collapse file tree 4 files changed +21
-6
lines changed Expand file tree Collapse file tree 4 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 21
21
</div >
22
22
23
23
<p align =" center " >
24
+ <a href="https://ryot.io/features" target="_blank">Pro features</a> •
24
25
<a href="https://docs.ryot.io" target="_blank">Installation</a> •
25
26
<a href="https://docs.ryot.io/configuration" target="_blank">Configuration</a> •
26
27
<a href="https://app.ryot.io" target="_blank">Hosted version</a>
@@ -36,6 +37,12 @@ hosted tracker you will ever need!
36
37
If you were using ` v5.* ` of Ryot, please read the
37
38
[ migration guide] ( https://docs.ryot.io/migration#from-v5-to-v6 ) for instructions.
38
39
40
+ ## Pro version
41
+
42
+ Ryot is available in two versions - community and pro. The pro version has additional
43
+ features like recommendations, supercharged collections etc. Learn more about the pro
44
+ version [ here] ( https://ryot.io/features ) .
45
+
39
46
## 💻 Demo
40
47
41
48
You can use the demo account on the Ryot website. Login with the username ` demo ` and
Original file line number Diff line number Diff line change 29
29
{ "label" : " Prices" , "href" : " /#pricing-section" },
30
30
{ "label" : " Features" , "href" : " /features" },
31
31
{ "label" : " Contact" , "href" : " /#contact-section" },
32
- { "label" : " Documentation" , "href" : " https://docs.ryot.io" },
33
- { "label" : " Terms of Service" , "href" : " /terms" }
32
+ { "label" : " Documentation" , "href" : " https://docs.ryot.io" }
34
33
]
35
34
},
36
35
"heroData" : {
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ const data = await getLandingData();
30
30
media consumption. They are refreshed every hour.
31
31
</p >
32
32
<img
33
- src =" images/features/recommendations.png"
33
+ src =" / images/features/recommendations.png"
34
34
class =" lg:w-[600px] border rounded-lg shadow-lg"
35
35
/>
36
36
</div >
@@ -43,7 +43,7 @@ const data = await getLandingData();
43
43
class =" gap-y-5 flex flex-col items-center justify-between md:gap-x-10 md:flex-row"
44
44
>
45
45
<img
46
- src =" images/features/add-to-others-collection.png"
46
+ src =" / images/features/add-to-others-collection.png"
47
47
class =" lg:w-[600px] border rounded-lg shadow-lg"
48
48
/>
49
49
<ul class =" list-disc list-inside" >
Original file line number Diff line number Diff line change 2
2
3
3
Images are also available on the Github Container Registry as ` ghcr.io/ignisda/ryot-pro ` .
4
4
If you would like to run the pro version, you need to provide a ` SERVER_PRO_KEY `
5
- environment variable. To see the features of the pro version, check the [ main website ] ({{
6
- extra.main_website_url }}/features).
5
+ environment variable. To see the features of the pro version, check the [ features
6
+ page ] ({{ extra.main_website_url }}/features).
7
7
8
8
``` yaml
9
9
services :
@@ -36,3 +36,12 @@ volumes:
36
36
!!! info
37
37
38
38
The first user you register is automatically set as admin of the instance.
39
+
40
+ ## Upgrading to Pro
41
+
42
+ To upgrade to the pro version, you need to provide a ` SERVER_PRO_KEY` environment variable.
43
+ You can get a key by contacting us via the [main website]({{ extra.main_website_url }}).
44
+
45
+ Once you have the key, you can set it in the `docker-compose.yml` file as shown above.
46
+ Please note that the pro version is not backwards compatible with the community version, so
47
+ sure to backup your data before upgrading.
You can’t perform that action at this time.
0 commit comments