mwinkler / TonieBox.CreativeManager

Manage your creative Tonies via web gui
24 stars 3 forks source link

Blank page #3

Closed heilmoa closed 2 years ago

heilmoa commented 3 years ago

Hello,

i run this container on a synology and when it iss online i only see a blank page. I tested it with Chrome, Firefox and Edge.

The Url is: http://192.168.10.15:5995/user/select

Can you help?

Brice187 commented 3 years ago

same issue here :-(

flaviuskehr commented 2 years ago

same here - already tried to follow your creative-tonie-manager.json guidance in this thread: https://github.com/mwinkler/TonieBox.CreativeManager/issues/2

Is there anything else I can try?

heilmoa commented 2 years ago

The creative-tonie-manager.json File has to be in the media library folder. With this file it works like a charm

mwinkler commented 2 years ago

sorry, yes the file is missing in the repo, here is a example:

{
    "TonieMappings": [],
    "Users": [
      {
        "Id": "1",
        "Name": "Noah",
        "Credits": 0,
        "ProfileImageUrl": "https://images.assetsdelivery.com/compings_v2/topphotoengineer/topphotoengineer1603/topphotoengineer160300054.jpg",
        "Tonies": [
          "A459470E500304E0",
          "BCC73C0D500304E0",
          "F8F8F60D500304E0",
          "7D01A90C500304E0"
        ]
      },
      {
        "Id": "2",
        "Name": "Mia",
        "Credits": 0,
        "ProfileImageUrl": "https://www.gmcrafts.co.uk/wp-content/uploads/2018/11/Cute-Unicorn-Main-Product-Image.jpg",
        "Tonies": [
          "7ED3A00D500304E0",
          "A1A1510E500304E0",
          "5DDF180D500304E0",
          "6F78210C500304E0"
        ]
      }
    ],
    "Vouchers": [
      {
        "Code": "🐵🐵🐵",
        "Value": 1,
        "Used": null
      }
    ]
  }