brownkurts

Members
  • Posts

    12
  • Joined

  • Last visited

brownkurts's Achievements

Noob

Noob (1/14)

1

Reputation

  1. lol yep sorry I must have been still asleep when I did that I found it.
  2. Ok thanks for the info I look into that. Hope they figure a way out for the docker to do this when an update is ran. but for know I look in what I need to backup for now.
  3. the update for me broke my install and rest the docker. It started over with a new config. The PC I had setup are gone and it gave me a new Organization ID.
  4. Ok I get it working if anybody else has this issues this is my config I took out my IP of my server but you just imput you server local IP and this should work if you using the sawg docker to access this remote server { listen 443; server_name remotely.*; location / { proxy_pass http://xxx.xxx.xxx.xxx:9280; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection keep-alive; proxy_set_header Host $host; proxy_cache_bypass $http_upgrade; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; } location /_blazor { proxy_pass http://xxx.xxx.xxx.xxx:9280; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header Host $host; proxy_cache_bypass $http_upgrade; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; } location /AgentHub { proxy_pass http://xxx.xxx.xxx.xxx:9280; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header Host $host; proxy_cache_bypass $http_upgrade; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; } location /ViewerHub { proxy_pass http://xxx.xxx.xxx.xxx:9280; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header Host $host; proxy_cache_bypass $http_upgrade; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; } location /CasterHub { proxy_pass http://xxx.xxx.xxx.xxx:9280; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header Host $host; proxy_cache_bypass $http_upgrade; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; } }
  5. I just got this installed and trying to get it set up behind my reverse porxy swag. And I can not seem to get the config right an ideas on what the config should look like I tried the sample one from GitHub and copying one of my working config from another docker.
  6. I am having the same issues. It will run just fine for a few hours then max out my ram and cpus. I have 128gb ram and 24 cores with the cpus.
  7. Yes please has anyone got this working. I got my rclone mount for for nextclound in /mnt/disks/Nextcloud. But when I try and install next cloud I get error Your data directory is readable by other users Please change the permissions to 0770 so that the directory cannot be listed by other users. and it will not let me do how to I change the file permissions to get this to work?
  8. Ok not sure what happened. I deleted the docker and the appdata. Made a test folder reinstalled and it is now working just fine.
  9. When I installed this it deleted all of my media files.