View Source Deploy using Fly.io
Nindo is hosted over on Fly.io. Deploying your own instance to fly is very simple:
fly deploy
That's it :)
secrets
Secrets
Okay, I lied, you need to set the secrets:
fly secrets set YT_KEY=your-google-api-key-here
Nindo needs a YouTube API key to use the Google API to convert some channel URIs to another format. Read more
Then generate a key and set it as a secret:
fly secrets set CLOAK_KEY=your-cloak-key-here