is there a possibility to get docker-compose.yml for Ayon server + kitsu setup
with env variables, would be helpful
Hello,
Are you referring to running kitsu and AYON server using one docker compose file?
Yes, you are right.
as of now I have tried deploying ayon server
, ayon ash
and ember light kitsu
in a VPS as separate compose files, then I followed Kitsu Admin Docs | AYON Docs these steps but unable to login kitsu with the defalut credentials it says Login failed, please verify your credentials.
- I’m not able to login kitsu only when connected with
ayon server
and when I try to deploy kitsu in my local the credential works, I even tried to deploy as a new container the credentials work.
I’m not understanding what went wrong
I never tried to deploy ayon-docker
, ash
and kitsu
using the same stack.
so I’m not sure about any incompatibilities between them.
But, I know that using the same stack for ayon-docker
, ash
works fine on my end, more info Setting up AYON Service Host (ASH)
How to check where it’s creating a bug for me which is not allowing me to sign in kitsu.
As far as I know, you can check Event Viewer
, shortcut E+E
on Ayon server,
Also, you can check docker logs.
The log mentions invalid credentials
kitsu-1-2-3.kitsu.kitsu.KitsuLoginException: Could not login to Kitsu (invalid credentials)
2024-10-31 11:29:31 ERROR server Could not login to Kitsu (invalid credentials)
This could happen in some cases:
- you didn’t add the correct credentials to secrets. for reference check Set Kitsu Admin Account.
- you didn’t use the correct kitsu server urladdress. for reference check Server URL and Kitsu connection error (Could not login to Kitsu) - #6 by HannahFantasia