Kyle Kienapfel
Kyle Kienapfel
Can you clarify? I've got USharpVideo in my world project and in Assets/USharpVideo/UI/Feather there are some sprites in there.
For running on a windows server, especially involving well known ports like 80 and 443 it's probably best to start and see if the ports are in use. 2.4.0-kh5 added...
With docker compose you'd need a docker image to be built for it. I'm not aware of any yet. I tried building the frontend just now and ran into two...
https://github.com/betaflight/betaflight/blob/master/docs/LedStrip.md as usual I read through the code and found the docs at the very end. The configurator would need an item that shows the currently configured race color. ```...
Looking at the Revolt.toml in the backend repo, it looks like you might be able to specify parameters to integrate with existing infrastructure?
If you use a codeblock, you can post a file without it getting... interesting formatting. ``` {$HOSTNAME} { route /api* { uri strip_prefix /api reverse_proxy http://api:14702 { header_down Location "^/"...
From the Caddyfile extract in https://github.com/revoltchat/self-hosted/issues/153 ``` @autumn path /autumn* handle @autumn { uri strip_prefix /autumn reverse_proxy http://autumn:14704 { header_up Authorization {>Authorization} } } ``` I forget if you ever...
First thing I'd check is if the URLs mentioned in /api are correct. "ws": "wss://subdomain.domain.tld/ws", Oh, are you getting an error just getting the first page, not asking for either...
``` (in a code block otherwise I think a user named https gets a notification) @https://{my domain}/assets/Login.c46a8a30.js:1:12504 ``` looks like in that file they're trying to read the invite_only variable...
[from revites inject.js](https://github.com/revoltchat/revite/blob/bccf1eebae52e794bb3289adbd54a84e4a414ddc/scripts/inject.js#L5-L6), a script that runs in the web container ```javascript let target = /__API_URL__/g; let replacement = process.env.REVOLT_PUBLIC_URL; ``` https://github.com/revoltchat/self-hosted/blob/99b0d743af8a70d71ce0a8a205500efff80330de/generate_config.sh#L1-L5 Your .env.web has ``` REVOLT_PUBLIC_URL=https://chat.jakee.dev ``` slap /api...