Migrating Coder-OSS data to a new server
/var/lib/docker and sync them through rsync? This process is usually very slow and inconvenient, and it is further complicated by the fact that my old server is running on Hyper-V while the new server is running TrueNAS, which are incompatible with each other.How to use experimental port sharing
environment:
CODER_EXPERIMENTAL: "true"
environment:
CODER_EXPERIMENTAL: "true"
CODER_EXPERIMENTS: "shared-ports"
Recovering from disaster
coder server, attempting to access the dashboard yields the following error:
```...PGPASSWORD=$(cat /home/coder/.config/coderv2/postgres/password) psql -h localhost -p $(cat /home/coder/.config/coderv2/postgres/port) -U coder -d coder -c "DROP SCHEMA public CASCADE; CREATE SCHEMA public;" -f coder.sql...
how do i get coder to run all the time?
Access URL is not being used while port-forwarding.
❯ echo $CODER_ACCESS_URL
https://code.ay0ks.wtf
❯ echo $CODER_ACCESS_URL
https://code.ay0ks.wtf
Session token expiration date
home directory of user changed owner to ubuntu user

Standard Kube install fails for docker template
Coder AWS EC2 (Linux) template not working for me :/
Are the coder credits we assign daily?
Unable To Use DERP On Cloudflare Tunnel
Sharing Jupyter Notebooks?
share = "public" to be able to share the link with others (be cautious as it will make it accessible to everyone on the network)Implementing IP-Based Access Control for workspaces
Workspaces have been stopping while I am using them
Multiple containers in one template
coder_agent resource or if I'm meant to reuse it. In my current tf file, I have one for each container, but I have tried reusing the "main" agent with no luck....Forward (publish) local ports (host) into Workspace (Docker-Container)
Cannot start intelliJ on Coder v2 workspace

Create a worskpace with several container
how to compile a c++ github project
Calling a bash script while building the workspace (docker)
docker build?