1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00
Mailu/core/admin
bors[bot] 7e60ba4e98
Merge #2613
2613: Enhance network segregation r=nextgens a=nextgens

## What type of PR?

enhancement

## What does this PR do?

- put radicale and webmail on their own network: this is done for security: that way they have no privileged access anywhere (no access to redis, no access to XCLIENT, ...)
- remove the EXPOSE statements from the dockerfiles. These ports are for internal comms and are not meant to be exposed in any way to the outside world.

### Related issue(s)
- #2611

## Prerequisites
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

- [ ] In case of feature or enhancement: documentation updated accordingly
- [ ] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file.


Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
2023-01-24 09:28:29 +00:00
..
assets Allow proper JS debugging, speed-up assets dev-build, disable redirect-debug by default. 2022-11-14 17:40:26 +01:00
mailu Merge #2464 2023-01-12 18:48:32 +00:00
migrations Fix DB downgrade 2022-11-27 13:57:03 +01:00
.gitignore Add shell script to run admin dev environment 2022-11-04 18:08:23 +01:00
audit.py Move even more python deps to base image 2022-10-12 16:32:27 +02:00
babel.cfg Move all directories per theme 2017-11-01 12:11:04 +01:00
Dockerfile Don't expose any port (suggestion from ghost) 2023-01-04 19:19:43 +01:00
messages.pot Fix a bunch of typos 2022-10-19 19:41:49 +02:00
README.md Move all directories per theme 2017-11-01 12:11:04 +01:00
run_dev.sh Update python dependencies as suggested by dependabot 2022-12-29 15:36:07 +01:00
start.py drop privs better 2022-12-23 10:58:06 +01:00

Mailu Admin container

This is the web-based administrative interface for the Mailu containerized mail server.

Resources