farah
CCoder.com
•Created by farah on 5/7/2024 in #help
cannot get caddy server to run as a service
caddy will not run by default. and when done manually i don’t get an error and seems to still not work.
$systemctl status caddy
× caddy.service - Caddy
Loaded: loaded (/usr/lib/systemd/system/caddy.service; enabled; preset: enabled)
Active: failed (Result: exit-code) since Tue 2024-05-07 01:40:13 UTC; 9s ago
Docs: https://caddyserver.com/docs/
Process: 3413 ExecStart=/usr/bin/caddy run --environ --config /etc/caddy/Caddyfile (code=exited, status=1/FAILURE)
Main PID: 3413 (code=exited, status=1/FAILURE)
Status: "loading new config: loading http app module: provision http: getting tls app: loading tls app module: provision tls: provis>
CPU: 40ms
$caddy run
2024/05/07 01:42:02.224 INFO admin admin endpoint started {"address": "localhost:2019", "enforce_origin": false, "origins": ["//localhost:2019", "//[::1]:2019", "//127.0.0.1:2019"]}
2024/05/07 01:42:02.224 INFO serving initial configuration
8 replies
CCoder.com
•Created by farah on 5/1/2024 in #help
how do i get coder to run all the time?
I understand what the below error literally means. just not in the context of coder.
listen tcp 127.0.0.1:3000: bind: address already in use
i ran the coder v2 install script and then set coder service to enable and run on reboot. but get the above error. so then i kill the process on port 3000. and run $coder server and everything works. but the coder server doesn’t run 24/7. because i killed the process
what am i missing?
27 replies
CCoder.com
•Created by farah on 3/14/2024 in #help
Error: No configuration files
I am new to terraform and coder.
I am trying to use this template: https://github.com/coder/coder/tree/main/examples/templates/gcp-windows.
I copied the folder and added the line
default="projectId"
And I got the following error:
Is there any sample template that works out of the box?4 replies
CCoder.com
•Created by farah on 3/7/2024 in #help
Cannot fix Heroku one click install misconfiguration.
10 replies