No description
Find a file
2026-02-24 09:46:05 +01:00
lib Initial commit 2026-02-23 18:37:34 +01:00
spec Initial commit 2026-02-23 18:37:34 +01:00
.gitignore Initial commit 2026-02-23 18:37:34 +01:00
.gitlab-ci.yml Fix podman build command 2026-02-24 09:46:05 +01:00
.rspec Initial commit 2026-02-23 18:37:34 +01:00
.rubocop.yml Initial commit 2026-02-23 18:37:34 +01:00
config.ru Initial commit 2026-02-23 18:37:34 +01:00
config.yml.example Initial commit 2026-02-23 18:37:34 +01:00
Containerfile Initial commit 2026-02-23 18:37:34 +01:00
Gemfile Initial commit 2026-02-23 18:37:34 +01:00
infisical_license_server.gemspec Initial commit 2026-02-23 18:37:34 +01:00
LICENSE.txt Initial commit 2026-02-23 18:37:34 +01:00
Rakefile Initial commit 2026-02-23 18:37:34 +01:00
README.md Initial commit 2026-02-23 18:37:34 +01:00

Infisical License Server

A simple implementation of the Infisical license server API, which supports on-prem online licenses.

Usage

Create a config.yml file following the example in config.yml.example, then run the application using rackup.

The configuration values that need to be set in Infisical to use the server are;

  • LICENSE_KEY=<.> - should be set to the key value for the plan you want to use
  • LICENSE_SERVER_URL=<.> - should be set to the URL where this server is running

License

The gem is available as open source under the terms of the MIT License.