Simon Blomsterlund
Simon Blomsterlund
Hi Kieran & Tsndr This is already possible, you just need to use the raw attribute on the response res object. ``` router.get('/image/:x', async (req, res) => { const response...
@HeroesLament Any progress on this yet? I've been spending the evening tryiong to get a docker compose file going, but keep getting stuck at sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) unable to open database...
Oh good catch, but it doesn't fix the issue. FTS still acts as if it is supposed to connect to a sqlite db.
Ah, got it up and running. https://github.com/CriticalTechIo/FreeTakServer/blob/master/docker-compose.yaml I'll continue on this path and set up UI and other things as well. And later on try to make a sane setup...
Workaround for CI pipelines that requires to convert to swagger 2. cat openapi31.yaml | yq '.openapi="3.0.0"' > openapi30.yaml and then https://www.npmjs.com/package/api-spec-converter