Ben.Ng
CCoder.com
•Created by Ben.Ng on 9/13/2024 in #help
Archive too big. Must be <= 1048576 bytes
Dear @Phorcys , thank sir
14 replies
CCoder.com
•Created by Ben.Ng on 9/13/2024 in #help
Archive too big. Must be <= 1048576 bytes
Dear @Phorcys "if larger sizes are allowed you will quickly have large storage
may I ask what those folders are?" In this opinion, I am allowed to modify the template size rule.
14 replies
CCoder.com
•Created by Ben.Ng on 9/13/2024 in #help
Archive too big. Must be <= 1048576 bytes
Dear @Phorcys , They are One Appimage file and one Zip file supporting the Application.
14 replies
CCoder.com
•Created by Ben.Ng on 9/13/2024 in #help
Archive too big. Must be <= 1048576 bytes
Dear @Phorcys . I have two folders with sizes 1.31GB and 99.9MB. Has the Enterprise version fix this bug?
14 replies
CCoder.com
•Created by Ben.Ng on 8/8/2024 in #help
Open ID connect with GitLab
Thank you sir. You are the best.
19 replies
CCoder.com
•Created by Ben.Ng on 8/8/2024 in #help
Open ID connect with GitLab
This is my setup in Docker compose
(file .txt)
19 replies
CCoder.com
•Created by Ben.Ng on 8/8/2024 in #help
Open ID connect with GitLab
Yes sir, but I have issue about URI
19 replies
CCoder.com
•Created by Ben.Ng on 8/4/2024 in #help
Examples and applications of PostgreSQL in coder-server
Thank sir
5 replies
CCoder.com
•Created by Ben.Ng on 8/6/2024 in #help
Traefik and Apache2 in Code-server
Thank sir
5 replies
CCoder.com
•Created by Ben.Ng on 7/29/2024 in #help
coder - server expired
Thank you so much. I will implement it and trial Gitlab pipeline .
Have a good day! :coderwhite:
Have a good day! :coderwhite:
14 replies
CCoder.com
•Created by Ben.Ng on 7/29/2024 in #help
coder - server expired
Dear @Phorcys .Thank you for your support. You are my hero. I have some questions and I want you to confirm. If I want to link my account with GitLab, do I need to use the Enterprise version?
Best regard,
Ben.Ng
14 replies
CCoder.com
•Created by Ben.Ng on 7/29/2024 in #help
coder - server expired
Dear @Phorcys ,Could you confirm something with me ?
If I use the free version , I only use a public coder-server with VScode GUI (https://hub.docker.com/r/codercom/code-server). If I want to use features (Login; Workspace; template; config) similar when I run the command line: [ curl -L https://coder.com/install.sh | sh ] of Localhost: 127.0.0.1:3000 (Refer https://coder.com/docs/install), I need to use Enterprise version with License.
Thank you and best regards,
Ben.Ng
14 replies
CCoder.com
•Created by Ben.Ng on 7/29/2024 in #help
coder - server expired
Dear @Phorcys , I refer setup from https://github.com/coder/coder/tree/main/examples/web-server/apache
But I have DNS record ( My IT team created for me)
I use command line : sudo docker run -d \
--name coderver02 \
--restart always \
-e CODER_HTTP_ADDRESS=127.0.0.1:3000 \
-e CODER_ACCESS_URL="http://abcd.com" \
-e CODER_WILDCARD_ACCESS_URL="*abcd.com" \
-p 3000:3000 \
-v /var/run/docker.sock:/var/run/docker.sock \
--group-add $DOCKER_GROUP \
ghcr.io/coder/coder:latest .
This is my log :
Started HTTP listener at http://127.0.0.1:3000
Using built-in PostgreSQL (/home/coder/.config/coderv2/postgres)
View the Web UI:http://abcd.com
2024-07-29 16:22:11.230 [info] pubsub: pubsub dialing postgres network=tcp address=localhost:35025 timeout_ms=0
2024-07-29 16:22:11.230 [info] pubsub: pubsub postgres TCP connection established network=tcp address=localhost:35025 timeout_ms=0 elapsed_ms=0
2024-07-29 16:22:11.232 [info] pubsub: pubsub connected to postgres
2024-07-29 16:22:11.232 [info] pubsub: pubsub has started
But I check HTTP curl http://127.0.0.1:3000
, it show error
curl: (56) Recv failure: Connection reset by peer
Thank you and best regards,
14 replies
CCoder.com
•Created by Ben.Ng on 7/8/2024 in #help
Public local host
Dear @Phorcys , I'm very sorry if I bother you. Currently these are the steps that I did:
- Created DNS, to my team can access url: democoder.com from web browser
- Install coder on Ubuntu PC, and run it with local host :127.0.0.1:3000
This is current host status ( When I use command line " host 127.0.0.1 " )
1.0.0.127.in-addr.arpa domain name pointer localhost.
1.0.0.127.in-addr.arpa domain name pointer democoder.com . Could you share/guide me on the next step to set it up?
Thank you and best regards,
bung bu
21 replies