Open nakroy opened 3 weeks ago
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
Another question I want to ask is that is this docker image supporting multi replicas?
Is there an existing issue for this?
Current Behavior
I use kubernetes deployments to deploy bookstack, and I set APP_URL as a domain name for https visit. But the problem is that after I use default username "admin@admin.com" and default password "password" to login. the problem occurs with error code like this: 419 Page Expired
Expected Behavior
user can succesfully login bookstack by domain name with https protocol
Steps To Reproduce
I use cert-manager to create tls secret for ingress automatically.
The mariadb I use for deployments is:
And I use configMap for env variable:
I deploy the resources, and use URL
https://my-bookstack.com
to visit the website, and after I use default user and password for logging, it returns an error code with a page like this:It's all fine if I use
LoadBalancer
type ofService
and set up a static IP, such as192.168.1.2
, and changeAPP_URL=http://192.168.1.2
, but this is under HTTP protocol which is not safe and can't use domain URL to visit.Environment
CPU architecture
x86-64
Docker creation
Container logs