Open PJTharpeNoob opened 1 week ago
Basically my biggest confusion is if the APP_KEY is required or not?
Yeah, it's required and should be set. The value doesn't look what you'd get from the mentioned command so not sure where that value has come from. From the command the value should start with base64:
.
I can get the page to load but everything is formatted weird and I get a failure when I click log in.
Typically, that occurs when the APP_URL
is not set, or it does not full align with the URL you're using to access BookStack via in the browser.
Attempted Debugging
Searched GitHub Issues
Describe the Scenario
I have been working on this the past week, and my limited experience is the problem I know, but I'm stumped.
I purchased a VPS, installed ubuntu 22.04, docker, aaPanel with LEMP stack. I've been attempting to install bookstack through docker with a reverse proxy for nginx. Couldn't figure it out so I wiped my VPS and started over with just Ubuntu and Docker.
This is the exact docker-compose.yml file below.
Basically my biggest confusion is if the APP_KEY is required or not? I generated this app key by using the command docker run -it --rm --entrypoint /bin/bash lscr.io/linuxserver/bookstack:latest appkey
I have attempted this at least 10 times and sometimes I can get the page to load but everything is formatted weird and I get a failure when I click log in.
Any help would be appreciated. Thank you! - PJ