Integrate pull request preview environments #391

Closed
opened 2025-12-29 01:28:12 +01:00 by adam · 3 comments
Owner

Originally created by @jpthurman on GitHub (Dec 12, 2022).

I would like to support Headscale by implementing Uffizzi preview environments.
Disclaimer: I work on Uffizzi.

Uffizzi is a Open Source full stack previews engine and our platform is available completely free for Headscale (and all open source projects). This will provide maintainers with preview environments of every PR in the cloud, which enables faster iterations and reduces time to merge. You can see the open source repos which are currently using Uffizzi over here

Uffizzi is purpose-built for the task of previewing PRs and it integrates with your workflow to deploy preview environments in the background without any manual steps for maintainers or contributors.

We can go ahead and create an Initial PoC for you right away if you think there is value in this proposal.

TODO:

  • Intial PoC

cc @waveywaves

Originally created by @jpthurman on GitHub (Dec 12, 2022). I would like to support Headscale by implementing [Uffizzi](https://github.com/UffizziCloud/uffizzi) preview environments. Disclaimer: I work on [Uffizzi](https://github.com/UffizziCloud/uffizzi). Uffizzi is a Open Source full stack previews engine and our platform is available completely free for Headscale (and all open source projects). This will provide maintainers with preview environments of every PR in the cloud, which enables faster iterations and reduces time to merge. You can see the open source repos which are currently using Uffizzi over [here](https://uffizzi.notion.site) Uffizzi is purpose-built for the task of previewing PRs and it integrates with your workflow to deploy preview environments in the background without any manual steps for maintainers or contributors. We can go ahead and create an Initial PoC for you right away if you think there is value in this proposal. TODO: - [ ] Intial PoC cc @waveywaves
adam closed this issue 2025-12-29 01:28:12 +01:00
Author
Owner

@kradalby commented on GitHub (Dec 15, 2022):

Hi, this might be useful, but it seems like it depends on Docker and Docker Compose which we do not support (or intend to support).

Is there a way we could just use the go binary?

@kradalby commented on GitHub (Dec 15, 2022): Hi, this might be useful, but it seems like it depends on Docker and Docker Compose which we do not support (or intend to support). Is there a way we could just use the go binary?
Author
Owner

@waveywaves commented on GitHub (Dec 15, 2022):

@kradalby we can provide an environment where you can test the go binary. The docker file and docker compose necessary to run your env, will be brought in by us and stashed away under a .github/uffizzi directory. You will have a web terminal environment where you can access the binary and test it out. Are there other networking requirements you might have ?

@waveywaves commented on GitHub (Dec 15, 2022): @kradalby we can provide an environment where you can test the go binary. The docker file and docker compose necessary to run your env, will be brought in by us and stashed away under a .github/uffizzi directory. You will have a web terminal environment where you can access the binary and test it out. Are there other networking requirements you might have ?
Author
Owner

@almereyda commented on GitHub (Feb 14, 2023):

ArgoCD also provides Pull Request preview apps, there based on K8s.

Is that something that could be supported, instead?

@almereyda commented on GitHub (Feb 14, 2023): ArgoCD also provides Pull Request preview apps, there based on K8s. - https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/Generators-Pull-Request/ Is that something that could be supported, instead?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#391