-
Notifications
You must be signed in to change notification settings - Fork 511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker compose options? #76
Comments
Yes. We are planning to do it. |
I would be happy to build a Docker image using one of my bases, I just found out about this project via HackerNews and am eager to see it blossom. |
Here is an initial release for Docker that will start an instance up with no input providing you have set appropriate environment variables. |
@tiredofit Great. Thank you. We'vel added https://github.com/tiredofit/docker-freescout link to the project's readme. |
Quick question regarding this. From the freescout side does it require SSL? I Noticed the @tiredofit version is for the web and in example sets up letsencrypt, but I was wondering if from the FreeScout side small businesses could run it over intranet using provider encrypted email so they don't need to bother with TLS? |
I can answer this after walking through the code yesterday. It doesn't require SSL, you could run it unencrypted via Port 80 if you'd like. If you were installing on a machine without Docker, simply following the Installation Guide in the Wiki will get you up and running. If you wanted to assign a SSL Certificate to it to listen on Port 443 would be fairly easy as well. The only SSL setting I could find inside of the application was to accomodate for Reverse SSL Proxies where the service was running on port 80 inside your network, and you wanted it to return (https) urls instead of HTTP. |
@tiredofit Thank you for the dockerfile and images. @freescout-helpdesk I would suggest grabbing the freescout -namespace on docker hub and publishing official images there. |
Im getting an error with the docker image when trying to retrieve IMAP email in both Gmail and Yandex.
Looks like this issue? |
I've just updated a new release to Docker Hub that adds gnu-libiconv which should resolve the issue, please let me know if not the case. |
Hi, I've just installed the new version but still got the error:
|
Thanks for verbose report. I will build an alternate image using debian. Will take a day as I need to juggle my day job. |
Found the problem. I've pushed a new release to my repository and a new build should appear on Docker Hub shortly. This new image is built in a more traditional fashion and introduces log rotation to the freescout logs, along with moving them alongside where the nginx and php-fpm logs exist. There is also a companion |
I'm encountering this FYI, I'm not using the docker image, but a normal install. EDIT: Managed to fix this by following the example given in the Dockerfile. |
It would be great to have installation options that included:
The text was updated successfully, but these errors were encountered: