Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 333 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 333 Bytes

OtaWilma-API

API used to store user's configuration and theme files in OtaWilma project.

Documentation coming soon

Docker

docker build . -t otawilma-api docker run --rm -it --mount type=bind,source=./secret.json,target=/otawilma/secret.json --mount type=bind,source=./config.json,target=/otawilma/config.json otawilma-api