fisherd91
CCoder.com
•Created by fisherd91 on 6/3/2024 in #help
NGINX Reverse Proxy Setup
Tried adding the wildcards to the nginx proxy manager, no difference was resulted. At the moment, I have nearly given up trying to fix this. I will try to find another solution.
51 replies
CCoder.com
•Created by fisherd91 on 6/3/2024 in #help
NGINX Reverse Proxy Setup
thats the contents of the file.
51 replies
CCoder.com
•Created by fisherd91 on 6/3/2024 in #help
NGINX Reverse Proxy Setup
add_header X-Served-By $host;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-Scheme $scheme;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Real-IP $remote_addr;
proxy_pass $forward_scheme://$server:$port$request_uri;
51 replies
CCoder.com
•Created by fisherd91 on 6/3/2024 in #help
NGINX Reverse Proxy Setup
yea when i open it locally throu the browser.
51 replies
CCoder.com
•Created by fisherd91 on 6/3/2024 in #help
NGINX Reverse Proxy Setup
Were is this. cant see any file for this
51 replies
CCoder.com
•Created by fisherd91 on 6/3/2024 in #help
NGINX Reverse Proxy Setup
right next to terminal tab. Have no clue.
51 replies
CCoder.com
•Created by fisherd91 on 6/3/2024 in #help
NGINX Reverse Proxy Setup
Just noticed, getting alot of these appear in the terminal. I cant find any information on the ports tab. Is something i meant to enable
51 replies
CCoder.com
•Created by fisherd91 on 6/3/2024 in #help
NGINX Reverse Proxy Setup
Changed the config.yaml back and restart and the docker works again. I think that file is internal for the docker and not meant to be user editable
51 replies
CCoder.com
•Created by fisherd91 on 6/3/2024 in #help
NGINX Reverse Proxy Setup
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 99
User GID: 100
───────────────────────────────────────
setting up sudo access
setting sudo password using SUDO_PASSWORD env var
python3 already installed
[custom-init] No custom files found, skipping...
[2024-06-15T13:30:00.709Z] info code-server 4.90.2 dce1d6e172cc5f935b9732e7dee4b7a992529eda
[2024-06-15T13:30:00.712Z] info Using user-data-dir /config/data
[2024-06-15T13:30:00.748Z] info Using config file /config/.config/code-server/config.yaml
[2024-06-15T13:30:00.748Z] info HTTP server listening on http://0.0.0.0:8443/
[2024-06-15T13:30:00.749Z] info - Authentication is enabled
[2024-06-15T13:30:00.749Z] info - Using password from $PASSWORD
[2024-06-15T13:30:00.749Z] info - Not serving HTTPS
[2024-06-15T13:30:00.749Z] info - Proxying the following domain:
[2024-06-15T13:30:00.749Z] info - {{port}}.code.REMOVED
[2024-06-15T13:30:00.750Z] info Using proxy URI in PORTS tab: //{{port}}.code.REMOVED
[2024-06-15T13:30:00.750Z] info Session server listening on /config/data/code-server-ipc.sock
[ls.io-init] done.
[14:30:01]
[14:30:01] Extension host agent started.
[14:30:01] [10.0.0.7][6d1b9dba][ExtensionHostConnection] Unknown reconnection token (never seen).
[14:30:10] [10.0.0.7][4a9767ae][ManagementConnection] Unknown reconnection token (never seen).
51 replies
CCoder.com
•Created by fisherd91 on 6/3/2024 in #help
NGINX Reverse Proxy Setup
Changed and restarted - wont launch. getting the following errors
51 replies
CCoder.com
•Created by fisherd91 on 6/3/2024 in #help
NGINX Reverse Proxy Setup
it was just the port number in the docker template. Tried changing it with no different
51 replies
CCoder.com
•Created by fisherd91 on 6/3/2024 in #help
NGINX Reverse Proxy Setup
that config file was found very deep in the app folder. might not be relevant as i didn't set that file up
51 replies
CCoder.com
•Created by fisherd91 on 6/3/2024 in #help
NGINX Reverse Proxy Setup
due to using the NGIXX proxy manger, that is all controlled by that docker.
51 replies
CCoder.com
•Created by fisherd91 on 6/3/2024 in #help
NGINX Reverse Proxy Setup
its not the real password in that image and I havent got using .env to work (still learning)
51 replies
CCoder.com
•Created by fisherd91 on 6/3/2024 in #help
NGINX Reverse Proxy Setup
code-server through a docker
51 replies