20 lines
554 B
Markdown
Raw Permalink Normal View History

2021-09-20 21:54:53 +02:00
# API-Testsetup, aber mit Docker
2021-09-20 19:34:09 +00:00
2021-09-20 21:54:53 +02:00
wirklich nur um das API zu testen. ATM implementiert: machines::* & machine::read, authenticate
2021-09-20 19:34:09 +00:00
2022-11-30 20:11:12 +00:00
* run `docker-compose up` in this directory
* [View the documentation](https://fab-access.readthedocs.io/en/v0.3/installation/server_docker.html)
2024-05-24 11:07:00 +00:00
open questions:
* shoudl I change the cert?
* how do I validate the server is working?
* sample requests?
2024-07-10 13:30:44 +02:00
* what to expect on port `59661`?
# setup tasmota
```
cd adapters
git clone https://gitlab.com/fabinfra/fabaccess/actors/tasmota.git
chmod +x tasmota/main.py
```