Activity
Mon
Wed
Fri
Sun
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
What is this?
Less
More

Memberships

Self-Host Hub

Public ā€¢ 72 ā€¢ Free

Self-Host Innovators

Private ā€¢ 28 ā€¢ Free

5 contributions to Self-Host Hub
Community Roadmap - Member Requests (updated 8/24/2024)
Hello! Welcome to the Self-Host Hub. This community is designed to help you build a profitable automation business by using self-hosted services that augment, or fully replace, pricey 3rd party services. šŸ—“ļø ROADMAP - 8/25/24 Test worker Runpod.io pods to build videos and images at hyperspeed. - 8/25/24 Release next version of Studio to support new FooocusAPI and worker pods. - 8/26/24 Clickup demo to create videos. - 8/27/24 Release n8n workshop videos Part 1 TO-DO (apps) - Publish JSONVideo Make custom app. [IN-PROGRESS]. Low-priority - Publish OpenTTS Make custom app. Low-priority - Publish LMStudio Make custom app Low-priority. TO-DO (Tutorials - video, docs) - n8n Workshop - n8n only workflow - Clickup replacement for Airtable DONE - 6/18/24 Design Fooocus workflow with Make.com Custom App. [DONE] - 6/19/24 Create Make.com Custom App for Fooocus. [DONE] - 6/20/24 Proof-of-Concept Fooocus code on Windows, Router, Make.com. [DONE] - 6/21/24 Proof-of-Concept JSONVideo code. [DONE] - 6/24/24 Proof-of-Concept Fooocus on Linux. [DONE] - 6/25/24 Clean-up code and Docker implementations into a Repository. Alpha release. [DONE] - 6/25/24 Nginx and master docker-compose file for all apps. [DONE] - 6/26/24 Locking down the JSONVideo code. I'm running it from Make successfully. [DONE] - 6/29/24 More testing in Docker. [DONE] - 7/5/24 Make.com module Beta release [DONE] - 7/7/24 Community Release of code base, SelfHost-Image and Make .com module [DONE] - 7/18/24 Minimal ImageToVideo endpoint [DONE] - 7/23/24 Create n8n node from Make.com Video module. [DONE] - 7/25/24 Publish Minimal Video Make.com Module. [DONE] - Test Mac Self-Hosting performance (i960, M1-3). [DONE] It's slow. Use Runpod.io. - Proof-of-Concept OpenTTS to replace ElevenLabs [DONE]. Results are mixed. No release date. - Proof-of-Concept LMStudio to replace ChatGPT [DONE]. Low-priority. - Publish Fooocus Make custom app. [DONE]
10
13
New comment Dec '24
0 likes ā€¢ Dec '24
i am willing to help if possible, would love to contrubute also, not sure how but i want to :)
Need Help with having setting up my Automations
Hello Everyone, As someone who is extremely interested in automation and has zero technical experience, I want someone to help set up automation as a project or part-time job. I mainly want to set everything up on my local n8n on my Synology. After Consulting with Kawika and seeing his amazing work, I was motivated enough to ask for help, as I had tried my best to DIY, but it didn't work. If you are interested, please do let me know, thanks a lot :)
2
9
New comment Oct '24
1 like ā€¢ Sep '24
@Kawika Ohumukini that's amazing
0 likes ā€¢ Oct '24
is there anyone willing to help please :), as i really need to get this working and start pushing some of my ideas :)
Studio Pro Tech Update
Hi. I've been coding the SaaS application and I wanted to give an update. Studio Pro is 3 modules; Live, API and Workers. I built it with these goals: - The whole system is a standalone SaaS application built on a robust framework (Studio API) that anyone can use to spin-up their own automation service for themselves or others. That means taking into account installation, maintenance, support, payments, subscriptions, and complying with the various licenses by the apps and AI models that the system could use. It will have workflow management and a database to replace services like airtable and make.com and n8n for the supported workflows. Payments and subscriptions are TBD so stay tuned. - It will be open-sourced using the MIT license so you're free to "...use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software...". - LIVE - The Frontend Layer has to be lightweight, deployable as standalone or in an orchestrator like Kubernetes and be brand-able using templates or custom designs. The front-end is a visual interface to the API which provides the main functionality like signup, creating api keys, storing secrets for other APIs, workflow management, etc. n8n would be at this layer. - API - The API layer has to be multi-tenant (organizations), use modern methods like websockets, webhooks, API Keys and HMAC signatures, granular permissions (video:write, service-account:read), multiple user roles (super-admin, admin, member), accept and issue API calls, queue management for worker tasks, fully tested, worker cluster management, deployable standalone or in an orchestrator, etc. The Postgres database is at this layer. - WORKER - The Worker Layer has to be horizontally scalable, fast to spin-up, highly performant, state-of-the-art features and be rooted in keeping costs to a minimum if not zero$. We have brainstormed some really cool ideas like an airtable/make/n8n migration tool and AI workflow builder, ComfyUI API integration for advanced effects, and much more.
8
7
New comment 1d ago
Studio Pro Tech Update
1 like ā€¢ Oct '24
wooooow šŸ˜
Studio Utils
Hello. I've been doing a lot of n8n workflows for myself and others and I have run into two frustrating issues; auto-saving workflows I'm working on and auto-backups of saved workflows. I'm a software developer and site reliability engineer so, naturally, I wrote some apps to handle that. Workflow Auto-Save is a Chrome browser extension. It detects when the Save button is activated on an n8n workflow and based on a time interval you set, it clicks the Save button, automatically. See screenshot for a view of the app. Workflow Auto-Backup is a shell script that detects changes to all your saved workflows. When it detects a change, it creates a backup of the workflow with a timestamp added to the name. They're both available at https://github.com/kickin6/studio-utils. The Workflow Auto-Save Browser Extension has been submitted to the Chrome Web Store for review and hopefully, approval. Cheers
3
4
New comment Sep '24
Studio Utils
1 like ā€¢ Sep '24
this is amazing, for some reason my docker container resets every couple of days and i have no idea why
Self-Host Studio Update! Phase 2 development is complete
This video was made using N8N, Image Creator and Video Creator running on my computer. They directly replace Make.com, Leonardo and JSON2Video respectively.I'll update you when the code is released along with the tutorial video. A little heads-up, if you plan on running Studio on your computer, you'll need 16GB+ of RAM and an Nvidia GPU to do image creation and subtitles. If you don't have that kind of setup, I plan to release a docker image that can build a server on runpod.io, with one click, that will dramatically reduce the cost. Cheers
10
22
New comment Oct '24
Self-Host Studio Update! Phase 2 development is complete
1 like ā€¢ Sep '24
That is amazing :) thank you
1 like ā€¢ Sep '24
Kawika i'm really looking forward to see it and use it :). please do let me know if there is anything i can help with
1-5 of 5
Ramy Enab
2
10points to level up
@ramy-enab-1688
Want to learn

Active 48d ago
Joined Sep 3, 2024
powered by