mirror of
https://github.com/gnmyt/LicenseAPI.git
synced 2026-01-09 01:31:47 +00:00
Update README.md
This commit is contained in:
43
README.md
43
README.md
@ -8,4 +8,45 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
A free, self-hosted licensing system for your software
|
A free, self-hosted licensing system for your software
|
||||||
|
|
||||||
|
## Features
|
||||||
|
- **Permission System**
|
||||||
|
- **Group Management**
|
||||||
|
- **Assign Metadata to Licenses**
|
||||||
|
- **Offline License Validation**
|
||||||
|
- **Collaborate with your team**
|
||||||
|
- **Integrate using the REST API or SDKs**
|
||||||
|
|
||||||
|
## Get Started
|
||||||
|
LicenseAPI allows you to generate licenses for your software and validate them. It is built with security in mind and is easy to use.
|
||||||
|
|
||||||
|
### Quick Start Guide
|
||||||
|
```shell
|
||||||
|
curl -sSL https://get.docker.com | sh
|
||||||
|
wget https://raw.githubusercontent.com/gnmyt/LicenseAPI/main/docker-compose.yml
|
||||||
|
docker compose up -d
|
||||||
|
```
|
||||||
|
|
||||||
|
## Screenshots
|
||||||
|
|
||||||
|
### Licenses
|
||||||
|

|
||||||
|
|
||||||
|
### Permissions
|
||||||
|

|
||||||
|
|
||||||
|
### Groups
|
||||||
|

|
||||||
|
|
||||||
|
### Metadata
|
||||||
|

|
||||||
|
|
||||||
|
### Access keys
|
||||||
|

|
||||||
|
|
||||||
|
### Members
|
||||||
|

|
||||||
|
|
||||||
|
### Projects
|
||||||
|

|
||||||
Reference in New Issue
Block a user