Skip to content

Commit 2f8d566

Browse files
committed
Add warning to new users
1 parent 64595b0 commit 2f8d566

File tree

1 file changed

+41
-37
lines changed

1 file changed

+41
-37
lines changed
Lines changed: 41 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,44 @@
11
{
2-
"name": "Suwayomi-Server",
3-
"slug": "suwayomi-server",
4-
"categories": [
5-
13
6-
],
7-
"date_created": "2025-02-07",
8-
"type": "ct",
9-
"updateable": true,
10-
"privileged": false,
11-
"interface_port": 4567,
12-
"documentation": "https://github.com/Suwayomi/Suwayomi-Server/wiki",
13-
"website": "https://github.com/Suwayomi/Suwayomi-Server",
14-
"logo": "https://github.com/Suwayomi/Suwayomi-Server/raw/master/server/src/main/resources/icon/faviconlogo.png",
15-
"config_path": "",
16-
"description": "A free and open source manga reader server that runs extensions built for Mihon (Tachiyomi).",
17-
"install_methods": [
18-
{
19-
"type": "default",
20-
"script": "ct/suwayomiserver.sh",
21-
"resources": {
22-
"cpu": 1,
23-
"ram": 1024,
24-
"hdd": 4,
25-
"os": "debian",
26-
"version": "12"
27-
}
28-
}
29-
],
30-
"default_credentials": {
31-
"username": null,
32-
"password": null
2+
"name": "Suwayomi-Server",
3+
"slug": "suwayomi-server",
4+
"categories": [
5+
13
6+
],
7+
"date_created": "2025-02-07",
8+
"type": "ct",
9+
"updateable": true,
10+
"privileged": false,
11+
"interface_port": 4567,
12+
"documentation": "https://github.com/Suwayomi/Suwayomi-Server/wiki",
13+
"website": "https://github.com/Suwayomi/Suwayomi-Server",
14+
"logo": "https://github.com/Suwayomi/Suwayomi-Server/raw/master/server/src/main/resources/icon/faviconlogo.png",
15+
"config_path": "",
16+
"description": "A free and open source manga reader server that runs extensions built for Mihon (Tachiyomi).",
17+
"install_methods": [
18+
{
19+
"type": "default",
20+
"script": "ct/suwayomiserver.sh",
21+
"resources": {
22+
"cpu": 1,
23+
"ram": 1024,
24+
"hdd": 4,
25+
"os": "debian",
26+
"version": "12"
27+
}
28+
}
29+
],
30+
"default_credentials": {
31+
"username": null,
32+
"password": null
33+
},
34+
"notes": [
35+
{
36+
"text": "The script is currently non-working because developers switched to a Java runtime that is on Debian SID repo. As we don't support unstable repos/apps, we are waiting for a fix from developers. Check out `https://github.com/Suwayomi/Suwayomi-Server/issues/1352` for more.",
37+
"type": "warning"
3338
},
34-
"notes": [
35-
{
36-
"text": "This application is conflicting with Kaspersky products. You need to disable Kaspersky in order to use this application.",
37-
"type": "info"
38-
}
39-
]
39+
{
40+
"text": "This application is conflicting with Kaspersky products. You need to disable Kaspersky in order to use this application.",
41+
"type": "info"
42+
}
43+
]
4044
}

0 commit comments

Comments
 (0)