05c89e5c6113ad111bd40154a29629887f75e9ea
micro-license-server
A very small, self-hosted license server intended for lower traffic projects.
Environment Setup
Replace the placeholder secrets in .env with secure random values using openssl rand:
sed -i \
-e "s/PG_CHANGEME/$(openssl rand -base64 32)/" \
-e "s/API_CHANGEME/$(openssl rand -base64 48)/" \
.env
v1.0.2
Latest
Languages
Python
99.6%
Dockerfile
0.4%