mafen / playit-docker

12 stars 0 forks source link

There's now an official docker image #4

Open loriopatrick opened 3 weeks ago

loriopatrick commented 3 weeks ago

https://github.com/playit-cloud/playit-agent/blob/master/Dockerfile

coloredbytes commented 3 weeks ago

https://github.com/playit-cloud/playit-agent/blob/master/Dockerfile

How is the secret key obtained cuase with out setting anything. I'm getting

playit  | SECRET_KEY environment variable missing, using CLI argument
playit  | secret key (first argument) is missing
loriopatrick commented 3 weeks ago

Support for creating the secret key was added to the website: https://playit.gg/account/agents/new-docker

On Wed, Aug 21, 2024, at 8:38 PM, Joshua Ross wrote:

https://github.com/playit-cloud/playit-agent/blob/master/Dockerfile

How is the secret key obtained cuase with out setting anything. I'm getting

playit | SECRET_KEY environment variable missing, using CLI argument playit | secret key (first argument) is missing

— Reply to this email directly, view it on GitHub https://github.com/mafen/playit-docker/issues/4#issuecomment-2303610706, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKV4ASG3EHNBDHUFEYJ3TLZSVMKZAVCNFSM6AAAAABM5GMGI2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBTGYYTANZQGY. You are receiving this because you authored the thread.Message ID: @.***>

coloredbytes commented 3 weeks ago

@loriopatrick thanks for the reply and the info!