cali (brazil)
Explore posts from serversusing mcp server context7 to get updated code blocks with ai
is there a way to use mcp server context7 (https://context7.com/) in an ai chat so the ai can insert updated code blocks from libraries?
1 replies
how to handle docker-compose port conflict (e.g., port 3000) in dokploy git deploy without forking
hello dokploy community,
i'm deploying rowboat (https://github.com/rowboat/rowboat) using dokploy's 'git' provider (repo url + docker-compose.yml path), needed because the compose file uses build:. required env vars are set in the ui.
deploy clones & builds images fine, but fails starting the main rowboat container with this error:
the issue is the source docker-compose.yml maps ports: - "3000:3000", conflicting with host port 3000 (likely used by dokploy itself).
using the 'git repo + compose path' method, i don't see how to override/change the ports: section before docker compose up.
i need to avoid forking the original repository just to change this, mainly due to the hassle of keeping it updated. changing dokploy's port also seems complex/undesirable.
has anyone faced this specific host port conflict with git deploys in dokploy?
is there a dokploy-specific way (like a compose override mechanism, using env vars to control ports without changing the file, or another method) to handle this without forking the source repo?
any tips appreciated! thanks!
3 replies
Windmill.dev and Requirements.txt: How to Manage Dependencies in the cloud?
It seems that whenever I switch from editing locally in VS Code to using the cloud-based editor (windmill.dev), the system attempts to automatically infer and manage the required libraries. This process modifies the app.script.lock file, leading to inconsistencies when I pull the changes back to my local environment.
While I have a requirements.txt file locally to specify the project dependencies, I'm unsure how to integrate or utilize it within the windmill.dev environment.
For instance, the "phidata" library consistently causes issues. Since I import it in my Python code using "from phi.", the system seems to misinterpret it as the "phi" library instead of "phidata".
3 replies
Configuring Custom AI Models: Beyond GPT-4 for Code Assistance
Is it possible to configure another provider and model to be the AI Code Copilot?
For example: I would like to configure my openrouter.ai API Key and experiment with other models that may be cheaper and still efficient. GPT-4 is too expensive, and I would like to have options instead of it being GPT-4 or nothing.
5 replies
sleep (seconds) -> sleepUntil (specific date)
Is there a way to wait to execute something until a specific date without needing to calculate sleep in seconds or use cron?
Something similar to what inngest does with sleepUntil (https://www.inngest.com/docs/reference/functions/step-sleep-until).
3 replies
app like chatgpt
Is there a way for me to create something like a "chatgpt" within Windmill? I would like each internal person of a company who receives the app link to have a conversation with the chat (as if it were an interview), and this conversation would be saved as a respondent record in a database that I integrate.
3 replies
Importing cheerio
I'm trying to use cheerio, but I'm getting an error.
1. I use
import * as cheerio from "cheerio";
2. So when I try to use
const $ = cheerio.load(body);
3. I'm getting the message: TypeError: cheerio.load is not a function. (In 'cheerio.load(body)', 'cheerio.load' is undefined)
I'm probably doing something wrong, but what could it be?4 replies
Stepper: next or previous?
How to know in the Validations of the Stepper component, if the user clicked on Next or Previous button?
There are things I want to validate only if the user is on the step X and clicked on Next, but not if s/he is on step X and clicked on Previous.
4 replies
Invalid requirements, expectd to find //bun.lockb split pattern in reqs
I am running a background runnable script connected to a list (grid). However, I am getting this error multiple times when running the app:
The result keys are: error ExecutionErr: error during execution of the script: Invalid requirements, expectd to find //bun.lockb split pattern in reqs
When I run the script manually, it seems to work fine.73 replies
How to export a workspace from the free plan to import in a self-hosted version?
I just installed a version on my server and I would like to know if I can import a workspace that I had in the free version of Windmill there?
If there is any documentation on exporting and importing, as well as how to synchronize the entire workspace with GitHub, I would be grateful if you could point me in the right direction.
13 replies
Is it allowed to embed windmill (self-hosted) in my products?
I have some public side projects, and I want to confirm if I can use embedded windmill (self-hosted) as an admin panel for users of these projects? Or, what would be the alternative?
Thanks!
18 replies
I have reached the limit of my 1000 executions on the free plan: how to self-host on free services?
I started experimenting with Windmill on Saturday just to explore possibilities.
And I was surprised by the power of the tool and very excited.
So, I continued experimenting for a few hours per day from Saturday until yesterday, and my 1000 executions have run out.
This made me think of self-hosting: but here I have several challenges.
a) I don't have the technical knowledge for it.
Is there any possibility of having "click and install" options available, without the need for additional technical configurations?
b) Why don't I try running it on localhost: I don't have a powerful machine to run it locally (I use a Chromebook with penguin Linux to develop my products).
c) I would love to know about any hosting service that is easy to host Windmill, with affordable prices (preferably with a free plan, not just a trial) and with a defined cap when I need a paid plan.
There is a huge list of services that could possibly host Windmill (https://github.com/cloudcommunity/Cloud-Free-Tier-Comparison), but most of them do not have a completely free plan. Since I am from Brazil and the currency Real is devalued against the dollar, it would be great to have a free plan for my first experiments and even for certain side projects.
It seems that the following services would have that.
1) Could someone please confirm if these plans would run Windmill? I do not have technical knowledge about Docker and Kubernetes to evaluate.
2) And assist me by providing a step-by-step guide on how to set up Windmill on any of them? Or any other free service. 🙏
Services:
- render (Individual plan)
- scaleway (Containers - Kubernetes Kapsule plan)
- IBM Cloud (always free plan)
71 replies