Thanks for the input here. Mostly quite doable and sound like much quality of live improvements. I am on vacation now, but should get to those in the next couple of weeks.
Overall the project is moving quite slowly, since I am mostly too busy with Cloudron itself, contributions are very welcome though at https://git.cloudron.io/apps/cubby
@robi This looks like a great project and something worthy of being added to Cloudron. I like how routes can easily be added. Looks like I might have to learn me some Flask:)
@robi said in MiroTalk P2P cannot join rooms if OIDC user is same as .env user:
API_KEY_SECRET=<redacted>
HOST_PROTECTED=true
HOST_USER_AUTH=false
HOST_USERS=<includes 'robi'>
Hi Rob,
Please try using the following settings in your env file:
API_KEY_SECRET=your-api-key-secret
OIDC_ENABLED=false
HOST_PROTECTED=true
HOST_USER_AUTH=false
HOST_USERS='[{"username": "robi", "password": "your-password"}]'
Make sure to add OIDC_ENABLED=false to explicitly disable OIDC, and update HOST_USERS to use the correct JSON format as shown above. Then restart the your MiroTalk P2P instance.
It did not change earlier, but now hours later it seems to have.
All my instances were fine, just the demo server seemed affected like it was possessed by someone
@timconsidine said in OpenManus:
Github says project has been archived, indicating .... ?
...that they've moved their repositories?
There ones seem to still exist:
https://github.com/OpenManus
Although this seems to be the only one with any actual code in it:
https://github.com/OpenManus/OpenManus-RL
@jdaviescoates said in How do you gather interest, collect and send email?:
TBH, I'd probably just set-up a Ghost with a Mailgun newsletter.
Right, that's the easy thing, but doesn't keep data local.
Nice find on the n8n workflow, will take a look.
After this excellent read, I thought Cloudron could adopt some of their findings and see how it helps things move forward toward Multi-Cloudron across hosts including domains and email in a more secure way.