-
Notifications
You must be signed in to change notification settings - Fork 194
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
Change snippet url to display current host #159
Conversation
Is |
It is in a few other templates and in .po files, though @milesmcc, should I replace them? |
I just searched for it and it will be hard to replace occurrences in e-mail templates. |
This is probably also must-have:
|
hahahha, I did |
Are you sure that get_host will work in email templates? |
request should be in the context: https://github.com/pennersr/django-allauth/blob/353386216b79f16709e97bb487c0bbbba2bc0c71/allauth/account/forms.py#L556 at least in theory. I do not have the opportunity to test emails. |
@wvffle You can test if email content is correct by checking shynet logs. Mails are also outputted there |
Supercool then :D |
Well done. |
How do I make sure the hostname is correct when running Shynet using Docker Compose? When using the edge image from Docker Hub For now I reverted back to using version 0.10.0. |
You quacked up something badly. Are you accessing it using http://127.0.0.1? |
No, I'm accessing it from a regular domain. If I go to the Manage tab to get the script code it also says I'm running the container using docker compose, DNS is managed by Cloudflare and reverse proxy is nginx. |
so this is probably misconfigured reverse proxy |
@Henridv I'm also using Docker Compose, nginx as reverse proxy and cloudflare as DNS, and it works correctly for me. This is my reverse proxy setup:
|
Thanks @CasperVerswijvelt This is the line I needed to add:
|
Great, glad this is fixed! |
Closes #98