Skip to content

Commit c737473

Browse files
Update date in json (#2992)
1 parent a9db328 commit c737473

File tree

1 file changed

+45
-45
lines changed

1 file changed

+45
-45
lines changed

json/seafile.json

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
11
{
2-
"name": "Seafile",
3-
"slug": "Seafile",
4-
"categories": [
5-
12
6-
],
7-
"date_created": "2025-02-25",
8-
"type": "ct",
9-
"updateable": false,
10-
"privileged": false,
11-
"interface_port": 8000,
12-
"documentation": "https://manual.seafile.com/11.0/deploy",
13-
"website": "https://seafile.com",
14-
"logo": "https://manual.seafile.com/11.0/media/seafile-transparent-1024.png",
15-
"description": "Seafile is an open source file sync and share platform, focusing on reliability and performance.",
16-
"install_methods": [
17-
{
18-
"type": "default",
19-
"script": "ct/seafile.sh",
20-
"resources": {
21-
"cpu": 2,
22-
"ram": 2048,
23-
"hdd": 20,
24-
"os": "debian",
25-
"version": "12"
26-
}
27-
}
28-
],
29-
"default_credentials": {
30-
"username": null,
31-
"password": null
2+
"name": "Seafile",
3+
"slug": "Seafile",
4+
"categories": [
5+
12
6+
],
7+
"date_created": "2025-03-11",
8+
"type": "ct",
9+
"updateable": false,
10+
"privileged": false,
11+
"interface_port": 8000,
12+
"documentation": "https://manual.seafile.com/11.0/deploy",
13+
"website": "https://seafile.com",
14+
"logo": "https://manual.seafile.com/11.0/media/seafile-transparent-1024.png",
15+
"description": "Seafile is an open source file sync and share platform, focusing on reliability and performance.",
16+
"install_methods": [
17+
{
18+
"type": "default",
19+
"script": "ct/seafile.sh",
20+
"resources": {
21+
"cpu": 2,
22+
"ram": 2048,
23+
"hdd": 20,
24+
"os": "debian",
25+
"version": "12"
26+
}
27+
}
28+
],
29+
"default_credentials": {
30+
"username": null,
31+
"password": null
32+
},
33+
"notes": [
34+
{
35+
"text": "Application credentials: `cat ~/seafile.creds`",
36+
"type": "info"
3237
},
33-
"notes": [
34-
{
35-
"text": "Application credentials: `cat ~/seafile.creds`",
36-
"type": "info"
37-
},
38-
{
39-
"text": "Change STORAGE_DIR value in `external-storage.sh` and run `bash external-storage.sh` to use your defined storage instead of internal.",
40-
"type": "info"
41-
},
42-
{
43-
"text": "Execute `~/domain.sh <HTTPS://YOUR_DOMAIN.COM_HERE>` to enable access to Seafile via your domain",
44-
"type": "info"
45-
}
46-
]
47-
}
38+
{
39+
"text": "Change STORAGE_DIR value in `external-storage.sh` and run `bash external-storage.sh` to use your defined storage instead of internal.",
40+
"type": "info"
41+
},
42+
{
43+
"text": "Execute `~/domain.sh <HTTPS://YOUR_DOMAIN.COM_HERE>` to enable access to Seafile via your domain",
44+
"type": "info"
45+
}
46+
]
47+
}

0 commit comments

Comments
 (0)