Šimon DJ Čecháček
Šimon DJ Čecháček
CCoder.com
Created by Šimon DJ Čecháček on 7/29/2024 in #help
Application error: Cannot read properties of undefined (reading 'id')
No description
7 replies
CCoder.com
Created by Šimon DJ Čecháček on 7/29/2024 in #help
Application error: Cannot read properties of undefined (reading 'id')
Hello, I created the issue and included a video: https://github.com/coder/coder/issues/14053
7 replies
CCoder.com
Created by Šimon DJ Čecháček on 4/30/2024 in #help
home directory of user changed owner to ubuntu user
Yea that should help. I tested it on all my workspaces and I can confirm that the issue appears on all of them that were creqated with 23.04 version. Luckily there is a single fix, just open the terminal on even not fully started workspace (as it fails to start completely) and run sudo chown -R $USER:$USER /home/$USER. Then you restart and workspace works just fine on a new version and can even be updated to a new versions with no problems.
21 replies
CCoder.com
Created by Šimon DJ Čecháček on 4/30/2024 in #help
home directory of user changed owner to ubuntu user
When I starta new workspace, runs fine. When I update an old one, issue appears
21 replies
CCoder.com
Created by Šimon DJ Čecháček on 4/30/2024 in #help
home directory of user changed owner to ubuntu user
Okay. I think thats the change, ubuntu version change is the issue.
21 replies
CCoder.com
Created by Šimon DJ Čecháček on 4/30/2024 in #help
home directory of user changed owner to ubuntu user
Maybe it is something with ubuntu 24.04 being used now? as I did not specify the ubuntu version in the docker file? Anyway, I removed the latest version, took the last working (wihtout the one line) and added ze zip install as a separate RUN sudo apt-get install -y zip command and now it works just fine 😄
21 replies
CCoder.com
Created by Šimon DJ Čecháček on 4/30/2024 in #help
home directory of user changed owner to ubuntu user
Okay, made it work to a level that I can access te terminal in docker. And yes, it created a ubuntu user folder. but as there is no terraform, it will not finish all my scripts and stuff, so I do not know if it works correctly. but I do not understand adding one package as ZIP zo the dockerfile will do such a change. I really checked in diff checker and the zip \ line is the only difference.
21 replies
CCoder.com
Created by Šimon DJ Čecháček on 4/30/2024 in #help
home directory of user changed owner to ubuntu user
I was able to pull the template to my windows machine and build it, but it will instantly crash with exit code 0 after start a container
21 replies
CCoder.com
Created by Šimon DJ Čecháček on 4/30/2024 in #help
home directory of user changed owner to ubuntu user
I am unable to start the container on my desktop. Are there any Variables that coder uses to start the container? I am sorry but I never worked with self-built Docker images. :/
21 replies
CCoder.com
Created by Šimon DJ Čecháček on 4/30/2024 in #help
home directory of user changed owner to ubuntu user
Okay, is there a location where the dockerfile i stored? Or should I just copy it?
21 replies
CCoder.com
Created by Šimon DJ Čecháček on 4/30/2024 in #help
home directory of user changed owner to ubuntu user
Eeeh. will try, how? 😄
21 replies
CCoder.com
Created by Šimon DJ Čecháček on 4/30/2024 in #help
home directory of user changed owner to ubuntu user
Does someone have an idea what can be the issue? 🙂 I read all my templates and the zip package was really all that changed.
21 replies
CCoder.com
Created by Šimon DJ Čecháček on 4/30/2024 in #help
home directory of user changed owner to ubuntu user
21 replies
CCoder.com
Created by Šimon DJ Čecháček on 4/30/2024 in #help
home directory of user changed owner to ubuntu user
Of course!
21 replies
CCoder.com
Created by Šimon DJ Čecháček on 3/25/2024 in #help
Terraforms docker_image extra_hosts flag get ignored
Okay, that works. Thank you!
6 replies
CCoder.com
Created by Šimon DJ Čecháček on 3/25/2024 in #help
Terraforms docker_image extra_hosts flag get ignored
Hi there, can you help me with an example? Should I add a second hosts into the it? host { host = "host.docker.internal" ip = "host-gateway" } host { host = "plesk.domain.tld" ip = "192.168.3.18" }
6 replies
CCoder.com
Created by Sky on 2/27/2024 in #help
external auth not working properly
To be honest, I can't helo with the app :/ I worked only in gitlab where I am the owner of the whole instance. I only tried to help with checking the config as that si the only similar part. I am sorry.
15 replies
CCoder.com
Created by Sky on 2/27/2024 in #help
external auth not working properly
Not sure if you dont need to specify the urls for the app, but for github they should be the same for all users. https://coder.com/docs/v2/latest/admin/external-auth#multiple-external-providers-enterprise
15 replies
CCoder.com
Created by Sky on 2/27/2024 in #help
external auth not working properly
Not sure about the organization on Github. But can you share your config for the external auth? (ofc redact all sensitive info)
15 replies