Image Path for Custom Tonies

I’m trying to play with the custom tonie feature and to get an image displayed. The current (WIP) modal (“Create new Custom Tonie/Tag”) is asking for a “Url to picture”. How is that supposed to look like? A file path to the image? An URL to a local file?
Is there a plan to store files on the server that can be served to the browser? Shall I be able to upload files via the browser, to be stored on the server and used as image? Or do the images need to be hosted somewhere outside of teddy cloud?

This could be any url you can reach with your browser. Could be a url to an image in the www or one hosted locally.

There is the idea (and an open issue) that you can also upload images to tc using the gui.

Sorry for reviving such an old topic…

Until said idea is implemented, where would I put my custom images if I want them to be hosted within teddycloud?

In the current develop branch is a new volume introduced (see docker-compose.yaml). If you have this volume /www/custom_img/ added, you can store the images within that folder and link the images in the tonies.custom.json „pic“: „/custom_img/yourImage.png“