I have a self-hosted Penpot instance up and running. Setup looks like this
A-name points to static IP of Windows machine, Windows machine has hyper-v running with Ubuntu server 24 on a vm that is behind a NAT switch. Penpot docker instance running on the VM. Site is served with IIS and url rewrite. Configured for OIDC for our org. I am trying to limit log on, sign up to a specific AD group, network admin needs a static page that announces that you’re not authorized for this site in order to implement. How do I configure my instance to display this?
For example: Main url is served at penpot.mydomain and I need penpot.mydomain/unauthorized.html to display a static page. Have not been able to do this within IIS. How can I configure the docker image/docker-config.yaml file to serve this page?