TheLetslook
TheLetslook
DDokploy
Created by Igor on 9/3/2024 in #help
Can't use empty space in Environment Settings
Try EMAIL_NAME="'My Name'"
3 replies
DDokploy
Created by Bunny on 8/28/2024 in #help
Multiline variables
Try to escape this symbol: \/
7 replies
DDokploy
Created by Mo Youssef on 8/24/2024 in #help
Installation Of DokPloy
5 replies
DDokploy
Created by Mo Youssef on 8/24/2024 in #help
Installation Of DokPloy
5 replies
DDokploy
Created by 🌾nibezo on 8/20/2024 in #help
Can I add multiply gh accounts to docploy?
No description
4 replies
DDokploy
Created by 🌾nibezo on 8/20/2024 in #help
Can I add multiply gh accounts to docploy?
You can use Git provider and authorization by SSH keys
4 replies
DDokploy
Created by skhrlx on 8/16/2024 in #help
dokploy doesn't work every time that I restart my vps
I don't see the main Dokploy container here :ThinkHmm:
17 replies
DDokploy
Created by skhrlx on 8/16/2024 in #help
dokploy doesn't work every time that I restart my vps
I can confirm, I set up 2 servers today, both are working fine even after a reboot
17 replies
DDokploy
Created by skhrlx on 8/16/2024 in #help
dokploy doesn't work every time that I restart my vps
Did you install Dokploy through the official script? curl -sSL https://dokploy.com/install.sh | sh
17 replies
DDokploy
Created by remib18 on 8/13/2024 in #help
NextJS build issue
19 replies
DDokploy
Created by remib18 on 8/13/2024 in #help
NextJS build issue
You can use a workaround by creating a nixpacks.toml file in the root directory of your project with this content:
providers = ["node"]

[phases.install]
cmds = ["npm install -g corepack", "corepack enable", "corepack prepare [email protected] --activate", "pnpm install"]
providers = ["node"]

[phases.install]
cmds = ["npm install -g corepack", "corepack enable", "corepack prepare [email protected] --activate", "pnpm install"]
19 replies