ttshivers

Results 45 comments of ttshivers

Sure! It sounds like you want to completely self host, and the new version makes it very easy to do that. https://github.com/synclounge/synclounge#docker Sample nginx configs: https://github.com/synclounge/synclounge#sample-nginx-config

I am also experiencing the same issue with mine looking like: ``` Error (bad_data: invalid parameter "query": 1:78: parse error: unknown escape sequence U+0048 'H'). Please check the server logs...

I worked around this by adding `route.path` to the fastify raw request with an interceptor. ```typescript import type { CallHandler, ExecutionContext, NestInterceptor } from '@nestjs/common'; import { Injectable } from...