solved 
thanks @ekevu123
enerch
Posts
-
Tymeslot - Better Meeting Scheduling than cal.com -
Tymeslot - Better Meeting Scheduling than cal.comThanks for adding the community version!
I installed tymeslot. How can I deactivate the user login? I tried adding a .env withREGISTRATION_ENABLED=false PASSWORD_AUTH_ENABLED=falsebut the login/registration for external users is still possible. Could somebody give me a hint whats wrong here?

-
Error uploading Files for AgentFirst things first: Thanks Nebulon for adding librechat

When creating a new agend, and adding Files to "file search" or "file context" I always get the error: "Error processing file".
Somebody knows how to solve this issue? I want to create a Chatbot with some simple RAG.
-
Disable Homepage of DocusealHello,
is it possible to remove / replace / restrict access the homepage of DocuSeal?
This is a screenshot for https://docuseal.cloudroninstance.com
I want to get rid of the whole webiste and especially of the counter on the bottom.

-
Producer Transport failedI have the exact same problem.
The last time, about 4 weeks ago, everything was fine. -
AppsmithI'As a newbie here, so I can't upvote. But appsmith on cloudron would be awesome!
-
Changing location not possibleHi!
Changing the location of Mirotalk SFU in the app setting breaks something and the app is not accessible anymore.
Can somebody confirm this?
-
Can't change UI in config.jsHi!
I already posted this as an Issue on Github, but Miroslav confirmed that this is not a bug of Mirotalk. So probably it's an Issue with Cloudron?
Below, you can see my config.js of my Mirotalk SFU instance on Cloudron. Changes in the config.js to the UI don't affect the UI. Changes in other parts of config.js work (for example host protection). Could this be an issue with cloudron?
I don't know if this helps, but I found this in the Mirotalk Discord:

// All options at https://github.com/miroslavpejic85/mirotalksfu/blob/main/app/src/config.template.js module.exports = { host: { /* Host Protection (default: false) To enhance host security, enable host protection - user auth and provide valid usernames and passwords in the users array. */ protected: true, //protection works fine user_auth: false, users: [ { username: 'usertest', password: 'passtest', } ] }, presenters: { /* By default, the presenter is identified as the first participant to join the room, distinguished by their username and UUID. Additional layers can be added to specify valid presenters and co-presenters by setting designated usernames. */ list: [], join_first: true, // Set to true for traditional behavior, false to prioritize presenters }, ui: { /* Customize your MiroTalk instance */ brand: { app: { name: 'new app name', title: 'new app title', description: 'new app description', }, site: { title: 'new site name', icon: '../images/logo.svg', appleTouchIcon: '../images/logo.svg', }, meta: { description: 'meta description', keywords: 'meeting', }, og: { type: 'app-webrtc', siteName: 'Newname', title: 'newTitle', description: 'new description', image: 'https://sfu.mirotalk.com/images/mirotalksfu.png', url: 'https://test.com/', }, html: { features: false, //features will appear, eventhough this is false teams: true, tryEasier: true, poweredBy: true, sponsors: true, advertisers: true, footer: true, } } } };