bamhm182 (BytePen)
CCoder.com
•Created by bamhm182 (BytePen) on 4/26/2024 in #help
Workspaces have been stopping while I am using them
I totally forgot about it. Sorry! 😅
15 replies
CCoder.com
•Created by bamhm182 (BytePen) on 4/26/2024 in #help
Workspaces have been stopping while I am using them
Will do. Thanks!
15 replies
CCoder.com
•Created by bamhm182 (BytePen) on 4/26/2024 in #help
Workspaces have been stopping while I am using them
The thing is, I'm not certain that I'm sending the activity properly. The Last Activity column says "Now", but that doesn't seem to matter.
It would also be nice if that 1 hour extension were customizable, so it could be like 8 or 24 hours.
15 replies
CCoder.com
•Created by bamhm182 (BytePen) on 4/26/2024 in #help
Workspaces have been stopping while I am using them
I'm pretty good about keeping my software up to date, so it has usually been the latest version, maybe lagging behind by a day or two right after a release.
15 replies
CCoder.com
•Created by DJ Electro on 4/25/2024 in #help
Multiple containers in one template
https://github.com/bamhm182/Coder-Templates/tree/wip-initial/podman-coder-ws
This is a solution I have been using. It only has two different containers, but that's all I have needed for the time being.
23 replies
CCoder.com
•Created by Gloomy on 4/26/2024 in #help
Implementing IP-Based Access Control for workspaces
I was going to recommend firewalls or web proxies as well.
I have an instance set up behind Cloudflare, and Cloudflare has a setup where you can define rules based on geo location, ASNs, specific IPs, etc. Works well and you get like 3 rules for free. A single rule can have a ton of criteria and complexity if you want.
5 replies
CCoder.com
•Created by Alex on 2/21/2024 in #help
Pre-installing VS code extensions in coder workspace
https://registry.coder.com/modules/code-server
This module should be what you're looking for
3 replies
CCoder.com
•Created by gammazeta on 1/19/2024 in #help
Docker Template. Start/stop workspace without delete docker container
No, restarts destroy the container. You can preserve data in volumes, and that data isn't destroyed unless you delete the volume.
18 replies
CCoder.com
•Created by gammazeta on 1/19/2024 in #help
Docker Template. Start/stop workspace without delete docker container
Yes. There's an update button when there's a new template.
18 replies
CCoder.com
•Created by gammazeta on 1/19/2024 in #help
Docker Template. Start/stop workspace without delete docker container
You can just remove the count attribute from the docker containers.
18 replies
CCoder.com
•Created by gammazeta on 1/19/2024 in #help
Docker Template. Start/stop workspace without delete docker container
The starting/stopping is done with the count attribute inside of resources. Stop sets the count to 0, and start sets the count to 1. As such, there is no way to keep the container and also have it stop the container when you click stop.
It sounds like you have some data you don't want to lose inside of the container. For that, I would recommend creating volumes and mapping those to the containers. Those volumes can be persisted, and the container will re-mount them when the container is created again.
18 replies
CCoder.com
•Created by Tobias G on 12/1/2023 in #help
Password for authenticating workspaces with external services
Yeah. I had set up Keycloak and used that for way too long. Authentik is a dream.
23 replies
CCoder.com
•Created by Tobias G on 12/1/2023 in #help
Password for authenticating workspaces with external services
If you need an OIDC provider, I highly recommend authentik. It is super easy to set up using the env variables from Atif's link.
23 replies
CCoder.com
•Created by bamhm182 (BytePen) on 11/26/2023 in #help
[RESOLVED] Having issues getting coder_apps to appear in my Workspace
I appreciate all of your help! I think I'm going to just stick with the currently implemented functionality to create the URL I can copy paste into a new tab for now
45 replies
CCoder.com
•Created by bamhm182 (BytePen) on 11/26/2023 in #help
[RESOLVED] Having issues getting coder_apps to appear in my Workspace
Also, that explains why I can't get DO to work. Looking at the init script, it calls back to your coder instance to set up the service. Considering DO can't resolve my domain, it isn't able to set it up.
45 replies
CCoder.com
•Created by bamhm182 (BytePen) on 11/26/2023 in #help
[RESOLVED] Having issues getting coder_apps to appear in my Workspace
That's kind of annoying, but also makes a lot of sense...
45 replies
CCoder.com
•Created by bamhm182 (BytePen) on 11/26/2023 in #help
[RESOLVED] Having issues getting coder_apps to appear in my Workspace
It would appear that the other part of my problems exist due to flaky networking. I thought I had my podman networking figured out, but it looks like it's still not quite there.
45 replies
CCoder.com
•Created by bamhm182 (BytePen) on 11/26/2023 in #help
[RESOLVED] Having issues getting coder_apps to appear in my Workspace
That makes sense. I wasn't tracking there was a coder agent until right now. The external coder_app's require that coder-agent as well?
45 replies
CCoder.com
•Created by bamhm182 (BytePen) on 11/26/2023 in #help
[RESOLVED] Having issues getting coder_apps to appear in my Workspace
I think that rather than blindly displaying the links, Coder does some sort of check, and if it fails, it doesn't display the link. I say this because my DO template has issues displaying the CPU/Disk/RAM metadata, and the Discord button appears to try and load as part of the same logic.
45 replies
CCoder.com
•Created by bamhm182 (BytePen) on 11/26/2023 in #help
[RESOLVED] Having issues getting coder_apps to appear in my Workspace
Okay... There must be something weird going on with my setup, then...
45 replies