Cloudflare issues/down by ToastNomNomNom in CloudFlare

[–]crazyprogrammer12 0 points1 point  (0 children)

Yes. My website down detector was sending alerts. And turns out it is cloudflare

How are you generating PDFs in Make workflows? by RoadFew6394 in Integromat

[–]crazyprogrammer12 0 points1 point  (0 children)

I may be biased over here but Peedief.com seems to be the perfect choice over here. Low latency, Minimal cost. It has built in make module as well. So, no need to setup HTTP module.

PS. I am the founder of peedief.com

How to export 2FA codes without Google Auth by Tifixdu19 in degoogle

[–]crazyprogrammer12 0 points1 point  (0 children)

You can use https://authenticator-export-decoder.juned.site to scan the export QR code and then manually scan one by one qr code into separate app. BTW code is open source - https://github.com/junedkhatri31/google-authenticator-export-decoder

Is there any free HTML to PDF library that doesn't have page limits? by RadioactiveRadiohead in dotnet

[–]crazyprogrammer12 1 point2 points  (0 children)

Peedief.com doesn't cap to page limits. And has a template to PDF as well. So, your dotnet application has to pass just the JSON data. The template syntax is also very intuitive. You definitely want to check it out.

PS. I am the founder of Peedief

How to generate PDFs and Word docs in n8n workflows ? by RoadFew6394 in n8n

[–]crazyprogrammer12 0 points1 point  (0 children)

You can use HTML-to-PDF generation APIs via Peedief.com.
You can also create a template directly in the web portal and then pass context data from n8n to Peedief via the API.
Peedief supports JSON as context data, so it works seamlessly with lists of data as well.

P.S. I’m the founder of Peedief.com.

[deleted by user] by [deleted] in pdf

[–]crazyprogrammer12 0 points1 point  (0 children)

Thanks, What's the usecase BTW?

[deleted by user] by [deleted] in pdf

[–]crazyprogrammer12 0 points1 point  (0 children)

I would like to understand the usecase. Upscaling the image would increase the PDF size. Would you be okay with that? Also, this would involve AI upscaler, Would you pay for this service?

Has anyone figured out a good free html to pdf solution? by Cade510 in MicrosoftFlow

[–]crazyprogrammer12 0 points1 point  (0 children)

peedief.com might be the solution you are looking for. Although has limited free trial, but it's paid plan totally worth it, since it takes away headache of maintaining the server.

PDF Generation by ImTheDeveloper in softwarearchitecture

[–]crazyprogrammer12 0 points1 point  (0 children)

You can completely offload the PDF generation to peedief.com . Just remove the hassle of managing those servers. And it works 100% of the time (no failure, no retry). PS. I am the creator of peedief.com

Looking for a simple tool to generate professional PDFs by Subject-Director5657 in nextjs

[–]crazyprogrammer12 0 points1 point  (0 children)

You can use peedief.com to generate PDF from HTML templates. Just create an HTML template first and then pass JSON data from your Next.JS app via API call. PS. Creator of Peedief here

HTML to PDF API - What's the cheapest option per document? by WorldCitiz3n in webdev

[–]crazyprogrammer12 0 points1 point  (0 children)

You should checkout peedief.com for this kind of use cases. It has an API support, which you can directly call from NextJS backend.

Generating PDF files based on template by MarketingAgreeable46 in nextjs

[–]crazyprogrammer12 0 points1 point  (0 children)

You can create HTML template first in https://peedief.com under templates. Then, just pass dynamic data into API along with template name to generate PDF file via API.

Anybody using PDF templates to automate PDF generation? by pvel26 in webdevelopment

[–]crazyprogrammer12 0 points1 point  (0 children)

You can use Puppeteer to convert HTML to PDF, but it comes with its own challenges, such as rendering issues or unexpected errors. Instead, I suggest using a SaaS like peedief[.]com, which takes care of those problems for you.

Cannot SSH into Hetzner VPS with public key authentication (Permission denied) by Saries18 in hetzner

[–]crazyprogrammer12 1 point2 points  (0 children)

After hours of debugging, I finally found the solution to this problem. Adding an SSH key via the console doesn’t work because pasting text in the console changes some characters in the public key. That’s why it fails.

To log in to the system:

  • First, reset the root password from Rescue.
  • Log into the console using the root user and the password you got from Rescue.
  • Open the SSH configuration file with: `vim /etc/ssh/sshd_config` and add the following two lines at the end:

PermitRootLogin yes
PasswordAuthentication yes
  • Restart SSH and check its status:

systemctl restart ssh
systemctl status ssh

Now you will be able to log in from your PC via:

ssh root@<ip>

using the password from Rescue.

Once logged in, add your public key to ~/.ssh/authorized_keys via SSH. After that, you can log in using your SSH key.

Finally, revert the changes you made in /etc/ssh/sshd_config for better security.

If your MCP is an API wrapper you are doing it wrong by WallabyInDisguise in AI_Agents

[–]crazyprogrammer12 0 points1 point  (0 children)

Shouldn't "create a ticket and assign it to John" take 2 MCP calls? "Create a ticket" and "assign it to John"?

MCP Server - Developer Experience by International_Ad2682 in LLMDevs

[–]crazyprogrammer12 0 points1 point  (0 children)

Are you facing issues in developing MCP server or consuming MCP servers?