mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #1195] [MERGED] feat: add fly.io deployer plugin #1167
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#1167
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/certimate-go/certimate/pull/1195
Author: @ZeroClover
Created: 2/15/2026
Status: ✅ Merged
Merged: 2/28/2026
Merged by: @fudiwei
Base:
main← Head:feat/flyio-deployer📝 Commits (2)
fa284a9feat: add Fly.io certificate deployer plugin8c89e78revise📊 Changes
20 files changed (+497 additions, -0 deletions)
View changed files
➕
internal/certmgmt/deployers/sp_flyio.go(+26 -0)📝
internal/domain/access.go(+4 -0)📝
internal/domain/provider.go(+2 -0)➕
pkg/core/deployer/providers/flyio/flyio.go(+82 -0)➕
pkg/core/deployer/providers/flyio/flyio_test.go(+75 -0)➕
pkg/sdk3rd/flyio/api_import_custom_certificate.go(+56 -0)➕
pkg/sdk3rd/flyio/client.go(+89 -0)➕
pkg/sdk3rd/flyio/types.go(+19 -0)➕
ui/public/imgs/providers/flyio.svg(+1 -0)📝
ui/src/components/access/forms/AccessConfigFieldsProvider.tsx(+2 -0)➕
ui/src/components/access/forms/AccessConfigFieldsProviderFlyIO.tsx(+52 -0)📝
ui/src/components/workflow/designer/forms/BizDeployNodeConfigFieldsProvider.tsx(+2 -0)➕
ui/src/components/workflow/designer/forms/BizDeployNodeConfigFieldsProviderFlyIO.tsx(+65 -0)📝
ui/src/domain/provider.ts(+4 -0)📝
ui/src/i18n/locales/en/nls.access.json(+3 -0)📝
ui/src/i18n/locales/en/nls.provider.json(+1 -0)📝
ui/src/i18n/locales/en/nls.workflow.nodes.json(+5 -0)📝
ui/src/i18n/locales/zh/nls.access.json(+3 -0)📝
ui/src/i18n/locales/zh/nls.provider.json(+1 -0)📝
ui/src/i18n/locales/zh/nls.workflow.nodes.json(+5 -0)📄 Description
close #1194
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.