not really known
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
trivernis eb25371670
Change admin role and user handling
Change the handling of the default admin role and the default admin user
to be assigned roles based on their names instead of their id.

Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
msg-rpc@49d5458538 Change tcp message handling to be multithreaded 4 years ago
src Change admin role and user handling 4 years ago
.dockerignore Add Dockerfile 4 years ago
.gitignore Improve logging output format 4 years ago
.gitmodules Add msgrpc submodule 4 years ago
Cargo.lock Switch to Mutex from parking_lot to avoid poisoning 4 years ago
Cargo.toml Switch to Mutex from parking_lot to avoid poisoning 4 years ago
Dockerfile Add Dockerfile 4 years ago
README.md Create README.md 4 years ago

README.md

fLotte User Management Server

Dev Requirements

  • a full rust toolchain installation (for example with rustup)
  • a postgres installation

Building

# in the projects folder
> cargo build --release

The resulting binary is being stored in the target folder.

Running

The server can be run either directly from the built binary or with the command

cargo run --release

The --release indicates that an optimized release built should be run.