Skip to content

Commit c842943

Browse files
authored
Website: Add missing docs and config paths (#4131)
* Fix docs and config paths * Update * Update * Update * Update * Update * Update * Update * Update
1 parent 92b1702 commit c842943

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+2808
-2851
lines changed

frontend/public/json/add-netbird-lxc.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"name": "NetBird",
33
"slug": "add-netbird-lxc",
4-
"categories": [1],
4+
"categories": [
5+
1
6+
],
57
"date_created": "2024-05-19",
68
"type": "addon",
79
"updateable": false,
@@ -44,4 +46,3 @@
4446
}
4547
]
4648
}
47-

frontend/public/json/add-tailscale-lxc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"updateable": false,
1010
"privileged": false,
1111
"interface_port": null,
12-
"documentation": null,
12+
"documentation": "https://tailscale.com/kb/1017/install",
1313
"website": "https://tailscale.com/",
1414
"logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/tailscale.svg",
1515
"config_path": "",
@@ -46,4 +46,3 @@
4646
}
4747
]
4848
}
49-
Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
{
2-
"name": "AdventureLog",
3-
"slug": "adventurelog",
4-
"categories": [
5-
24
6-
],
7-
"date_created": "2024-10-26",
8-
"type": "ct",
9-
"updateable": true,
10-
"privileged": false,
11-
"interface_port": 3000,
12-
"documentation": null,
13-
"website": "https://adventurelog.app/",
14-
"logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/adventurelog.svg",
15-
"config_path": "",
16-
"description": "Adventure Log is an app designed to track outdoor activities and personal achievements, allowing users to log their adventures with photos, notes, and location data. It focuses on enhancing outdoor experiences by preserving memories and sharing them with others.",
17-
"install_methods": [
18-
{
19-
"type": "default",
20-
"script": "ct/adventurelog.sh",
21-
"resources": {
22-
"cpu": 2,
23-
"ram": 2048,
24-
"hdd": 7,
25-
"os": "debian",
26-
"version": "12"
27-
}
28-
}
29-
],
30-
"default_credentials": {
31-
"username": null,
32-
"password": null
33-
},
34-
"notes": [
35-
{
36-
"text": "AdventureLog uses an initial local IP, if you change your LXC-IP, you need to change the IP here: `/opt/adventurelog/backend/server/.env` and here: `/opt/adventurelog/frontend/.env`",
37-
"type": "warning"
38-
}
39-
]
2+
"name": "AdventureLog",
3+
"slug": "adventurelog",
4+
"categories": [
5+
24
6+
],
7+
"date_created": "2024-10-26",
8+
"type": "ct",
9+
"updateable": true,
10+
"privileged": false,
11+
"interface_port": 3000,
12+
"documentation": "https://adventurelog.app/docs/intro/adventurelog_overview.html",
13+
"website": "https://adventurelog.app/",
14+
"logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/adventurelog.svg",
15+
"config_path": "/opt/adventurelog/backend/server/.env",
16+
"description": "Adventure Log is an app designed to track outdoor activities and personal achievements, allowing users to log their adventures with photos, notes, and location data. It focuses on enhancing outdoor experiences by preserving memories and sharing them with others.",
17+
"install_methods": [
18+
{
19+
"type": "default",
20+
"script": "ct/adventurelog.sh",
21+
"resources": {
22+
"cpu": 2,
23+
"ram": 2048,
24+
"hdd": 7,
25+
"os": "debian",
26+
"version": "12"
27+
}
28+
}
29+
],
30+
"default_credentials": {
31+
"username": null,
32+
"password": null
33+
},
34+
"notes": [
35+
{
36+
"text": "AdventureLog uses an initial local IP, if you change your LXC-IP, you need to change the IP here: `/opt/adventurelog/backend/server/.env` and here: `/opt/adventurelog/frontend/.env`",
37+
"type": "warning"
38+
}
39+
]
4040
}

