Let's get you set up in just a few steps. You can skip anything you don't need and set it up later in The Kennel.
Check everything you plan to use. ChartHound will only show setup steps for what you need. You can always enable more later.
ChartHound encrypts all your API tokens and passwords before storing them. To do this it needs a SECRET_KEY β a long random password that only you know.
Open a terminal on your server and run the command for your operating system below. Copy the result and paste it into your docker-compose.yml file where it says CHANGE_ME_GENERATE_A_STRONG_RANDOM_KEY. Then restart the container.
python3 -c "import secrets; print(secrets.token_hex(32))"
Connect at least one media server. You don't need all three β just the one you use. You can set up the others later in The Kennel.
ChartHound runs inside Docker and needs to know how to find your music files. Your media server uses one path β Docker uses another. This translator bridges the two.
Set up any additional services you selected. Everything here is optional β click Skip if you want to set these up later in The Kennel.