Manpage logo

racksdb-web - RacksDB web application with REST API

NAME  SYNOPSIS  OPTIONS  EXIT STATUS  RESOURCES  COPYING  AUTHOR 

NAME

racksdb-web − RacksDB web application with REST API

SYNOPSIS

racksdb−web [OPTIONS]

OPTIONS

−h, −−help

Show this help message and exit.

−v, −−version

Show RacksDB version number and exit.

−−debug

Enable debug mode with more messages in output.

−b, −−db=DB

Path to database. Both files and directories paths are accepted. If the path is a directory, all YAML files in this directory are loaded, recursively. If the path does not exist, an error is reported. Default value is /var/lib/racksdb/ directory.

−s, −−schema=SCHEMA

Path to RacksDB schema YAML file. If the file does not exist, an error is reported. Default value is /usr/share/racksdb/schemas/racksdb.yml.

−e, −−ext=EXT

Path to optional RacksDB schema extensions. If the file does not exist, it is silently ignored by RacksDB. Default value is /etc/racksdb/extensions.yml.

−−host=HOST

The hostname to listen for incoming requests. Set to 0.0.0.0 to listen on all IP addresses of the host. Default value is localhost which restricts connections to local host.

−p, −−port=PORT

TCP port to listen for incoming requests. Default value is 5000.

−−drawings−schema=DRAWINGS_SCHEMA

Path to drawing parameters schema YAML file. Default value is /usr/share/racksdb/drawings.yml.

−−cors

Enable CORS headers.

−−openapi

Enable OpenAPI endpoint to retrieve REST API specifications.

−−with−ui[=PATH]

Enable web UI. The web UI is disabled by default. When the option is used without value, default UI path /usr/share/racksdb/frontend is used. When a path is provided, racksdb−web loads UI files from this path.

EXIT STATUS

0

racksdb−web has processed command with success.

1

racksdb−web encountered an error.

RESOURCES

RacksDB web site: <https://github.com/rackslab/racksdb>

COPYING

Copyright © 2022−2023 Rackslab: <https://rackslab.io>.

RacksDB is distributed under the terms of the GNU General Public License v3.0 or later (GPLv3+).

AUTHOR

Rackslab: https://rackslab.io


Updated 2026-06-01 - jenkler.se | uex.se