fabaccess-bffh/examples
2020-12-22 02:43:15 +01:00
..
docker improved docker example again 2020-12-22 02:43:15 +01:00
bffh.dhall Fix config 2020-12-16 12:01:57 +01:00
pass.toml Load passdb \o/ 2020-12-16 14:28:21 +01:00
README.md improved docker example again 2020-12-22 02:43:15 +01:00
roles.toml Pushes code around until example loading compiles 2020-11-20 15:44:02 +01:00
users.toml Users loading, noot noot! 2020-12-16 13:30:04 +01:00

API-Testsetup

wirklich nur um das API zu testen. ATM implementiert: machines::* & machine::read, authenticate

  1. Ein mosquitto o.ä MQTT Server starten
  2. Datenbanken füllen: cargo run -- -c examples/bffh.dhall --load=examples
  3. Daemon starten: cargo run -- -c examples/bffh.dhall
  4. ???
  5. PROFIT!

A dockerized version of this example can be found in the docker subdirectory