fabaccess-bffh/examples
Nadja Reitzenstein 9e244aab7e All the things.
2021-10-20 18:37:50 +02:00
..
docker fix config file for docker 2021-09-19 19:45:52 +00:00
types split cfg 2021-09-30 10:26:04 +02:00
actor.sh better output and examples 2021-09-21 09:22:54 +02:00
actors.dhall split cfg 2021-09-30 10:26:04 +02:00
bffh.dhall All the things. 2021-10-20 18:37:50 +02:00
fail-actor.sh better output and examples 2021-09-21 09:22:54 +02:00
initiators.dhall split cfg 2021-09-30 10:26:04 +02:00
machines.dhall split cfg 2021-09-30 10:26:04 +02: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.dhall split cfg 2021-09-30 10:26:04 +02:00
roles.toml We don't use remote roles for now 2021-01-27 14:40:33 +00:00
users.toml Make work 2021-09-21 07:54:18 +02: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