Fly.io app connection

This commit is contained in:
x032205
2025-06-16 14:08:42 -04:00
parent 46f9927cf1
commit da5f054a65
25 changed files with 492 additions and 17 deletions

View File

@@ -2223,6 +2223,9 @@ export const AppConnections = {
ONEPASS: {
instanceUrl: "The URL of the 1Password Connect Server instance to authenticate with.",
apiToken: "The API token used to access the 1Password Connect Server."
},
FLYIO: {
accessToken: "The Access Token used to access fly.io."
}
}
};