Files
LicenseAPI/README.md
Mathias Wagner de37d03f3a Update README.md
2024-07-30 16:49:59 +02:00

52 lines
1.2 KiB
Markdown

<br/>
<div align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://i.imgur.com/6IW32fV.png" width="300">
<img alt="Banner" src="https://i.imgur.com/4v0uPah.png" width="300">
</picture>
</div>
---
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
![Licenses](https://i.imgur.com/FhhBu5h.png)
### Permissions
![Permissions](https://i.imgur.com/vcxlGJM.png)
### Groups
![Groups](https://i.imgur.com/BlorGkk.png)
### Metadata
![Metadata](https://i.imgur.com/J5SHIy1.png)
### Access keys
![Access keys](https://i.imgur.com/Yj9Q3PP.png)
### Members
![Members](https://i.imgur.com/IrJpODF.png)
### Projects
![Project](https://i.imgur.com/W9Yxtu2.png)