Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ctfer-io/pulumi-ctfdcm
Let's code your CTF(d), with Chall-Manager
https://github.com/ctfer-io/pulumi-ctfdcm
chall-manager ctf ctfd infrastructure-as-code provider pulumi
Last synced: about 4 hours ago
JSON representation
Let's code your CTF(d), with Chall-Manager
- Host: GitHub
- URL: https://github.com/ctfer-io/pulumi-ctfdcm
- Owner: ctfer-io
- License: apache-2.0
- Created: 2025-01-29T21:23:11.000Z (15 days ago)
- Default Branch: main
- Last Pushed: 2025-02-13T14:21:51.000Z (about 10 hours ago)
- Last Synced: 2025-02-13T14:38:06.076Z (about 10 hours ago)
- Topics: chall-manager, ctf, ctfd, infrastructure-as-code, provider, pulumi
- Language: Makefile
- Homepage: https://www.pulumi.com/registry/packages/ctfdcm
- Size: 262 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# CTFd-CM Resource Provider
The CTFd-CM Resource Provider lets you manage [CTFd plugin for Chall-Manager](http://github.com/ctfer-io/ctfd-chall-manager) resources.
## Installing
This package is available for several languages/platforms:
### Node.js (JavaScript/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either `npm`:
```bash
npm install @ctfer-io/ctfdcm
```or `yarn`:
```bash
yarn add @ctfer-io/ctfdcm
```### Python
To use from Python, install using `pip`:
```bash
pip install ctferio-ctfdcm
```### Go
To use from Go, use `go get` to grab the latest version of the library:
```bash
go get github.com/ctfer-io/pulumi-ctfdcm/sdk/go/...
```### .NET
To use from .NET, install using `dotnet add package`:
```bash
dotnet add package CTFerio.Ctfdcm
```## Configuration
The following configuration points are available for the `ctfdcm` provider:
- `ctfdcm:region` (environment: `CTFDCM_REGION`) - the region in which to deploy resources
## Reference
For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/ctfdcm/api-docs/).