You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I run a Docker setup on a Linux Ubuntu 24.04 machine (inventree 0.17.1)
My network as already a server and forwaring ports set to point a NAS from the outside
I can't setup the docker inventree install with a working SSL certificate.
Steps to Reproduce
server as a static ip address
192.168.2.15
DNS A record is set on my domain provider
inventree.xxx.com
In the .env file:
INVENTREE_SITE_URL="https://inventree.xxx.com"
Caddy file.
Important
Should I change something ?
Port forwardings:
On my network I already have set port forwarding pointing to my NAS (80,443)
setting this variable without the secure https and forwarding port 8001 to 80 on the server 192.168.2.15 point the inventree login page but the site is not secure: INVENTREE_SITE_URL="http://inventree.xxx.com"
can I check caddy logs on docker ?
Should I change inventree ports ?
Please could you help me ?
Thanks !
Relevant log output
The text was updated successfully, but these errors were encountered:
Setting the INVENTREE_SITE_URL=https://inventree.xxx.com should be sufficient - do this and then look at the output of the various docker containers to see where the error lies.
With this setup, what are you seeing when you try to navigate to https://inventree.xxx.com?
Deployment Method
Steps to Reproduce
Describe the problem*
Hi,
I run a Docker setup on a Linux Ubuntu 24.04 machine (inventree 0.17.1)
My network as already a server and forwaring ports set to point a NAS from the outside
I can't setup the docker inventree install with a working SSL certificate.
Steps to Reproduce
server as a static ip address
DNS A record is set on my domain provider
In the .env file:
Caddy file.
Important
Should I change something ?
Port forwardings:
On my network I already have set port forwarding pointing to my NAS (80,443)
setting this variable without the secure https and forwarding port 8001 to 80 on the server 192.168.2.15 point the inventree login page but the site is not secure: INVENTREE_SITE_URL="http://inventree.xxx.com"
can I check caddy logs on docker ?
Should I change inventree ports ?
Please could you help me ?
Thanks !
Relevant log output
The text was updated successfully, but these errors were encountered: