You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/tools/teddyCloud/setup/_index.md
+7-14Lines changed: 7 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,12 @@
1
1
---
2
2
title: "Setup"
3
-
description: "teddyCloud is an open source replacement server for the tonies cloud."
3
+
description: "Start and read to setup teddyCloud!"
4
4
bookCollapseSection: true
5
5
headless: true
6
6
---
7
7
# teddyCloud Setup
8
8
9
-
## Features
10
-
teddyCloud is an alternative server for your Toniebox, allowing you to host the cloud services locally.
11
-
This gives you the control about which data is sent to the original manufacturer's cloud and allows you
12
-
to host your own figurine audio files on e.g. your [NAS or any other server](supported-server-hardware).
13
-
You can also use teddyCloud on the command line to manipulate esp32 firmware dumps or encode Tonie Audio Files (TAFs). See ```toniecloud --help```.
9
+
Minimal teddyCloud version for this docu is release v0.6.0! Please ensure you are using that or a newer release.
14
10
15
11
## Docker hints
16
12
The docker container automatically generates the server certificates on first run. You can extract the ```certs/server/ca.der``` for your box after that.
@@ -32,18 +28,15 @@ If you have problems with teddyCloud or just want to be sure everything works as
32
28
33
29
## Additional
34
30
35
-
### Content
36
-
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!
37
-
38
-
### Webinterface
39
-
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).
31
+
### WebGui
32
+
Currently the teddyCloud webinterface is reachable through the IP of the docker container at port 80 (depending on your ```docker-compose.yaml```). To reach the Webinterface with https the port 8443 (depending on your ```docker-compose.yaml```) is used (for example if you want to flash your box). The default https port 443 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).
43
37
44
-
As an additional frontend is still being developed, you can reach a second frontend at ```xxx.xxx.xxx/web```. Changes made here are instantly live on the box.
45
-
46
-
38
+
### Content (Legacy)
39
+
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!
Copy file name to clipboardExpand all lines: content/docs/tools/teddyCloud/setup/dns/cc3200.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ With a CC3200 box it is recommened to a altUrl patch. As a standard the fritzbox
10
10
If you have a fritzbox you can use the [altUrl.tc.fritz.box](https://github.com/toniebox-reverse-engineering/hackiebox_cfw_ng/blob/master/sd-bootloader-ng/bootmanager/sd/revvox/boot/patch/altUrl.tc.fritz.box.json) patch. You'll just have to set the name of your server in your fritzbox to ```tc``` (Heimnetz -> Netzwerk -> Netzwerkverbindungen -> bearbeiten).
11
11
12
12
## Other (custom dns)
13
-
The [altUrl.305](https://github.com/toniebox-reverse-engineering/hackiebox_cfw_ng/blob/master/sd-bootloader-ng/bootmanager/sd/revvox/boot/patch/altUrl.305.json) patch replaces the cloud urls with custom ones. Set the DNS entries for ```prod.revvox``` and ```rtnl.revvox``` to the TeddyCloud servers ip-address.
13
+
The [altUrl.305](https://github.com/toniebox-reverse-engineering/hackiebox_cfw_ng/blob/master/sd-bootloader-ng/bootmanager/sd/revvox/boot/patch/altUrl.305.json) patch replaces the cloud urls with custom ones. Set the DNS entries for ```prod.revvox``` and ```rtnl.revvox``` to the teddyCloud servers ip-address.
14
14
You may also edit the patch yourself to set the ip-address directly. Please beware, it should not be longer than the original url, which is 12 characters.
15
15
16
16
[Please continue with on the teddyCloud tool page from the beginning](../../#additional)
Copy file name to clipboardExpand all lines: content/docs/tools/teddyCloud/setup/dns/cc3235.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: ""
4
4
---
5
5
6
6
# CC3235
7
-
Set the DNS entries for ```prod.de.tbs.toys``` and ```rtnl.bxcl.de``` to the TeddyCloud servers ip-address. Beware, this will cut off the connection of all tonieboxes within your network, which arn't patched with your replacement CA!
7
+
Set the DNS entries for ```prod.de.tbs.toys``` and ```rtnl.bxcl.de``` to the teddyCloud servers ip-address. Beware, this will cut off the connection of all tonieboxes within your network, which arn't patched with your replacement CA!
8
8
As an alternative you can set the gateway for the tonieboxes to the ip of teddyCloud. With OpenWRT it works this way:
Copy file name to clipboardExpand all lines: content/docs/tools/teddyCloud/setup/dump-certs/esp32.md
+13-6Lines changed: 13 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,18 @@ If connected with the Boot jumper, the box just start in "DOWNLOAD (USB/UART0)"
12
12
13
13
## Browser based
14
14
You can use the build in ESP32 box flashing tool in the webinterface of teddyCloud to backup your box with "Read ESP32".
15
-
After that you can manually extract them into the ```/certs/client/``` directory. You can either do that with the teddycloud executable on your computer or you may do it via the docker shell `docker exec -it <container-name> bash`.
After that you can manually extract the certificates into the ```/certs/client/``` directory. You can either do that with the teddycloud executable on your computer or you may do it via the docker shell `docker exec -it <container-name> bash`.
Copy file name to clipboardExpand all lines: content/docs/tools/teddyCloud/setup/flash-ca/esp32.md
+20-3Lines changed: 20 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,24 @@ If you have a Fritzbox you can set it to tc.fritz.box (see CC3200 how to configu
10
10
11
11
Check, that your backup of your flash is okay and you were able to extract the certificates.
12
12
13
-

13
+
If you successfully read or load the flash of your Toniebox, the patching step is shown. Enter the hostname/ip of your teddyCloud instance. You can now also enter the WiFi credentials. To proceed click [Patch].
14
+
15
+

16
+
17
+
After the flash is patched, you can proceed with the actuall flashing. Till this step nothing happens to your Toniebox.
18
+
19
+

20
+
21
+
To flash the patched firmware on your Toniebox, disconnect your Toniebox first from your powersource, click [Flash ESP32], confirm the dialog and immediatly connect to powersource again.
[Please continue with DNS step for the ESP32](../../dns/esp32)
51
+
Reassamble your Toniebox again. If you already set the teddyCloud hostname, you can skip the [DNS step for the ESP32](../../dns/esp32), if not [continue with DNS step for the ESP32](../../dns/esp32).
52
+
53
+
Your Toniebox should now be able to connect to your teddyCloud. Do a freshnesscheck and check if the box appears in the Toniebox management.
Copy file name to clipboardExpand all lines: content/docs/tools/teddyCloud/setup/supported-server-hardware.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ bookCollapseSection: true
6
6
# Supported NAS/Server hardware
7
7
8
8
Teddycloud is supported on nearly all servers utilizing the x86_64, arm64, and armhf (linux/arm/v7) architectures, as Docker containers are available for these platforms.
9
-
Below is a compilation of NAS/server hardware that has been successfully utilized to host TeddyCloud:
9
+
Below is a compilation of NAS/server hardware that has been successfully utilized to host teddyCloud:
@@ -22,11 +22,11 @@ Consider using Alpine container instead of Ubuntu / Debian container if your ser
22
22
23
23
If you're utilizing alternative NAS/server hardware configurations, your contribution is welcome. Feel free to share your experience and insights with the community.
24
24
25
-
## Tested Hardware, but not supporting TeddyCloud
25
+
## Tested Hardware, but not supporting teddyCloud
26
26
27
27
28
28
| NAS / Server hardware | Comment/Discussion/Links |
If you've attempted to deploy TeddyCloud on specialized hardware without success, we encourage you to share your experience for community contribution. Conversely, if you've successfully implemented TeddyCloud on any of the mentioned hardware platforms, we invite you to document your process on our forum. Additionally, you're welcome to transition your system to one of the officially supported configurations.
32
+
If you've attempted to deploy teddyCloud on specialized hardware without success, we encourage you to share your experience for community contribution. Conversely, if you've successfully implemented teddyCloud on any of the mentioned hardware platforms, we invite you to document your process on our forum. Additionally, you're welcome to transition your system to one of the officially supported configurations.
Copy file name to clipboardExpand all lines: content/docs/tools/teddyCloud/tecdoc/playlist-tap-json.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ bookCollapseSection: true
5
5
---
6
6
# Playlist Feature (TAP files)
7
7
8
-
TeddyCloud supports basic playlist handling. A playlist file (TAP) can be linked to multiple sources, as long as it is supported by ffmpeg.
8
+
teddyCloud supports basic playlist handling. A playlist file (TAP) can be linked to multiple sources, as long as it is supported by ffmpeg. Please be aware: If you are adding TAF files, the chapters of them will get lost in the TAP!
9
9
10
10
TAP files can be placed into library folder. The Tonies (from content folder) can then get assigned to any TAP file, just like it would be a normal TAF.
Copy file name to clipboardExpand all lines: content/docs/tools/teddyCloud/tecdoc/tonies-custom-json.md
+16-26Lines changed: 16 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -4,44 +4,31 @@ description: "Info about the tonies-custom-json file"
4
4
bookCollapseSection: true
5
5
---
6
6
# tonies.custom.json
7
-
TeddyCloud uses the tonies-custom-json file to read the metadata of custom tags in the same manner it's done for the official boxine tonies in the tonies-json file. The structure is the same, but it's not overwritten as the tonies-json file through regularly updates. So you can use the tonies-custom-json to save metadata of your own custom tags.
7
+
teddyCloud uses the tonies-custom-json file to read the metadata of custom tags in the same manner it's done for the official boxine tonies in the tonies-json file. The structure is the same, but it's not overwritten as the tonies-json file through regularly updates. So you can use the tonies-custom-json to save metadata of your own custom tags.
8
8
9
9
Initially the tonies-custom-json file looks like the following:
Enriched with metadata for the above shown custom tag the tonies-custom-json file looks like this (more details see below in section [Specification](#specification)):
| model |`""`| A model number of the custom tag, can be left empty|
58
-
| audio_id |`["369519776"]`| Enter the custom audio ID of the custom tag. Can be found in the old GUI as shown below |
59
-
| hash |`["af9e61a9c1b12138fb060908d595742334b04515"]`| Enter the hash of the custom tag. Can be found in the old GUI as shown below |
44
+
| model |`"123456"`| A model number of the custom tag |
45
+
| audio_id |`["369519776"]`| Enter the custom audio ID of the custom tag. Can be found in GUI as shown below |
46
+
| hash |`["af9e6..b04515"]`| Enter the hash of the custom tag. Can be found in the GUI as shown below |
60
47
| title |`"Custom Tonie Example Title"`| Enter the title of the custom tag, it's currently not displayed, use the series and episode tag to give your custom tag a title which is shown in the GUI |
61
48
| series |`"Custom Tonie"`| Enter the Series of the custom tag, will be shown in the GUI |
62
49
| episodes |`"This is my custom tonie"`| Enter the Episode of the custom tag, will be shown in the GUI |
63
-
| tracks |`["Title 1", "Title 2"]`| Enter the tracks of the custom tag, will be shown in the new GUI only|
50
+
| tracks |`["Title 1", "Title 2"]`| Enter the tracks of the custom tag, will be shown in the GUI |
64
51
| release |`"0"`| currently unused |
65
-
| language |`"de-de"`| language code, currently unused|
52
+
| language |`"de-de"`| language code, will be shown in the gui if it's another language than the dominant one|
66
53
| category |`"custom"`| category of the custom tag, currently unused |
67
-
| pic |`"https://upload.wikimedia.org/wikipedia/en/6/6b/Hello_Web_Series_%28Wordmark%29_Logo.png"`| url of the picture which shall be shown as custom tag image in the GUI |
54
+
| pic |`"https://.../Logo.png"`| url of the picture which shall be shown as custom tag image in the GUI |
55
+
56
+
### How to get the Audio ID and the Hash value of a TAF
68
57
58
+
Navigate to the taf file in the library (or content if library is not enabled) and double click on the row. A modal will be shown which contains the information:
69
59
70
-

60
+

0 commit comments