Skip to content

Commit 6a60704

Browse files
Update date in json (#2693)
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
1 parent cd40beb commit 6a60704

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

json/bytestash.json

+33-33
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
{
2-
"name": "ByteStash",
3-
"slug": "bytestash",
4-
"categories": [
5-
20
6-
],
7-
"date_created": "2024-12-20",
8-
"type": "ct",
9-
"updateable": true,
10-
"privileged": false,
11-
"interface_port": 3000,
12-
"documentation": "https://github.com/jordan-dalby/ByteStash/wiki",
13-
"website": "https://github.com/jordan-dalby/ByteStash",
14-
"logo": "https://raw.githubusercontent.com/jordan-dalby/ByteStash/refs/heads/main/client/public/logo192.png",
15-
"description": "ByteStash is a self-hosted web application designed to store, organise, and manage your code snippets efficiently. With support for creating, editing, and filtering snippets, ByteStash helps you keep track of your code in one secure place.",
16-
"install_methods": [
17-
{
18-
"type": "default",
19-
"script": "ct/bytestash.sh",
20-
"resources": {
21-
"cpu": 1,
22-
"ram": 1024,
23-
"hdd": 4,
24-
"os": "debian",
25-
"version": "12"
26-
}
27-
}
28-
],
29-
"default_credentials": {
30-
"username": null,
31-
"password": null
32-
},
33-
"notes": []
34-
}
2+
"name": "ByteStash",
3+
"slug": "bytestash",
4+
"categories": [
5+
20
6+
],
7+
"date_created": "2025-02-27",
8+
"type": "ct",
9+
"updateable": true,
10+
"privileged": false,
11+
"interface_port": 3000,
12+
"documentation": "https://github.com/jordan-dalby/ByteStash/wiki",
13+
"website": "https://github.com/jordan-dalby/ByteStash",
14+
"logo": "https://raw.githubusercontent.com/jordan-dalby/ByteStash/refs/heads/main/client/public/logo192.png",
15+
"description": "ByteStash is a self-hosted web application designed to store, organise, and manage your code snippets efficiently. With support for creating, editing, and filtering snippets, ByteStash helps you keep track of your code in one secure place.",
16+
"install_methods": [
17+
{
18+
"type": "default",
19+
"script": "ct/bytestash.sh",
20+
"resources": {
21+
"cpu": 1,
22+
"ram": 1024,
23+
"hdd": 4,
24+
"os": "debian",
25+
"version": "12"
26+
}
27+
}
28+
],
29+
"default_credentials": {
30+
"username": null,
31+
"password": null
32+
},
33+
"notes": []
34+
}

0 commit comments

Comments
 (0)