Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/mqtt #19

Open
wants to merge 4 commits into
base: v2
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ For configuration there are the following env variables available:
|WEB_DOMAIN|-|Your Web domain|
|TTN_DOMAIN|-|Your TTN domain|
|TINGG_DOMAIN|-|Your TINGG domain|
|CONSOLE_DOMAIN|-|Your MQTT domain|
|METRICS_DOMAIN|-|Your metrics domain|
|METRICS_USER|-|Your metrics basic auth user|
|METRICS_PASSWORD|-|Your metrics basic auth password|
Expand Down
2 changes: 1 addition & 1 deletion vhosts/1api.enabled
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,4 @@ http://{$INGRESS_DOMAIN} {
reverse_proxy tingg-osem-integration:3000

import stdout
}
}
5 changes: 5 additions & 0 deletions vhosts/3integrations.enabled
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{$MQTT_CONSOLE_DOMAIN} {
reverse_proxy /socket.io/* mqtt-integration:5173

import stdout
}
Loading