Aaron sickprodigy
sickprodigy commented on issue sickprodigy/docker-home-server#52 2025-11-21 22:04:16 -05:00
Movies Directory Full

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…

sickprodigy commented on issue sickprodigy/docker-home-server#52 2025-11-21 21:42:14 -05:00
Movies Directory Full

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…

sickprodigy commented on issue sickprodigy/docker-home-server#52 2025-11-21 21:39:54 -05:00
Movies Directory Full

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…

sickprodigy commented on issue sickprodigy/docker-home-server#52 2025-11-21 21:37:23 -05:00
Movies Directory Full

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 …

sickprodigy opened issue sickprodigy/docker-home-server#52 2025-11-21 21:29:27 -05:00
Movies Directory Full
sickprodigy pushed to main at sickprodigy/docker-home-server 2025-11-21 20:30:54 -05:00
a0bb55116e Update README.md with enhanced setup instructions and container usage guidelines
sickprodigy pushed to main at sickprodigy/docker-home-server 2025-11-21 20:19:11 -05:00
11da62f1a6 Add docker-compose configuration for watchtower service
sickprodigy pushed to main at sickprodigy/docker-home-server 2025-11-21 20:11:48 -05:00
c58b474f32 Update README.md to include detailed descriptions for additional Docker containers
ea44449859 Add docker-compose configuration for youtube-dl-server service
0c658372a5 Add docker-compose configuration for youtube-dl-material service
77d62ea5c9 Add docker-compose configuration for xteve service
0235730a32 Add docker-compose configuration for xbackbone service
Compare 10 commits »
sickprodigy pushed to main at sickprodigy/docker-home-server 2025-11-21 19:43:29 -05:00
8229438aa4 Update README.md to include detailed descriptions for additional Docker containers
sickprodigy pushed to main at sickprodigy/docker-home-server 2025-11-21 19:38:36 -05:00
5a0a380aee Add docker-compose configuration for youtube-dl-server service
e11661e3fa Add docker-compose configuration for youtube-dl-material service
a0a347d852 Add docker-compose configuration for xteve service
1499f75005 Add docker-compose configuration for xbackbone service
d6f82c96dc Add docker-compose configuration for wireshark service
Compare 140 commits »
sickprodigy commented on issue sickprodigy/docker-home-server#51 2025-11-21 13:21:19 -05:00
Open-WebUI ; Issues with Nginx proxy

2025-11-21 18:19:47.588

sickprodigy commented on issue sickprodigy/docker-home-server#51 2025-11-21 13:06:17 -05:00
Open-WebUI ; Issues with Nginx proxy

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…

sickprodigy commented on issue sickprodigy/docker-home-server#51 2025-11-21 12:55:18 -05:00
Open-WebUI ; Issues with Nginx proxy
  - 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…
sickprodigy commented on issue sickprodigy/docker-home-server#51 2025-11-21 12:46:20 -05:00
Open-WebUI ; Issues with Nginx proxy
  - 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
  -…
sickprodigy commented on issue sickprodigy/docker-home-server#51 2025-11-21 12:35:09 -05:00
Open-WebUI ; Issues with Nginx proxy

wonder if this has something to do with it:

<html> ENABLE_OAUTH_ID_TOKEN_COOKIE
sickprodigy commented on issue sickprodigy/docker-home-server#51 2025-11-21 12:06:02 -05:00
Open-WebUI ; Issues with Nginx proxy
extra_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

sickprodigy commented on issue sickprodigy/docker-home-server#51 2025-11-21 12:00:45 -05:00
Open-WebUI ; Issues with Nginx proxy

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.…

sickprodigy commented on issue sickprodigy/docker-home-server#51 2025-11-21 11:42:35 -05:00
Open-WebUI ; Issues with Nginx proxy

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.…

sickprodigy commented on issue sickprodigy/docker-home-server#51 2025-11-21 11:38:09 -05:00
Open-WebUI ; Issues with Nginx proxy

Updated cors bs that don't work 3f165ca650

  - CORS_ALLOW_ORIGIN=https://open-webui.rcs1.top # ,http://rcs1.top,https…