Hi guys I will need some help Here is my setup: Hosted dokploy paid 5$ (for testing) Server with dokploy installed Same server as dokploy for deployment
I generated key and copied it on server with ssh-keygen -t ed25519 -C "dokploy@debian" -f ~/.ssh/dokploy_id_ed25519 ssh-copy-id -i ~/.ssh/dokploy_id_ed25519.pub debian@<my-ip>
I created the server and ssh keys on dokploy created a new project and added a template
First error on calcom An error have occured: Command exited with code 1. Stderr: mkdir: cannot create directory ‘/etc/dokploy/logs/test-calcom-br0auo’: Permission denied bash: line 3: /etc/dokploy/logs/test-calcom-br0auo/test-calcom-br0auo-2025-04-21:04:58:48.log: No such file or directory , command: mkdir -p /etc/dokploy/logs/test-calcom-br0auo; echo "Initializing deployment" >> /etc/dokploy/logs/test-calcom-br0auo/test-calcom-br0auo-2025-04-21:04:58:48.log;
Second error on linking github Something about sudo and then "too many attempts"
Third error on deploying n8n from dokploy on same server An error have occured: Authentication failed: Invalid SSH private key. Error: All configured authentication methods failed client-authentication
even though I used the same config as on the hosted dokploy