mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2025-06-10 18:33:21 +02:00
.idea
api
bffhd
bin
docs
examples
docker
README.md
actor.py
actor.sh
bffh.dhall
fail-actor.sh
init.py
self-signed-cert.pem
self-signed-key.pem
users.toml
modules
runtime
test
tools
.gitignore
.gitlab-ci.yml
.gitmodules
CHANGELOG.md
CONTRIBUTING.md
Cargo.lock
Cargo.toml
Dockerfile
INSTALL.md
LICENSE
README.md
build.rs
cargo-cross-config
i18n.toml
API-Testsetup
wirklich nur um das API zu testen. ATM implementiert: machines::* & machine::read, authenticate
- Ein mosquitto o.ä MQTT Server starten
- Datenbanken füllen:
cargo run -- -c examples/bffh.dhall --load=examples
- Daemon starten:
cargo run -- -c examples/bffh.dhall
- ???
- PROFIT!
A dockerized version of this example can be found in the docker subdirectory