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 b8b27cbc0a
Make docker action dispatch-only
Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
.github/workflows Make docker action dispatch-only 4 years ago
src Remove unstable feature and fix docker build 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 Add dockerfiles and settings checks 4 years ago
Cargo.toml Add dockerfiles and settings checks 4 years ago
Dockerfile Remove alpine dockerfile and rename scratch.dockerfile 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.