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

Add SSL Support #50

Open
reynoldsalec opened this issue Oct 30, 2024 · 2 comments
Open

Add SSL Support #50

reynoldsalec opened this issue Oct 30, 2024 · 2 comments

Comments

@reynoldsalec
Copy link
Member

Although there isn't a security reason per say, having SSL enabled would be a nice-to-have so users don't need to click through browser warnings.

I thought adding the following to the builder should work but it doesn't appear to:

options.ssl = true;
options.sslExpose = false;
@AaronFeledy
Copy link
Member

This works in my landofile:

services:
  pma:
    type: phpmyadmin
    ssl: true
    sslExpose: false
proxy:
  pma:
    - pma.mysite.lndo.site

@AaronFeledy
Copy link
Member

To set it in the builder, you have to do that service merge thing. I did this exact thing in the mailpit plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants