mirror of
https://github.com/gnmyt/LicenseAPI.git
synced 2026-01-11 18:51:47 +00:00
Create 0.index.md
This commit is contained in:
75
docs/content/0.index.md
Normal file
75
docs/content/0.index.md
Normal file
@ -0,0 +1,75 @@
|
|||||||
|
---
|
||||||
|
title: Home
|
||||||
|
navigation: false
|
||||||
|
layout: page
|
||||||
|
main:
|
||||||
|
fluid: false
|
||||||
|
---
|
||||||
|
|
||||||
|
:ellipsis{right=0px width=75% blur=150px}
|
||||||
|
|
||||||
|
::block-hero
|
||||||
|
---
|
||||||
|
cta:
|
||||||
|
- Get started
|
||||||
|
- /introduction/getting-started
|
||||||
|
secondary:
|
||||||
|
- Star on GitHub →
|
||||||
|
- https://github.com/gnmyt/LicenseAPI/stargazers
|
||||||
|
---
|
||||||
|
|
||||||
|
#title
|
||||||
|
A free, self-hosted licensing system for your software
|
||||||
|
|
||||||
|
#description
|
||||||
|
LicenseAPI allows you to generate licenses for your software and validate them. It is built with security in mind and is easy to use.
|
||||||
|
|
||||||
|
#extra
|
||||||
|
::list
|
||||||
|
- Permission System
|
||||||
|
- Group Management
|
||||||
|
- Assign Metadata to Licenses
|
||||||
|
- Offline License Validation
|
||||||
|
- Collaborate with your team
|
||||||
|
- Integrate using the REST API or SDKs
|
||||||
|
::
|
||||||
|
|
||||||
|
#support
|
||||||
|
::terminal
|
||||||
|
---
|
||||||
|
content:
|
||||||
|
- curl -sSL https://get.docker.com | sh
|
||||||
|
- wget https://raw.githubusercontent.com/gnmyt/LicenseAPI/main/docker-compose.yml
|
||||||
|
- docker compose up -d
|
||||||
|
---
|
||||||
|
::
|
||||||
|
::
|
||||||
|
|
||||||
|
::card-grid
|
||||||
|
#title
|
||||||
|
Features
|
||||||
|
|
||||||
|
#root
|
||||||
|
:ellipsis{left=0px width=40rem top=10rem blur=140px}
|
||||||
|
|
||||||
|
#default
|
||||||
|
::card{icon=noto:package}
|
||||||
|
#title
|
||||||
|
License Generation
|
||||||
|
#description
|
||||||
|
Generate licenses for your software with ease. LicenseAPI allows you to assign permissions and metadata to licenses.
|
||||||
|
::
|
||||||
|
|
||||||
|
::card{icon=noto:shield}
|
||||||
|
#title
|
||||||
|
Permission System
|
||||||
|
#description
|
||||||
|
LicenseAPI comes with a built-in permission system that allows you to assign permissions to licenses.
|
||||||
|
::
|
||||||
|
|
||||||
|
::card{icon=noto:busts-in-silhouette}
|
||||||
|
#title
|
||||||
|
Group Management
|
||||||
|
#description
|
||||||
|
Groups allow you to assign multiple permissions to a license. This makes it easier to manage your licenses.
|
||||||
|
::
|
||||||
Reference in New Issue
Block a user