No description
| lib | ||
| spec | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .rspec | ||
| .rubocop.yml | ||
| config.ru | ||
| config.yml.example | ||
| Containerfile | ||
| Gemfile | ||
| infisical_license_server.gemspec | ||
| LICENSE.txt | ||
| Rakefile | ||
| README.md | ||
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 thekeyvalue for the plan you want to useLICENSE_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.