I would say I followed the instructions exactly. The one from the GUI and from this Vid https://www.youtube.com/watch?v=rtU45D_xNzs
However, I'm still getting the error message "ant" and cant see any Box at the GUI.
My ngCfg.json:
{
"general": {
"activeImg": "ofw2",
"_descWaitForPress": "Waits for an earpress on startup",
"waitForPress": false,
"_descWaitForBoot": "Waits for an earpress before firmware boot",
"waitForBoot": false,
"waitTimeoutInS": 60,
"_descMinBatteryLevel": "Divide through 2785 to get voltage",
"minBatteryLevel": 8869,
"ofwFixFlash": "/sys/pre-img.bin",
"_descSerialLog": "Logging only works with the debug build!",
"serialLog": false,
"_descLogLevel": "0:Trace - 5:Fatal",
"logLevel": 0,
"_descLogColor": "Use colors in log output",
"logColor": false
},
"ofw1": {
"checkHash": false,
"hashFile": false,
"watchdog": true,
"bootFlashImg": true,
"flashImg": "/sys/pre-img.bin"
},
"ofw2": {
"checkHash": true,
"hashFile": false,
"watchdog": true,
"ofwFix": true,
"ofwSimBL": true,
"patches": ["altCa.305", "altUrl.tc.fritz.box"]
},
"ofw3": {
"checkHash": true,
"hashFile": false,
"watchdog": true,
"ofwFix": true,
"patches": ["altCa.305", "altUrl.tc.fritz.box"]
},
"cfw1": {
"checkHash": false,
"hashFile": false,
"watchdog": true
},
"cfw2": {
"checkHash": false,
"hashFile": false,
"watchdog": true
},
"cfw3": {
"checkHash": false,
"hashFile": false,
"watchdog": true
},
"add1": {
"checkHash": true,
"hashFile": false,
"watchdog": true,
"ofwFix": true,
"ofwSimBL": false,
"patches": ["blockCheck.310", "noCerts.305", "noPass3.310", "noPrivacy.305", "uidCheck.307"]
},
"add2": {
"checkHash": true,
"hashFile": false,
"watchdog": true,
"ofwFix": true,
"ofwSimBL": false,
"patches": ["altCa.305", "altUrl.305"]
},
"add3": {
"checkHash": true,
"hashFile": false,
"watchdog": true,
"ofwFix": true,
"ofwSimBL": false,
"patches": ["altCa.305", "altUrl.305"]
}
}
Docker and macvlan are running in Portainer and on the Synology NAS. All green.
I can access the GUI via IP address https 192.168.1.201 and HTTP with :80. I can also access it via tc.fritz.box.
I've flashed the c2.der firmware to the box several times without any error messages.
I've also tried the original SD card.
Unfortunately, I'm currently out of ideas and hope someone can help me.
E:
version: â3.9â
services:
teddycloud:
container_name: teddycloud
hostname: teddycloud
image: ghcr.io/toniebox-reverse-engineering/teddycloud:latest
restart: unless-stopped
networks:
my_macvlan:
ipv4_address: 192.168.1.201
volumes:
- /volume1/docker/teddycloud/certs:/teddycloud/certs #certificates of the server
- /volume1/docker/teddycloud/config:/teddycloud/config #config file for the server and the boxes
- /volume1/docker/teddycloud/content:/teddycloud/data/content #microSD representation for the boxes
- /volume1/docker/teddycloud/library:/teddycloud/data/library #library to manage content
- /volume1/docker/teddycloud/custom_img:/teddycloud/data/www/custom_img #location to store custom images for custom tonies json
- /volume1/docker/teddycloud/firmware:/teddycloud/data/firmware #firmware backups
- /volume1/docker/teddycloud/cache:/teddycloud/data/cache #img cache for content images
networks:
my_macvlan:
external: true
My English is fine but if theres a chance that someone DM me on German, it would be much easier











