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.
 
 
trivernis 5025f5600f
Update vented
Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
.github/workflows Change cache key for docker action 4 years ago
src Update vented and add copyright comments 4 years ago
.dockerignore Add dockerfiles and settings checks 4 years ago
.gitignore Add configurable timeout and log file directory 4 years ago
Cargo.lock Update vented 4 years ago
Cargo.toml Update vented 4 years ago
Dockerfile Add experimental cache to Dockerfile 4 years ago
LICENSE Create LICENSE 4 years ago
README.md Change settings to be done in the config directory 4 years ago

README.md

Snekcloud

This repository contains the snekcloud server implementation.

Usage

USAGE:
    snekcloud-server [SUBCOMMAND]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

SUBCOMMANDS:
    generate-key       Generates a new private key
    help               Prints this message or the help of the given subcommand(s)
    write-info-file    

When run without a subcommand the server executes normally.

Configuration

The configuration for the server has to be done in the config directory. This directory will always contain the default configuration default.toml and will load additional files with the same ending.

License

This project is licensed under GNU General Public License 3.