- USA
- https://www.sickgaming.net/
-
Admin and Developer @ SickGaming.net Full time HVAC Technician.
- Joined on
2023-10-22
Now just waiting till rsync is finished and can move umount movies, mount md17 to movies, change/update fstab to reflect. Reload, and see where we are from there. Will only have a few more tb…
cat /proc/mdstat # show which raids are active (sometimes md# will change, possibly when changing sata ports) sudo mkfs.ext4 -F /dev/md3 # This creates a file system on device md3 sudo…
So next prolly mdadm --assemble --scan --verbose /dev/md17 /dev/sdd /dev/sde /dev/sdi
mdadm --create --verbose /dev/md28 --level=0 --raid-devices=3 /dev/sdd /dev/sde /dev/sdi
blkid moun…
Location of drives:
/dev/sdi 5.5T 4.3T 940G 83% /mnt/6tb where are the other 2 6tb drives?
sdd linux_ 1.2 server:6 4f3e7539-aaff-dba6-f66a-945010703e8e …
Uncaught (in promise) SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data
Firefox can’t establish a connection to the server at wss://open-webui.rcs1.top/ws/socket…
- CORS_ALLOW_ORIGIN=https://open-webui.rcs1.top;https://rcs1.top;http://open-webui;http://open-webui:8080;http://192.168.86.239;http://192.168.86.239:3030;http://localhost:3030;http://192.168…
- CORS_ALLOW_ORIGIN=https://open-webui.rcs1.top;http://rcs1.top;http://open-webui;http://open-webui:8080;http://192.168.86.239;http://192.168.86.239:3030;http://localhost:3030
-…
Env Variables https://docs.openwebui.com/getting-started/env-configuration#redis
Trusted header look at later: https://docs.openwebui.com/features/auth/sso/
wonder if this has something to do with it:
<html> ENABLE_OAUTH_ID_TOKEN_COOKIEextra_hosts:
- "host.docker.internal:host-gateway"
from
https://github.com/krausality/nginx-https-open-webui-proxy/blob/main/docker-compose.yml
see if it works
The connection to wss://open-webui.rcs1.top/ws/socket.io/?EIO=4&transport=websocket was interrupted while the page was loading. [websocket.js:43:27](https://open-webui.rcs1.top/node_modules/engine.…
Setting ENABLE_WEBSOCKET_SUPPORT=false did the trick -- now there are a lot of HTTP requests, but it is working.
the above did not work for me whether true or false. Downgrade didn't work. idk.…
Updated cors bs that don't work
3f165ca650
- CORS_ALLOW_ORIGIN=https://open-webui.rcs1.top # ,http://rcs1.top,https…