Curseforge API Variable for Docker Compose - ATM8
Tryingto deploy a server via docker compose, specifically using this ATM8 template https://github.com/itzg/docker-minecraft-server/blob/master/examples/atm8/docker-compose.yml
When I raw copy/paste my API key from Curse Forge into the yaml file it dosn't like it.
if I try creating the .env file, and adding the line CF_API_KEY="apikeyhere" it still won't grant access.
If I create a txt file with the api key in it, and I use docker secret on the text file, then use the secret's ID in the .env instead, this does not work either.
All errors from docker result in:
[mc-image-helper] 16:37:04.253 ERROR : Invalid parameter provided for 'install-curseforge' command: Access to https://api.curseforge.com/v1 is forbidden. Make sure to set CF_API_KEY to a valid API key from https://console.curseforge.com/
When I raw copy/paste my API key from Curse Forge into the yaml file it dosn't like it.
if I try creating the .env file, and adding the line CF_API_KEY="apikeyhere" it still won't grant access.
If I create a txt file with the api key in it, and I use docker secret on the text file, then use the secret's ID in the .env instead, this does not work either.
All errors from docker result in:
[mc-image-helper] 16:37:04.253 ERROR : Invalid parameter provided for 'install-curseforge' command: Access to https://api.curseforge.com/v1 is forbidden. Make sure to set CF_API_KEY to a valid API key from https://console.curseforge.com/
GitHub
Docker image that provides a Minecraft Server that will automatically download selected version at startup - itzg/docker-minecraft-server
CurseForge for Studios