-
v0.1.1
Stablereleased this
2026-08-09 11:01:01 +00:00 | 0 commits to main since this releaseterraform-provider-dokploy v0.1.1
Gitea cannot serve the Terraform registry protocol, so install through a
filesystem mirror:VERSION=0.1.1 OS_ARCH="$(go env GOOS)_$(go env GOARCH)" DEST=~/.local/share/terraform/plugins/registry.terraform.io/maxvojtkov/dokploy/$VERSION/$OS_ARCH mkdir -p "$DEST" unzip -j terraform-provider-dokploy_${VERSION}_${OS_ARCH}.zip -d "$DEST"Then point Terraform at the mirror -- the exact
~/.terraformrcblock is
printed bymake install.Changelog
209079cf68Stop paying the unreachable cache server's timeout
Downloads
-
v0.1.0
Stablereleased this
2026-08-09 10:01:03 +00:00 | 1 commits to main since this releaseterraform-provider-dokploy v0.1.0
Gitea cannot serve the Terraform provider protocol — its "Terraform" package
registry stores remote state, not providers — so install through a filesystem
mirror:VERSION=0.1.0 OS_ARCH="$(go env GOOS)_$(go env GOARCH)" DEST=~/.local/share/terraform/plugins/registry.terraform.io/maxvojtkov/dokploy/$VERSION/$OS_ARCH mkdir -p "$DEST" unzip -j "terraform-provider-dokploy_${VERSION}_${OS_ARCH}.zip" -d "$DEST"Then add the
provider_installationblock thatmake installprints to
~/.terraformrc.Checksums are in
terraform-provider-dokploy_0.1.0_SHA256SUMS. There are no
GPG signatures: those are a registry-protocol requirement and a filesystem
mirror never verifies them.Downloads