-
Notifications
You must be signed in to change notification settings - Fork 0
/
database.json
146 lines (146 loc) · 3.75 KB
/
database.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"bookstack": {
"long_name": "Bookstack",
"env_vars": {
"PUID": 1000,
"PGID": 1000,
"DB_HOST": "bookstack_db",
"DB_USER": "bookstack",
"DB_PASS": "q@wkejd0i2hd1",
"DB_DATABASE": "bookstackapp"
},
"image": "ghcr.io/learnersblock/bookstack:latest",
"ports": {
"80": 6875
},
"volumes": {
"bookstack_config": {
"bind": "/config",
"mode": "rw"
}
},
"info": "Username: '[email protected]', Password: 'password'",
"dependencies": {
"bookstack_db": {
"env_vars": {
"PUID": 1000,
"PGID": 1000,
"MYSQL_ROOT_PASSWORD": "q@wkejd0i2hd1",
"TZ": "Europe/London",
"MYSQL_DATABASE": "bookstackapp",
"MYSQL_USER": "bookstack",
"MYSQL_PASSWORD": "q@wkejd0i2hd1"
},
"image": "ghcr.io/linuxserver/mariadb",
"ports": {},
"volumes": {
"bookstack_volume": {
"bind": "/config",
"mode": "rw"
}
}
}
},
"version_name": "v24.10.2-ls175",
"version": 199,
"author_site": "bookstackapp.com",
"logo": "https://raw.githubusercontent.com/LearnersBlock/app-store/main/apps/bookstack/assets/bookstack-logo.png",
"repo": {
"name": "gh_release",
"strings": {
"url": "https://api.github.com/repos/linuxserver/docker-bookstack/releases/latest"
}
}
},
"free-math": {
"long_name": "Free-Math",
"env_vars": {},
"image": "ghcr.io/learnersblock/free-math:latest",
"ports": {
"80": 1313
},
"volumes": {},
"info": "",
"dependencies": {},
"version_name": "d021f1e",
"version": 22,
"author_site": "freemathapp.org",
"logo": "https://raw.githubusercontent.com/LearnersBlock/app-store/main/apps/free-math/assets/free-math-logo.png",
"repo": {
"name": "gh_commits",
"strings": {
"url": "https://api.github.com/repos/jaltekruse/free-math/git/refs/heads/master"
}
}
},
"kolibri": {
"long_name": "Kolibri",
"env_vars": {},
"image": "ghcr.io/learnersblock/kolibri:latest",
"ports": {
"8080": 1212
},
"volumes": {
"kolibri_home": {
"bind": "/root/.kolibri",
"mode": "rw"
}
},
"info": "",
"dependencies": {},
"version_name": "0.17.3",
"version": 20,
"author_site": "learningequality.org/kolibri/",
"logo": "https://raw.githubusercontent.com/LearnersBlock/app-store/main/apps/kolibri/assets/kolibri-logo.png",
"repo": {
"name": "pypi",
"strings": {
"url": "https://pypi.org/pypi/kolibri/json"
}
}
},
"moodle": {
"long_name": "Moodle",
"env_vars": {},
"image": "ghcr.io/learnersblock/moodle:latest",
"ports": {
"8442": 8442
},
"volumes": {
"moodle_data": {
"bind": "/app/moodledata",
"mode": "rw"
}
},
"info": "",
"dependencies": {
"moodle-mariadb": {
"env_vars": {
"MARIADB_DATABASE": "moodledb",
"MARIADB_USER": "moodleuser",
"MARIADB_PASSWORD": "c0LVADhQh55u-KO[YaOYZDk:oOINM&",
"MARIADB_RANDOM_ROOT_PASSWORD": "true"
},
"image": "mariadb:10.5",
"ports": {},
"volumes": {
"moodle_mariadb": {
"bind": "/var/lib/mysql",
"mode": "rw"
}
}
}
},
"version_name": "375a116",
"version": 76,
"author_site": "moodle.org",
"logo": "https://raw.githubusercontent.com/LearnersBlock/app-store/main/apps/moodle/assets/moodle-logo.png",
"repo": {
"name": "cron",
"strings": {
"url": "https://api.github.com/repos/moodle/moodle/git/refs/heads/MOODLE_311_STABLE",
"dow": "6"
}
}
}
}