Skip to content

v3: self-hosting #1147

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

Merged
merged 44 commits into from
Jun 10, 2024
Merged

v3: self-hosting #1147

merged 44 commits into from
Jun 10, 2024

Conversation

nicktrn
Copy link
Collaborator

@nicktrn nicktrn commented Jun 5, 2024

This PR makes the necessary changes to allow for a simpler self-hosting setup using the docker provider.

Changes:

  • Provider and coordinator images will be built and released just like the webapp, e.g. the usual tags and pushes to main
  • Better checkpoint function test with remediation hints
  • Checkpoint simulation can be controlled via a new optional env var: FORCE_CHECKPOINT_SIMULATION
  • The init command displayed in the dashboard will include a custom api URL if needed
  • A new optional env var to make users admins on account creation: ADMIN_EMAILS (regex)
  • A new optional env var to disable telemetry across CLI and other components: TRIGGER_TELEMETRY_DISABLED
  • Pin SDK during init command
  • CLI command output will include custom api URL if needed
  • Don't retry final checkpoint errors

Copy link

changeset-bot bot commented Jun 5, 2024

🦋 Changeset detected

Latest commit: b3db8ed

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@nicktrn nicktrn marked this pull request as ready for review June 7, 2024 12:18
@nicktrn nicktrn merged commit 35dbaed into main Jun 10, 2024
2 checks passed
@nicktrn nicktrn deleted the v3/self-hosting branch June 10, 2024 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants