-
Notifications
You must be signed in to change notification settings - Fork 66
Update click-and-open-tracking.md #86
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
base: main
Are you sure you want to change the base?
Conversation
Clarify configuration of click tracking with default Caddy configuration
|
I struggled a bit to figure out the info in Tracking domain setup in Postal UI that says that adding CNAME will do it (it did not) and this page that provided only extensive info about fully custom configuration. |
willpower232
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some ideas, let me know what you think
| 1. Adding CNAME record for `click.yourdomain.com` to previously configured `track.postal.example.com` followed by Caddy additional configuration. | ||
| 2. Configuring custom proxy for `click.yourdomain.com` on your webserver. | ||
|
|
||
| Then you need to configure particular Postal service : |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think using the word service confuses things a little, maybe move this after your block of text below so the original If you're happy things are working, you can enable tracking as follows: is back above this list
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wanted to say that you add it in Postal UI to particular sending service, not sure about the terminology 🙏
Co-authored-by: Will Power <[email protected]>
| $ docker ps | ||
| CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES | ||
| bd788587e651 caddy "caddy run --config …" 2 weeks ago Up 2 weeks postal-caddy | ||
| $ docker restart bd788587e651 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe you can just do docker restart postal-caddy instead of grabbing the container ID
| After saving this new configuration restart Caddy: | ||
| ``` | ||
| $ docker ps | ||
| CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES | ||
| bd788587e651 caddy "caddy run --config …" 2 weeks ago Up 2 weeks postal-caddy | ||
| $ docker restart bd788587e651 | ||
| ``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah good point @deanpcmad, anything against this @repli2dev?
| After saving this new configuration restart Caddy: | |
| ``` | |
| $ docker ps | |
| CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES | |
| bd788587e651 caddy "caddy run --config …" 2 weeks ago Up 2 weeks postal-caddy | |
| $ docker restart bd788587e651 | |
| ``` | |
| After saving this new configuration restart Caddy, for example if you're using docker, you may be able to `docker restart caddy`. |
Clarify configuration of click tracking with default Caddy configuration