Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tavdog authored Dec 6, 2024
1 parent da40996 commit e6dafd2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# tidbyt-manager
This is a very basic flask app for managing externally run applets for your tidbyt.
This is a very basic flask app for managing externally run applets for your tidbyt.
The docker-compose file will build and create the web app container itself and an mqtt/mosquitto container
```docker-compose up``` should do everything.

default login in admin / password


docker needs port 8000 and 5100-5120 port range opened up (use --network=host to make it easy ((doesn't work on mac docker though))

set DOMAIN value in .env file if not running locally
Expand Down

0 comments on commit e6dafd2

Please sign in to comment.