Skip to content

Commit e609552

Browse files
authored
Update docs URL (#7201)
1 parent bd4b781 commit e609552

Some content is hidden

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

68 files changed

+538
-539
lines changed

frontend/public/json/apache-guacamole.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"updateable": false,
1010
"privileged": false,
1111
"interface_port": 8080,
12-
"documentation": null,
12+
"documentation": "https://guacamole.apache.org/doc/gug/",
1313
"website": "https://guacamole.apache.org/",
1414
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/apache-guacamole.webp",
1515
"config_path": "/etc/guacamole/guacd.conf",

frontend/public/json/apt-cacher-ng.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"updateable": false,
1010
"privileged": false,
1111
"interface_port": 3142,
12-
"documentation": null,
12+
"documentation": "https://www.unix-ag.uni-kl.de/~bloch/acng/html/index.html",
1313
"website": "https://www.unix-ag.uni-kl.de/~bloch/acng/",
1414
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/linux.webp",
15-
"config_path": "",
15+
"config_path": "/etc/apt-cacher-ng/acng.conf",
1616
"description": "Apt-Cacher-NG is a caching proxy. Specialized for package files from Linux distributors, primarily for Debian (and Debian based) distributions.",
1717
"install_methods": [
1818
{

frontend/public/json/archlinux-vm.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"updateable": true,
1010
"privileged": false,
1111
"interface_port": null,
12-
"documentation": null,
13-
"website": null,
12+
"documentation": "https://wiki.archlinux.org/title/Main_page",
13+
"website": "https://archlinux.org/",
1414
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/arch-linux.webp",
1515
"config_path": "",
1616
"description": "Arch Linux is a highly customizable, independent Linux distribution that gives users complete control over their system. Known for its rolling release model, Arch Linux is always up-to-date with the latest software. It's favored by experienced users who appreciate its minimalist approach, demanding a hands-on installation and configuration process. This level of control and flexibility makes it a popular choice for those who want to tailor their Linux system to their exact needs.",

frontend/public/json/baikal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"updateable": true,
1010
"privileged": false,
1111
"interface_port": 80,
12-
"documentation": null,
12+
"documentation": "https://sabre.io/dav/",
1313
"website": "https://sabre.io/baikal/",
1414
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/baikal.webp",
1515
"config_path": "/opt/baikal/config/baikal.yaml",

frontend/public/json/blocky.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"updateable": false,
1010
"privileged": false,
1111
"interface_port": 4000,
12-
"documentation": null,
12+
"documentation": "https://0xerr0r.github.io/blocky/latest/configuration/",
1313
"website": "https://0xerr0r.github.io/blocky/",
1414
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/blocky.webp",
1515
"config_path": "/opt/blocky/config.yml",
Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
{
2-
"name": "BookStack",
3-
"slug": "bookstack",
4-
"categories": [
5-
12
6-
],
7-
"date_created": "2024-11-05",
8-
"type": "ct",
9-
"updateable": true,
10-
"privileged": false,
11-
"interface_port": 80,
12-
"documentation": null,
13-
"website": "https://www.bookstackapp.com/",
14-
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/bookstack.webp",
15-
"config_path": "/opt/bookstack/.env",
16-
"description": "BookStack is a user-friendly documentation platform that offers a simple and intuitive experience. New users should be able to create content with basic word-processing skills. While the platform provides advanced features, they do not interfere with the core simplicity of the user experience.",
17-
"install_methods": [
18-
{
19-
"type": "default",
20-
"script": "ct/bookstack.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": "[email protected]",
32-
"password": "password"
33-
},
34-
"notes": [
35-
{
36-
"text": "Bookstack works only with static ip. If you Change the IP of your LXC, you Need to edit the .env File `nano /opt/bookstack/.env`",
37-
"type": "warning"
38-
}
39-
]
2+
"name": "BookStack",
3+
"slug": "bookstack",
4+
"categories": [
5+
12
6+
],
7+
"date_created": "2024-11-05",
8+
"type": "ct",
9+
"updateable": true,
10+
"privileged": false,
11+
"interface_port": 80,
12+
"documentation": "https://www.bookstackapp.com/docs/",
13+
"website": "https://www.bookstackapp.com/",
14+
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/bookstack.webp",
15+
"config_path": "/opt/bookstack/.env",
16+
"description": "BookStack is a user-friendly documentation platform that offers a simple and intuitive experience. New users should be able to create content with basic word-processing skills. While the platform provides advanced features, they do not interfere with the core simplicity of the user experience.",
17+
"install_methods": [
18+
{
19+
"type": "default",
20+
"script": "ct/bookstack.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": "[email protected]",
32+
"password": "password"
33+
},
34+
"notes": [
35+
{
36+
"text": "Bookstack works only with static ip. If you Change the IP of your LXC, you Need to edit the .env File `nano /opt/bookstack/.env`",
37+
"type": "warning"
38+
}
39+
]
4040
}

frontend/public/json/casaos.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"updateable": false,
1010
"privileged": false,
1111
"interface_port": 80,
12-
"documentation": null,
12+
"documentation": "https://wiki.casaos.io/en/home",
1313
"website": "https://www.casaos.io/",
1414
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/casaos.webp",
1515
"config_path": "",

frontend/public/json/commafeed.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"updateable": true,
1010
"privileged": false,
1111
"interface_port": 8082,
12-
"documentation": null,
12+
"documentation": "https://athou.github.io/commafeed/documentation/",
1313
"website": "https://www.commafeed.com/",
1414
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/commafeed.webp",
1515
"config_path": "",

frontend/public/json/crowdsec.json

Lines changed: 1 addition & 1 deletion
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://doc.crowdsec.net/",
1313
"website": "https://crowdsec.net/",
1414
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/crowdsec.webp",
1515
"config_path": "",

frontend/public/json/dashy.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
32
"name": "Dashy",
43
"slug": "dashy",
54
"categories": [
@@ -10,7 +9,7 @@
109
"updateable": false,
1110
"privileged": false,
1211
"interface_port": 4000,
13-
"documentation": null,
12+
"documentation": "https://dashy.to/docs",
1413
"website": "https://dashy.to/",
1514
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/dashy.webp",
1615
"config_path": "/opt/dashy/user-data/conf.yml",

0 commit comments

Comments
 (0)