Skip to content

Commit f8750d3

Browse files
authored
Port selection more clear
1 parent 4f5ce71 commit f8750d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/tools/teddyCloud/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You can also use teddyCloud on the command line to manipulate esp32 firmware dum
1515
The docker container automatically generates the server certificates on first run. You can extract the ```certs/server/ca.der``` for your box after that.
1616

1717
An example [docker-compose.yaml can be found within the docker subdir.](https://github.com/toniebox-reverse-engineering/teddycloud/blob/master/docker/docker-compose.yaml)
18-
Please beware that port 443 cannot be remapped and you cannot use a reverse proxy like nginx or traefik. The client certificate authentication needs to be done by teddyCloud. Also, there is no SNI. If you are using docker, you can use macvlan to give the teddyCloud container a dedicated IP address.
18+
Please beware that port 443 cannot be remapped and you cannot use a reverse proxy like nginx or traefik without passing through the TLS (complex, not recommended). The client certificate authentication needs to be done by teddyCloud. Also, there is no SNI. If you are using docker, you can use macvlan to give the teddyCloud container a dedicated IP address (recommended).
1919

2020
## Preparation
2121
Please connect your Toniebox to your Wi-Fi and update its firmware. Many boxes are shipped with a production firmware that needs to be updated. Otherwise the box won't work as it should. It is not necessary to connect the box to the mytonies app/account. [Connect the box without the setup assistant.](https://support.tonies.com/hc/en-us/articles/4415294030482-How-do-I-set-up-a-Wi-Fi-connection-without-the-setup-assistant)
@@ -35,7 +35,7 @@ If you have problems with teddyCloud or just want to be sure everything works as
3535
Please put your content into the ```/data/content/default/``` in the same structure as on your toniebox. You can edit ```500304E0.json``` file beside the content files to mark them as live or you can prevent the usage of the Boxine cloud for that tag with the nocloud parameter. By setting a source teddyCloud can stream any content that ffmpeg can decode (urls and files). Please check that the file and folders in upper case. If not rename them, otherwise teddyCloud won't serve them to the box!
3636

3737
### Webinterface
38-
Currently the teddyCloud webinterface is reachable through the IP of the docker container at port 80 or 443 (depending on your ```docker-compose.yaml```). Changes affecting the toniebox (volume, LED) which are made through this interface will only be reflected onto the toniebox after pressing the big ear for a few seconds until a beep occurs.
38+
Currently the teddyCloud webinterface is reachable through the IP of the docker container at port 80 (depending on your ```docker-compose.yaml```). The 443 port is usally exclusive for the toniebox connection. Changes affecting the toniebox (volume, LED) which are made through this interface will only be reflected onto the toniebox after pressing the big ear for a few seconds until a beep occurs (freshnessCheck).
3939

4040
![teddyCloud Webinterface](/img/teddyCloudWebinterface.png)
4141

0 commit comments

Comments
 (0)