StilauGamer
StilauGamer
Explore posts from servers
CCoder.com
Created by StilauGamer on 8/31/2022 in #help
Problems with installing
I resolved the issue and not facing anymore problems 🙂
119 replies
CCoder.com
Created by StilauGamer on 8/31/2022 in #help
Problems with installing
Wouldn't it be smth like this ^^
119 replies
CCoder.com
Created by StilauGamer on 8/31/2022 in #help
Problems with installing
This is my current location thingy:
location / {
proxy_pass http://myip:3000/;
proxy_set_header Host $host;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection upgrade;
proxy_set_header Accept-Encoding gzip;
}
location / {
proxy_pass http://myip:3000/;
proxy_set_header Host $host;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection upgrade;
proxy_set_header Accept-Encoding gzip;
}
Would it be smth like this?
location / {
proxy_pass_request_headers on;

proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $host;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_set_header Accept-Encoding gzip;
}
location / {
proxy_pass_request_headers on;

proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $host;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_set_header Accept-Encoding gzip;
}
( I am unsure of what to set in the top header with the X-Real-IP $remote_addr )
119 replies
CCoder.com
Created by StilauGamer on 8/31/2022 in #help
Problems with installing
@Phorcys Any clue on why its just connecting?
119 replies
CCoder.com
Created by StilauGamer on 8/31/2022 in #help
Problems with installing
No description
119 replies
CCoder.com
Created by StilauGamer on 8/31/2022 in #help
Problems with installing
IT WORKS :HAPPY: It works on: coder.stilaugamer.com now, but ssl hasn't came yet. Sometimes takes a lil before it comes. But it works! Thanks! Finally it works :HAPPY:
119 replies
CCoder.com
Created by StilauGamer on 8/31/2022 in #help
Problems with installing
Ah ok, I was close 😂 I'll give it a try
119 replies
CCoder.com
Created by StilauGamer on 8/31/2022 in #help
Problems with installing
🤔
119 replies
CCoder.com
Created by StilauGamer on 8/31/2022 in #help
Problems with installing
@Phorcys Would I just leave: CODER_TLS_CERT_FILE and CODER_TLS_KEY_FILE empty and have CODER_TLS_ENABLE as false and then reverse proxy it with nginx? Would basically be:
CODER_ACCESS_URL=http://coder.stilaugamer.com
CODER_ADDRESS=myip:3000
CODER_PG_CONNECTION_URL=MyPostGresURL
CODER_TLS_ENABLE=false
CODER_TLS_CERT_FILE=
CODER_TLS_KEY_FILE=
CODER_ACCESS_URL=http://coder.stilaugamer.com
CODER_ADDRESS=myip:3000
CODER_PG_CONNECTION_URL=MyPostGresURL
CODER_TLS_ENABLE=false
CODER_TLS_CERT_FILE=
CODER_TLS_KEY_FILE=
119 replies
CCoder.com
Created by StilauGamer on 8/31/2022 in #help
Problems with installing
So something like this:
server {
server_name coder.stilaugamer.com

location / {
proxy_pass https://coder.stilaugamer.com
}



Ssl stuff
}
server {
server_name coder.stilaugamer.com

location / {
proxy_pass https://coder.stilaugamer.com
}



Ssl stuff
}
119 replies
CCoder.com
Created by StilauGamer on 8/31/2022 in #help
Problems with installing
How would I do that to be exact? What I've done is basically: Take ip and port and make it https
119 replies
CCoder.com
Created by StilauGamer on 8/31/2022 in #help
Problems with installing
Nginx
119 replies
CCoder.com
Created by StilauGamer on 8/31/2022 in #help
Problems with installing
I get already in use 🤔 Port already in use
119 replies
CCoder.com
Created by StilauGamer on 8/31/2022 in #help
Problems with installing
So basicslly:
CODER_ADDRESS=myip:443
CODER_ADDRESS=myip:443
119 replies
CCoder.com
Created by StilauGamer on 8/31/2022 in #help
Problems with installing
Where? 🤔🤔
119 replies
CCoder.com
Created by StilauGamer on 8/31/2022 in #help
Problems with installing
So I would need to do: https://coder.stilaugamer.com:3000
119 replies
CCoder.com
Created by StilauGamer on 8/31/2022 in #help
Problems with installing
Okok, so I got postgres working with:
sudo -u coder coder server postgres-bultin-serve
sudo -u coder coder server postgres-bultin-serve
And then it ran fine, but when I go on https://coder.stilaugamer.com, I get an 404?
119 replies
CCoder.com
Created by StilauGamer on 8/31/2022 in #help
Problems with installing
03 15:52:19 StilauVPS systemd[1]: Stopped "Coder - Self-hosted developer workspaces on your infra".
Sep 03 15:52:19 StilauVPS systemd[1]: Starting "Coder - Self-hosted developer workspaces on your infra"...
Sep 03 15:52:19 StilauVPS coder[400904]: Coder v0.8.10+01a06e1 - Remote development on your infrastucture
Sep 03 15:52:19 StilauVPS coder[400904]: View the Web UI: https://coder.stilaugamer.com
Sep 03 15:52:19 StilauVPS coder[400904]: ping postgres: dial tcp 127.0.0.1:5432: connect: connection refused
Sep 03 15:52:19 StilauVPS coder[400904]: Run 'coder server --help' for usage.
Sep 03 15:52:19 StilauVPS systemd[1]: coder.service: Main process exited, code=exited, status=1/FAILURE
Sep 03 15:52:19 StilauVPS systemd[1]: coder.service: Failed with result 'exit-code'.
Sep 03 15:52:19 StilauVPS systemd[1]: Failed to start "Coder - Self-hosted developer workspaces on your infra".
03 15:52:19 StilauVPS systemd[1]: Stopped "Coder - Self-hosted developer workspaces on your infra".
Sep 03 15:52:19 StilauVPS systemd[1]: Starting "Coder - Self-hosted developer workspaces on your infra"...
Sep 03 15:52:19 StilauVPS coder[400904]: Coder v0.8.10+01a06e1 - Remote development on your infrastucture
Sep 03 15:52:19 StilauVPS coder[400904]: View the Web UI: https://coder.stilaugamer.com
Sep 03 15:52:19 StilauVPS coder[400904]: ping postgres: dial tcp 127.0.0.1:5432: connect: connection refused
Sep 03 15:52:19 StilauVPS coder[400904]: Run 'coder server --help' for usage.
Sep 03 15:52:19 StilauVPS systemd[1]: coder.service: Main process exited, code=exited, status=1/FAILURE
Sep 03 15:52:19 StilauVPS systemd[1]: coder.service: Failed with result 'exit-code'.
Sep 03 15:52:19 StilauVPS systemd[1]: Failed to start "Coder - Self-hosted developer workspaces on your infra".
119 replies
CCoder.com
Created by StilauGamer on 8/31/2022 in #help
Problems with installing
Give me 2 sec
119 replies
CCoder.com
Created by StilauGamer on 8/31/2022 in #help
Problems with installing
I can try
119 replies