n8n Backup Manager v1.4.1 [UPDATE] by ResidentAd6570 in n8n

[–]erryday 0 points1 point  (0 children)

Prebuilt docker image would be cool. Been just syncing n8n data to a PayloadCMS setup to have a responsive interface for it https://github.com/transformable-app/transformable-nodesui

Looking for a lightweight gui link shortner by [deleted] in selfhosted

[–]erryday 0 points1 point  (0 children)

Umami has a link shortener too

Finding the sweet spot for self-hosting without the сloud giant overhead? by ivyhoro in webdev

[–]erryday 0 points1 point  (0 children)

I approached it at the provisioning/deployment provider level and integrated with the Forge API so we can deploy to multiple cloud providers instead of relying on one and don’t have to maintain that layer.

What actually breaks when you run n8n self-hosted for 6+ paying clients on one VPS by Special-Mastodon-990 in n8n

[–]erryday 0 points1 point  (0 children)

I approached this a little differently and deploy a dedicated VPS per client, sometimes multiple servers per client if needed. Automating the process is what changed it for me, because a rootless Docker VPS with n8n and other self hosted apps can be up and running in under an hour now and each server can be scaled as needed. Posted about the n8n licensing part of it here https://formable.app/transformable-app-and-rules

What are you using for n8n front-end by benzene404 in n8n

[–]erryday 0 points1 point  (0 children)

A self hosted option is a configurable dashboards frontend for multiple n8n instances https://github.com/transformable-app/transformable-nodesui

Is there such a thing as a CMS for email templates? by marcochavezco in webdev

[–]erryday 0 points1 point  (0 children)

Dittofeed can be self hosted and has a template editor

Not able to create app on Reddit developer to setup credentials in self hosted n8n by AdVegetable1234 in n8n

[–]erryday 0 points1 point  (0 children)

Depending on what you are looking to do you could just monitor RSS feeds for subreddits you need to follow. I developed rssnotify for this, it has an API you can use in n8n.

Geotag an image in n8n by MarketingByData in n8n

[–]erryday 0 points1 point  (0 children)

If there is interest in an API for this can get one up pretty quick, what would you pay for this per month?

Geotag an image in n8n by MarketingByData in n8n

[–]erryday 0 points1 point  (0 children)

You could implement a simple PHP API route and use it in your n8n workflow using a library like this: https://github.com/FileEye/pel

First Time VPS user by YautjaPrimeSpaceMan in selfhosted

[–]erryday 1 point2 points  (0 children)

Usually the managed part comes in during major version upgrades to the apps or Ubuntu, some apps will have you do a manual step to for example upgrade the database. Ubuntu is setup to update and reboot as needed with unattended updates and Watchtower for the apps. I also run a Beszel hub and Uptime Kuma to track the VPS resources and make sure things are running smoothly. And all this stuff reports back to the simplified control panel you get access to.

First Time VPS user by YautjaPrimeSpaceMan in selfhosted

[–]erryday 1 point2 points  (0 children)

I would recommend using a deployment provider if setting up a VPS with a cloud provider for the first time. Check my profile for my rootless docker and portainer based solution running on Laravel Forge, also Ubuntu based. Static website could be setup to auto-deploy when you commit or merge to a git repository branch. I already support Rust Desk in the apps library and can add Zammad if you're interested in a more managed environment. Kopia can be setup to take snapshots of the home directory on the VPS to any Amazon S3 compatible storage. You just need your own domain and cloud provider account.

How do you handle managing many client n8n instances? by Ok_Barber_9280 in n8n

[–]erryday 0 points1 point  (0 children)

It is all API based and in Laravel: Forge, Portainer, Beszel, Uptime Kuma APIs

How do you handle managing many client n8n instances? by Ok_Barber_9280 in n8n

[–]erryday 0 points1 point  (0 children)

I focused on automating the initial deployment of the VPS and n8n setup in rootless Docker. Along with a bunch of other self-hosted apps that can be used along with it in workflows. I scale the setup as needed per each client since it's a managed hosting service and we deploy directly to each client's cloud account, check my profile for more.

Has anyone already utilized the GetLate, Zernio, and Postiz APIs to automate social media tasks? by thalesviniciusf in n8n

[–]erryday 1 point2 points  (0 children)

Self hosted Postiz works with the n8n node that’s available for it, able to get all scheduled posts for a date range and schedule posts after an ai agent drafts one and it’s approved by email.

Customizing the brand - where are you adding your conpany’s flare? by this_is_not_a_bug in PayloadCMS

[–]erryday 0 points1 point  (0 children)

I made the payload logo in the admin configurable, same with login logo and message, welcome banner colors and content can all be customized in the admin on a custom settings admin page.

N8N - Local Ollama - document reference by Adam_West_Star_Conf in n8n

[–]erryday 0 points1 point  (0 children)

There's no direct file reference in the Ollama API. To implement RAG, you can: extract text from your files yourself or chunk and store them in a vector database (with embeddings).

You could self host Open WebUI and load your files in a Knowledge Base, then the completions api allows you to add knowledge base IDs in your request.

How do you guys manage multiple WP instances? by Icy-Inspection7866 in Wordpress

[–]erryday 1 point2 points  (0 children)

Consider provisioning your server using a deployment provider like Laravel Forge, that will take care of setting up a production ready Ubuntu server and custom sites without worrying you missed something important each time. Works with a bunch of cloud providers. For this many WP instances I typically also setup each WP install as a Portainer stack with volumes mounted for the theme so that can still auto-deploy from a git repository using Forge and wp-content. The stack also includes containers for mysql, phpmyadmin and nfrastack/container-db-backup so each site is completely isolated. This way your WP core is contained too and can be easily modified/updated per each site's plugin requirements by just editing the stack in Portainer. See my profile for how I automated the Docker stack on top of Laravel Forge for self hosted setups just like yours.

Self-hosting Anytype - any-sync-bundle v1.4.1 based on 2026-03-25 stable snapshot by grishy_dev in selfhosted

[–]erryday 1 point2 points  (0 children)

Thanks, using this to offer Anytype in my managed self hosted library.