frontend/public/json/agentdvr.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
{
2-
"name": "AgentDVR",
3-
"slug": "agentdvr",
4-
"categories": [
5-
15
6-
],
7-
"date_created": "2024-05-02",
8-
"type": "ct",
9-
"updateable": false,
10-
"privileged": true,
11-
"interface_port": 8090,
12-
"documentation": null,
13-
"website": "https://www.ispyconnect.com/",
14-
"logo": "https://ispycontent.azureedge.net/img/ispy2.png?raw=true",
15-
"config_path": "",
16-
"description": "AgentDVR a new video surveillance solution for the Internet Of Things.",
17-
"install_methods": [
18-
{
19-
"type": "default",
20-
"script": "ct/agentdvr.sh",
21-
"resources": {
22-
"cpu": 2,
23-
"ram": 2048,
24-
"hdd": 8,
25-
"os": "ubuntu",
26-
"version": "22.04"
27-
}
28-
}
29-
],
30-
"default_credentials": {
31-
"username": null,
32-
"password": null
33-
},
34-
"notes": []
2+
"name": "AgentDVR",
3+
"slug": "agentdvr",
4+
"categories": [
5+
15
6+
],
7+
"date_created": "2024-05-02",
8+
"type": "ct",
9+
"updateable": false,
10+
"privileged": true,
11+
"interface_port": 8090,
12+
"documentation": "https://www.ispyconnect.com/docs/agent/about",
13+
"website": "https://www.ispyconnect.com/",
14+
"logo": "https://ispycontent.azureedge.net/img/ispy2.png?raw=true",
15+
"config_path": "/opt/agentdvr/agent/Media/XML/config.json",
16+
"description": "AgentDVR a new video surveillance solution for the Internet Of Things.",
17+
"install_methods": [
18+
{
19+
"type": "default",
20+
"script": "ct/agentdvr.sh",
21+
"resources": {
22+
"cpu": 2,
23+
"ram": 2048,
24+
"hdd": 8,
25+
"os": "ubuntu",
26+
"version": "22.04"
27+
}
28+
}
29+
],
30+
"default_credentials": {
31+
"username": null,
32+
"password": null
33+
},
34+
"notes": []
3535
}
Lines changed: 33 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,35 @@
11
{
2-
"name": "Apache-Cassandra",
3-
"slug": "apache-cassandra",
4-
"categories": [
5-
8
6-
],
7-
"date_created": "2024-05-02",
8-
"type": "ct",
9-
"updateable": false,
10-
"privileged": false,
11-
"interface_port": null,
12-
"documentation": null,
13-
"website": "https://cassandra.apache.org/",
14-
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/apachecassandra.svg",
15-
"config_path": "",
16-
"description": "Apache-Cassandra is an open source NoSQL distributed database trusted by thousands of companies for scalability and high availability without compromising performance.",
17-
"install_methods": [
18-
{
19-
"type": "default",
20-
"script": "ct/apache-cassandra.sh",
21-
"resources": {
22-
"cpu": 1,
23-
"ram": 2048,
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": "Apache-Cassandra Configuration: `nano /etc/cassandra/cassandra.yaml`",
37-
"type": "info"
38-
}
39-
]
2+
"name": "Apache-Cassandra",
3+
"slug": "apache-cassandra",
4+
"categories": [
5+
8
6+
],
7+
"date_created": "2024-05-02",
8+
"type": "ct",
9+
"updateable": false,
10+
"privileged": false,
11+
"interface_port": null,
12+
"documentation": "https://cassandra.apache.org/doc/latest/",
13+
"website": "https://cassandra.apache.org/",
14+
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/apachecassandra.svg",
15+
"config_path": "/etc/cassandra/cassandra.yaml",
16+
"description": "Apache-Cassandra is an open source NoSQL distributed database trusted by thousands of companies for scalability and high availability without compromising performance.",
17+
"install_methods": [
18+
{
19+
"type": "default",
20+
"script": "ct/apache-cassandra.sh",
21+
"resources": {
22+
"cpu": 1,
23+
"ram": 2048,
24+
"hdd": 4,
25+
"os": "debian",
26+
"version": "12"
27+
}
28+
}
29+
],
30+
"default_credentials": {
31+
"username": null,
32+
"password": null
33+
},
34+
"notes": []
4035
}
Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
{
2-
"name": "Apache-CouchDB",
3-
"slug": "apache-couchdb",
4-
"categories": [
5-
8
6-
],
7-
"date_created": "2024-05-02",
8-
"type": "ct",
9-
"updateable": false,
10-
"privileged": false,
11-
"interface_port": 5984,
12-
"documentation": null,
13-
"website": "https://couchdb.apache.org/",
14-
"logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/couchdb.svg",
15-
"config_path": "",
16-
"description": "Apache-CouchDB Seamless multi-master sync, that scales from Big Data to Mobile, with an Intuitive HTTP/JSON API and designed for Reliability.",
17-
"install_methods": [
18-
{
19-
"type": "default",
20-
"script": "ct/apache-couchdb.sh",
21-
"resources": {
22-
"cpu": 2,
23-
"ram": 4096,
24-
"hdd": 10,
25-
"os": "debian",
26-
"version": "12"
27-
}
28-
}
29-
],
30-
"default_credentials": {
31-
"username": null,
32-
"password": null
33-
},
34-
"notes": [
35-
{
36-
"text": "Show Login Credentials: `cat CouchDB.creds`",
37-
"type": "info"
38-
}
39-
]
2+
"name": "Apache-CouchDB",
3+
"slug": "apache-couchdb",
4+
"categories": [
5+
8
6+
],
7+
"date_created": "2024-05-02",
8+
"type": "ct",
9+
"updateable": false,
10+
"privileged": false,
11+
"interface_port": 5984,
12+
"documentation": "https://docs.couchdb.org/en/stable/",
13+
"website": "https://couchdb.apache.org/",
14+
"logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/couchdb.svg",
15+
"config_path": "etc/default.ini",
16+
"description": "Apache-CouchDB Seamless multi-master sync, that scales from Big Data to Mobile, with an Intuitive HTTP/JSON API and designed for Reliability.",
17+
"install_methods": [
18+
{
19+
"type": "default",
20+
"script": "ct/apache-couchdb.sh",
21+
"resources": {
22+
"cpu": 2,
23+
"ram": 4096,
24+
"hdd": 10,
25+
"os": "debian",
26+
"version": "12"
27+
}
28+
}
29+
],
30+
"default_credentials": {
31+
"username": null,
32+
"password": null
33+
},
34+
"notes": [
35+
{
36+
"text": "Show Login Credentials: `cat CouchDB.creds`",
37+
"type": "info"
38+
}
39+
]
4040
}

0 commit comments

Comments
 (0)