baikal-docker
baikal-docker copied to clipboard
Provides a ready-to-go Baikal server, incl. docker-compose.yml & Systemd service file
Hi all! I installed the web version of baikal. I created a .htaccess File in the root folder with this rules: ``` RewriteEngine On RedirectMatch 301 ^/.well-known/caldav /html/cal.php RedirectMatch 301...
Instead of having to go through the setup on the first installation, have envr variables to define the required info, and run the setup on the first startup Thanks!
Baikal needs write-access to both /var/www/baikal/Specific AND /var/www/baikal/config, so let's just chown everything instead of just ./Specific.
Hello. Can someone please check this? I keep getting a 404 when trying to run this container. I have tried to fix it but I'm drawing a blank. Due to...
I've installed Baikal on my vps running docker, I have a mail server set up in a different container on port 25 it works, I have the port allowed from...
Not a bug, as I had this working before hand, but something wonky I am likely doing... **Baikal version**: 0.x Latest as of 08-May-22 docker image (via compose yml) **Expected...
The following error appears during the setup assistant ``` The FOLDER containing the DB file is not writable, and it has to. Please give write permissions on folder '/var/www/baikal/Specific/db' ```...
When trying to add to calendar task with a large attachment, I'm getting error "Request entity too large". Running baikal:nginx image. How to fix it?
Move `apt install -y msmtp msmtp-mta` to final image because the binaries weren't copied over from the builder. Caveat: I've only built/tested `nginx.dockerfile`, though I carried the update through to...
Relates to #73