Cyrill Kulka
Cyrill Kulka
Yes, copy-paste error :/ https://github.com/ckulka/baikal-docker/blob/18f7392c05271b14691e2ad0a984977dda623353/files/apache.conf#L10-L11 https://github.com/ckulka/baikal-docker/blob/18f7392c05271b14691e2ad0a984977dda623353/files/nginx.conf#L11-L12
Thanks @nillebor for confirming. Hi @Ghost108, the short answer is: it's not needed, as the root folder isn't accessible or served to browsers. That redirect is not needed with the...
Hi @kuerbis42 , I for some reason missed this... surely because of million of other PRs and issues in this repo. I don't have a QNAP NAS so it's hard...
Sorry for the delay - looking at docker-library/httpd#9, there's no good way to address it in the image, but to change how the container is run, i.e. running the container...
Hi @Aggtaa, thanks - I'll see if there's a way to have both given some need IPv6 and some don't. Can you run the following commands inside the container and...
Hi @dbobak, you will need to update the `/etc/nginx/conf.d/default.conf` file inside the container and add [`client_max_body_size`](http://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size) with a value larger than the biggest HTTP request you expect to upload: ```nginx...
Closing, msmtp has been added in PR https://github.com/ckulka/baikal-docker/pull/63 Thank you @philippneugebauer though for the PR, your work and that of the others helped a LOT to make this work!
Hi @stavros-k, I think there might already be a solution to this: the `baikal.yaml` file contains the fields that you set up in the initial wizard when Baikal starts for...
I have to check if making this change would break it for anyone who is not using HTTPS, but only HTTP. Granted, shouldn't be done, but I want to be...
@Skaronator is exactly right, that's also what I used to use. If the YAML file isn't enough and you need to additionally runs scripts, then just FYI: both image variants...