Merge pull request 'chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.13.0' (#5) from renovate/org.apache.maven.plugins-maven-compiler-plugin-3.x into master
LicenseServer
A simple open-source licensing server for your products.
Discord Preview
API Reference
Check License
POST /check
Body
Key | Type | Description |
---|---|---|
key |
string |
Required. Your base64 encrypted license key |
product |
string |
Required. The product the license is for |
hwid |
string |
Required. The base64 encrypted hardware id of the requester |
Response
Error
{
"error": "Error message"
}
Success
{
"description": "Testing",
"ownerSnowflake": 504147739131641857,
"ownerName": "Braydon#2712",
"expires": "2023-06-02T06:00:47.270+00:00"
}
Deployment
Docker
docker run -d -p 7500:7500 -v "$(pwd)/data/application.yml:/usr/local/app/application.yml" git.rainnny.club/rainnny/licenseserver:latest
Docker Compose
version: '3'
services:
app:
image: git.rainnny.club/rainnny/licenseserver:latest
volumes:
- ./data/application.yml:/usr/local/app/application.yml
ports:
- "7500:7500"
Description
Languages
Java
82.2%
TypeScript
15%
CSS
1.8%
Dockerfile
0.8%
JavaScript
0.2%