Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ports config in docker-compose.yml and admin ui url #372

Closed
gvnt opened this issue Jan 23, 2018 · 1 comment
Closed

Ports config in docker-compose.yml and admin ui url #372

gvnt opened this issue Jan 23, 2018 · 1 comment

Comments

@gvnt
Copy link

gvnt commented Jan 23, 2018

Hi,
I think i found a small bug with your admin ui.
When i try to use this port set up (because i will need my port 80)

front:
image: mailu/nginx:$VERSION
restart: always
env_file: .env
ports:
- "$BIND_ADDRESS4:11223:80"
- "$BIND_ADDRESS4:11224:443"
- "$BIND_ADDRESS4:110:110" ...

The web mail seems work perfectly, but not all pages of admin ui.
The port is not pass in somes urls.

For example
:11224/admin -> not working, redirect to /admin/ui
:11224/admin/iu -> not working, redirect to /login?next=ui.index
:11224/login?next=ui.index -> working well

After somes searchs, i found this pallets/flask#824
Maybe a problem with "url_for" in Mailu/core/admin/mailu/init.py ?

@kaiyou
Copy link
Member

kaiyou commented Jan 24, 2018

This is interesting as I did run the admin interface on a custom port once without facing the issue. Thank you for reporting, I will look into it.

@kaiyou kaiyou added the bug label Jan 24, 2018
@kaiyou kaiyou closed this as completed in 04278b6 Feb 6, 2018
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants