Compare commits

..

No commits in common. "cbb6ce3aa363b573583e9d3170b5f48a9b99f528" and "f511383a7a45e8c6ebb2046f0a43fd1bd74aed32" have entirely different histories.

2 changed files with 1 additions and 6 deletions

View file

@ -40,9 +40,4 @@ class sunetdrive::portal (
from => '0.0.0.0/0', from => '0.0.0.0/0',
port => 443, port => 443,
} }
# For acme and redirect
sunet::misc::ufw_allow { 'http':
from => '0.0.0.0/0',
port => 80,
}
} }

View file

@ -60,7 +60,7 @@ services:
volumes: volumes:
- /opt/portal/config.yaml:/app/config.yaml - /opt/portal/config.yaml:/app/config.yaml
environment: environment:
- VIRTUAL_HOST=portal.<%= @domain %> - VIRTUAL_HOST=portal/<%= @domain %>
- VIRTUAL_PATH=/ - VIRTUAL_PATH=/
- VIRTUAL_PORT=8080 - VIRTUAL_PORT=8080
- LETSENCRYPT_HOST=portal.<%= @domain %> - LETSENCRYPT_HOST=portal.<%= @domain %>