Mercurial > dive4elements > river
annotate artifacts/doc/conf/modules.xml @ 9803:a440ebd5c23b 3.2.x tip
Avoid using outdated mod_wsgi in Docker setup
Run Wiki in standalone mode behind reverse proxy, which is provided by
a more up-to-date Apache web server. The wiki container is still based
on CentOS 7, because the included SSO integration component cannot be
build with more recent libraries.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Wed, 21 Aug 2024 16:54:17 +0200 |
parents | 5bb3f5d41d48 |
children | 7bbfb24e6eec |
rev | line source |
---|---|
7804
5bb3f5d41d48
Add extra config files for modules and zoom scales and give option to use custom files for release.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8" ?> |
5bb3f5d41d48
Add extra config files for modules and zoom scales and give option to use custom files for release.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
2 <modules> |
5bb3f5d41d48
Add extra config files for modules and zoom scales and give option to use custom files for release.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
3 <module name="winfo" selected="true"> |
5bb3f5d41d48
Add extra config files for modules and zoom scales and give option to use custom files for release.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
4 <river name="Beispielfluss"/> |
5bb3f5d41d48
Add extra config files for modules and zoom scales and give option to use custom files for release.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
5 </module> |
5bb3f5d41d48
Add extra config files for modules and zoom scales and give option to use custom files for release.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
6 <module name="minfo"> |
5bb3f5d41d48
Add extra config files for modules and zoom scales and give option to use custom files for release.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
7 <river name="Beispielfluss"/> |
5bb3f5d41d48
Add extra config files for modules and zoom scales and give option to use custom files for release.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
8 </module> |
5bb3f5d41d48
Add extra config files for modules and zoom scales and give option to use custom files for release.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
9 <module name="new_map"> |
5bb3f5d41d48
Add extra config files for modules and zoom scales and give option to use custom files for release.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
10 <river name="Beispielfluss"/> |
5bb3f5d41d48
Add extra config files for modules and zoom scales and give option to use custom files for release.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
11 </module> |
5bb3f5d41d48
Add extra config files for modules and zoom scales and give option to use custom files for release.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
12 <module name="new_chart"> |
5bb3f5d41d48
Add extra config files for modules and zoom scales and give option to use custom files for release.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
13 <river name="Beispielfluss"/> |
5bb3f5d41d48
Add extra config files for modules and zoom scales and give option to use custom files for release.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
14 </module> |
5bb3f5d41d48
Add extra config files for modules and zoom scales and give option to use custom files for release.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
15 <module name="fixanalysis"> |
5bb3f5d41d48
Add extra config files for modules and zoom scales and give option to use custom files for release.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
16 <river name="Beispielfluss"/> |
5bb3f5d41d48
Add extra config files for modules and zoom scales and give option to use custom files for release.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
17 </module> |
5bb3f5d41d48
Add extra config files for modules and zoom scales and give option to use custom files for release.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
18 </modules> |
5bb3f5d41d48
Add extra config files for modules and zoom scales and give option to use custom files for release.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
19 |