https-portal
https-portal copied to clipboard
A fully automated HTTPS server powered by Nginx, Let's Encrypt and Docker.
We should hide unrelated logs, only print logs that are important. And print better error messages when configuration is incorrect.
Whenever i do POST requests to my server on http, I receive GET method in my application. However if I use https, I receive POST method. So the problem is...
```gitlab-https-portal-1 | 2024/01/16 14:04:27 [crit] 319#319: *14 open() "/var/lib/https-portal/git.mypage.com/production/htaccess" failed (13: Permission denied), client: xxx.xxx.xxx, server: git.mypage.com, request: "GET / HTTP/2.0", host: "git.mypage.com"``` Running into this as soon as I...
@SteveLTN Can we add more containers in the same host, something like modifying the ports (9443 instead of 443, 9080 instead of 80) Like below: Default Container: ```yml version: '3'...
I need to configure an instance of `https-portal` to work as a proxy to a SSL external Node-RED server. The Node-RED server is listening `https` and websocket `wss` in the...
I'm running odoo in docker using HTTPS-portal for SSL support. All works fine, except the website editor. Turns out one must make the following change to the nginx.conf. Question: can...
When updating a container to a new version with `docker-compose up -d` the new container doesn't always load the SSL certificate that has been specified for it in `docker-compose.yaml`. For...
Getting these logs in EC2. For context, I'm trying to self host [Outline w/ docker](https://docs.getoutline.com/s/hosting/doc/docker-7pfeLP5a8t) and got everything working besides https-portal ```bash https-portal-1 | ======================================== https-portal-1 | HTTPS-PORTAL v1.23.1 https-portal-1...
 How can i solve this error?
Is there any easy way with this lib to allow only specific country to access? If you have any good ideia how todo it with this Lib, please let me....