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

Webhook #1

Open
jelledijkstra97 opened this issue Feb 5, 2021 · 1 comment
Open

Webhook #1

jelledijkstra97 opened this issue Feb 5, 2021 · 1 comment

Comments

@jelledijkstra97
Copy link

I'm using this docker image and it works great. However, it would be great if I could pass a webhook that will automatically be called on startup with the new NodeID so I can inform a server about a new node. Would that be possible? Thanks in advance!

@zyclonite
Copy link
Owner

could you give me an example how this should look like?

on the other hand, i would recommending just extending the container with a custom script
e.g.

FROM zyclonite/zerotier:latest

COPY your_script.sh /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants