Skip to content
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

Mail not working, how can I solve it? #30

Closed
juangea opened this issue Apr 25, 2022 · 1 comment
Closed

Mail not working, how can I solve it? #30

juangea opened this issue Apr 25, 2022 · 1 comment
Assignees

Comments

@juangea
Copy link

juangea commented Apr 25, 2022

EDIT by @nledez

So right now I'm using Kitsu from a docker container with good success, the only problem so far is that the mailing options don't work, so users cannot recover their password or receive notifications.

How can I solve this?

[ ..... cut part .... ]

Now... back on track... how can I solve the mail not working?

Thanks!

Not related to issue (moved by @nledez - may put this in a README pull request):
BTW I think it could be a good idea to mention this to other users, to have persistent data, but at the same time have everything in a container that is a folder in the host computer I'm using this command to create a named volume that points to a folder in the host system:

docker volume create --driver local -o o=bind -o type=none -o device="/Volumes/MacServer/Docker/kitsu" kitsu-storage

And the command I use to run the container is this one:

docker run --init -d -p 80:80 --name kitsu_bone -v kitsu-storage:/var/lib/postgresql -v kitsu-storage:/opt/zou/previews cgwire/cgwire

After that I use this to identify the container:

docker ps

And then I use this command to make the container auto-start always:

docker update --restart=always co1n2t345678

Being the big number the container ID I got with the previous command.

This way I'm able to access the actual data because it's inside an actual folder of my system.

Maybe you want to add this process to the possible process for other users, because I think it makes it easier to use the docker image as a production ready version :)

@juangea
Copy link
Author

juangea commented May 15, 2022

For future reference:

Using Docker Compose and this image:

https://gitlab.com/mathbou/docker-cgwire

I've been able to correctly configure the email and not it's correctly working, thanks! :)

@juangea juangea closed this as completed May 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants