No description
Find a file
2026-02-21 20:09:38 +02:00
lang refactor: deduplicate user/permission checks, fix some invalid states, other misc changes 2026-02-21 20:09:38 +02:00
migration add bans and session version 2026-02-01 03:48:45 +03:00
scripts check if username is taken when signing up, fix some translation strings, add lang files validator to ci 2026-02-01 17:24:29 +01:00
src refactor: deduplicate user/permission checks, fix some invalid states, other misc changes 2026-02-21 20:09:38 +02:00
.dockerignore Skin support 2024-07-07 19:00:53 +02:00
.env.example add an option to disable registration 2025-08-24 20:43:05 +02:00
.gitignore check if username is taken when signing up, fix some translation strings, add lang files validator to ci 2026-02-01 17:24:29 +01:00
.gitlab-ci.yml check if username is taken when signing up, fix some translation strings, add lang files validator to ci 2026-02-01 17:24:29 +01:00
build.sh Skin support 2024-07-07 19:00:53 +02:00
Cargo.lock refactor: deduplicate user/permission checks, fix some invalid states, other misc changes 2026-02-21 20:09:38 +02:00
Cargo.toml refactor: deduplicate user/permission checks, fix some invalid states, other misc changes 2026-02-21 20:09:38 +02:00
Dockerfile fix build 2024-09-03 00:08:42 +02:00
README.md A lot of fixes, authlib-injector support 2024-06-30 00:52:47 +02:00
shell.nix check if username is taken when signing up, fix some translation strings, add lang files validator to ci 2026-02-01 17:24:29 +01:00

Generating keys

openssl genrsa -out key.pem 4096
openssl rsa -in key.pem -inform PEM -outform DER -out key.der

openssl rsa -in key.pem -outform DER -pubout -out public.der

openssl rand -base64 48