Mercurial > libervia-backend
comparison docker/backend-dev-demo/forums.json @ 4195:22cd3094cd1e
docker (demo): fix starting + better UX:
- Use the new `wait_for_service` option to be sure that Prosody is launched.
- Use the new `init_script_path` option to initiate forums and bookmark a demo room.
- Activate MUC service.
- Change log formats to make them more readable.
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 13 Dec 2023 22:00:25 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
4194:3dbaf179c50d | 4195:22cd3094cd1e |
---|---|
1 [ | |
2 { | |
3 "main-language": "en", | |
4 "name": "Libervia", | |
5 "title": "Libervia", | |
6 "short-desc": "Forums about Libervia demo", | |
7 "sub-forums": [ | |
8 { | |
9 "uri": "", | |
10 "title": "tools and features", | |
11 "short-desc": "Discussions about Libervia frontends, tools, features, or changes" | |
12 }, | |
13 { | |
14 "uri": "", | |
15 "title": "questions and help", | |
16 "short-desc": "Mutual assistance for installation or using Libervia and its ecosystem" | |
17 } | |
18 ], | |
19 "desc": "Those are example forums." | |
20 }, | |
21 { | |
22 "main-language": "en", | |
23 "title": "XMPP and associated", | |
24 "sub-forums": [ | |
25 { | |
26 "uri": "", | |
27 "title": "XMPP software", | |
28 "short-desc": "Topics about XMPP software other than Libervia" | |
29 }, | |
30 { | |
31 "uri": "", | |
32 "title": "outside XMPP", | |
33 "short-desc": "You can discuss or present here protocols or software similar to XMPP" | |
34 } | |
35 ], | |
36 "desc": "Forums about XMPP in general, or similar protocols" | |
37 } | |
38 ] |