Thomas Ghysels
Thomas Ghysels
This PR is quite massive, it's probably best to review per commit and cherrypick what looks best to you. Here is a handy button: I started with a commit that...
Feel free to use as inspiration. Best to inspect commit per commit, more specifically [323b55e](https://github.com/robbie-cahill/tunnelmole-service/pull/4/commits/323b55e6543be89caa48995ae63371c10977c873) and [f1bc0f8](https://github.com/robbie-cahill/tunnelmole-service/pull/4/commits/f1bc0f8c091dd9f595cce93f300068db32f5bf67).
I looked into WebSocket support in https://github.com/robbie-cahill/tunnelmole-service/pull/6
Hono does actually provide the IncomingMessage using the node-server: https://hono.dev/docs/getting-started/nodejs#access-the-raw-node-js-apis ```ts import { serve, type HttpBindings } from '@hono/node-server' const app = new Hono() app.all( '/*', createMiddleware( (ctx, next) =>...
+1 for cachebusting utilities in sapper `%sapper.version%` is not specific enough though. The ideal solution would provide a hash of every file. That way, only actual changes get invalidated. How...
I would expect it to match `docker stack deploy` behavior, which is the way to deploy compose files. https://docs.docker.com/reference/cli/docker/stack/deploy/ Could be challenging as I think lots of things are handled...
I would not expect conf.d or uploaded-photos to be uploaded. If uploading folders was a feature, it could be asked interactively and then saved in a configuration file. Or even...
It seems to be using the browser locale
> which requires building Caddy with a DNS plugin Is that possible with caddy-docker-proxy? Based on https://github.com/lucaslorentz/caddy-docker-proxy/blob/71e0ff7378a60903153b8549b201e76c4adb4f4f/Dockerfile-alpine#L11 it seems the build does not happen in a docker stage? Edit: this...
Because I prefer export declarations ^^ it's unfortunate that this package doesn't autofix exports