cytopia

Results 223 comments of cytopia

@folkevil can you add some details on what the requirements/settings would be to support it "on default settings"

> Or is there any guidance for adding meilisearch to devilbox so I can open a PR Nothing in written form as of yet, but generally you will need to...

This integration test generates a working reverse proxy (via http/https without the additional port). You can generate it and compare it against your example: https://github.com/cytopia/devilbox/blob/master/.tests/tests/rproxy-javascript.sh

@robots4life do you want to document all the steps you've taken and the current open tasks in the wiki of this repository? Once this issue will be closed, all that...

> Also happy, if we can get it running, to write documentation for Devilbox i.e. under https://devilbox.readthedocs.io/en/latest/examples/sveltekit with the steps needed. I was refering to the wiki page of the...

@robots4life I just gave it a shot and it works without any problems via correct URL and https support. It is actually quite simple. So here's what I did: This...

#### `http://svelte.loc/` In the console I also only get: ``` Error with Permissions-Policy header: Unrecognized feature: 'interest-cohort'. [vite] connecting... ``` And then: ``` client.ts:22 WebSocket connection to 'ws://svelte.loc/' failed: (anonymous)...

The I think it has issues reaching it through the reverse proxy. Are there any examples on how to set this up properly with an Nginx reverse proxy?

For me the endless reloading stopped by: 1. Using `https` in the browser instead of `http` 2. Using `nginx-mainline` instead of `nginx-stable` With the following server directive in the vhost-gen...

The documentation looks straigh forward :+1: For the values you asked me about, I actually don't really know what `strictPort` or `clientPort` do, I trial&errored them together until it workied,...