11 lines
208 B
Markdown
11 lines
208 B
Markdown
# Picrinth server
|
|
|
|
This is a Server part for the Picrinth app.
|
|
|
|
This version is written in python and there are plans to rewrite it to the Golang so stay tuned!
|
|
|
|
Generate key:
|
|
``` sh
|
|
openssl rand -hex 32
|
|
```
|