Skip to content

Conversation

@kunumigab
Copy link
Contributor

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

@Cinzya Cinzya added the ⚙️ Service Issues requesting or PRs adding/fixing service templates. label Jul 27, 2025
@Cinzya
Copy link
Member

Cinzya commented Jul 27, 2025

Could you also open a PR in the Coolify Docs for this new service template?

@kunumigab
Copy link
Contributor Author

Done!

coollabsio/coolify-docs#324

@peaklabs-dev peaklabs-dev changed the title feat: Add Newt-Pangolin template feat(service): add newt-pangolin template Aug 11, 2025
Copy link
Member

@peaklabs-dev peaklabs-dev left a 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

@peaklabs-dev peaklabs-dev added the 💤 Waiting for changes PRs awaiting changes from the author. label Aug 11, 2025
@kunumigab
Copy link
Contributor Author

Please make sure the template is a yaml file and do all the requested changes

Oof didn't see that, all done

@yipfram
Copy link
Contributor

yipfram commented Oct 19, 2025

peak is very busy, askig a review from someone else works faster :)

@ShadowArcanist
Copy link
Member

Currently you are hardcoding NEWT_ID and NEWT_SECRET which shouldn't be hardcoded (check https://docs.pangolin.net/manage/sites/add-site )
image

image

So mark them as required like this:

      - NEWT_ID=${NEWT_ID:?}
      - NEWT_SECRET=${NEWT_SECRET:?}

@ShadowArcanist ShadowArcanist added Ready to merge and removed 💤 Waiting for changes PRs awaiting changes from the author. labels Nov 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Ready to merge ⚙️ Service Issues requesting or PRs adding/fixing service templates.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants