-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
feat(service): add newt-pangolin template #6259
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: next
Are you sure you want to change the base?
Conversation
|
Could you also open a PR in the Coolify Docs for this new service template? |
peaklabs-dev
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.
Please make sure the template is a yaml file and do all the requested changes
Oof didn't see that, all done |
|
peak is very busy, askig a review from someone else works faster :) |
|
Currently you are hardcoding NEWT_ID and NEWT_SECRET which shouldn't be hardcoded (check https://docs.pangolin.net/manage/sites/add-site )
So mark them as required like this: - NEWT_ID=${NEWT_ID:?}
- NEWT_SECRET=${NEWT_SECRET:?} |


Adding Newt wireguard client to coolify as a template as an alternative to cloudflare tunnels but selfhosted