jdmry
jdmry
Explore posts from servers
DDokploy
Created by ReadyToWin on 8/23/2024 in #help
Dokploy mongodb database not connecting to Atlas Compass
connection string I use for example is: mongodb://user:password@IP:PORT/
7 replies
DDokploy
Created by ReadyToWin on 8/23/2024 in #help
Dokploy mongodb database not connecting to Atlas Compass
make sure you have authentication set as username/password and authmechanism to default
7 replies
DDokploy
Created by ReadyToWin on 8/23/2024 in #help
Dokploy mongodb database not connecting to Atlas Compass
it works no problem for me by just copy pasting the provided url from dokply to compass
7 replies
DDokploy
Created by LiquiFruit on 7/9/2024 in #help
[ANSWERED]Custom domain for Plausible
I suppose you need to use the environment tab, and change the PLAUSIBLE_HOST and BASE_URL variables there then deploy
4 replies
DDokploy
Created by jdmry on 6/21/2024 in #help
Static site
maybe I just need to make the build go to dist directory instead of build, and then nixpacks would just use that staticfile template 🙂 i'll try
20 replies
DDokploy
Created by jdmry on 6/21/2024 in #help
Static site
browser console error that seems to be relevant Uncaught ReferenceError: process is not defined
20 replies
DDokploy
Created by jdmry on 6/21/2024 in #help
Static site
actually it's not empty, it was empty after I tried some other things to fix, it looks like the app is running, it doesn't load in the browser though, but it's weird as it works in local and with coolify in static mode so I think it's more a problem with the way it runs as a static app, i'll dig a bit more
20 replies
DDokploy
Created by jdmry on 6/21/2024 in #help
Static site
═════════════ Nixpacks v1.24.1 ═════════════╗ ║ setup │ nodejs_18, npm-9_x ║ ║─────────────────────────────────────────────║ ║ install │ npm install --legacy-peer-deps ║ ║─────────────────────────────────────────────║ ║ build │ npm run build ║ ║─────────────────────────────────────────────║ ║ start │ npm run start ║ ╚════════════════════════════════════════════
20 replies
DDokploy
Created by jdmry on 6/21/2024 in #help
Static site
But maybe the app should run with serve as it’s serving a static app .. (I’ve tried to replace it but I don’t see it running anyway in the build log, like I don’t see running run start for some reason)
20 replies
DDokploy
Created by jdmry on 6/21/2024 in #help
Static site
I’ve overridden the install command via env var so it runs npm install —legacy-peers-dep (dependencies are a mess in this project lol) npm run build npm run start
20 replies
DDokploy
Created by jdmry on 6/21/2024 in #help
Static site
it build the app into the build directory and npm run start is supposed to serve the generatec static app from it on port 3000
20 replies
DDokploy
Created by jdmry on 6/21/2024 in #help
Static site
using nix yes
20 replies
DDokploy
Created by jdmry on 6/21/2024 in #help
Static site
20 replies
DDokploy
Created by jdmry on 6/21/2024 in #help
Static site
the log of the node is empty
20 replies
DDokploy
Created by jdmry on 6/21/2024 in #help
Static site
it's weird it builds correctly npm run build and succeed and the overall build succeed but then site is not available I feel like its not running the npm run start command for come reason, or at least I don't see the output in the deployment logs
20 replies
DDokploy
Created by jdmry on 6/20/2024 in #help
cancel/delete deployments
Oh thanks my bad I didn’t see there was already a thread about it I’ll catchup on it
3 replies