Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps - Status | Demo | Docs | Install
E

enerch

@enerch
Unfollow Follow
About
Posts
11
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Problems with DNS 200
    E enerch

    As Hetzner auto-migrated DNS, this was not the problem. I also generated an API-key - that was not accepted.

    The solution was: Go to Domains - Edit (Domain) - Change "Hetzner" to "Hetzner Cloud" and paste the api-key.

    Thanks for you help! Problem solved

    Feedback: Could you rename the "DNS-Provider" from "Hetzner" to "Hetzner deprecated" or similar? Then it's clear what "Hetzner" to choose.

    Support dns hetzner

  • Tymeslot
    E enerch

    I'm having a problem with typeslot: After booking a meeting neither a Mail is sent, nor the webhook gets triggered.

    After booking an event, I can see the booked time in the calendar (CalDAV) and in tymeslot, but no mail is sent to customer or owner.

    886bace2-cb29-41ba-a37c-16df19cf1ca5-image.jpeg

    93e84624-dbeb-4a6f-ae7b-80981387148e-image.jpeg

    Can you help me here?

    Community Apps

  • Problems with DNS 200
    E enerch

    Running Cloudron 9.2.0 on a Hetzner VPS.
    I got this notification: "General error: Unable to resolve nameservers for this domain ... Error 200"
    And can't install new Apps - besides that everything works fine.

    Went to Hetzner, created a new API-key and after updating it in cloudron, I got this error message:

    4358dad3-3a14-428d-ba04-05d6fe4611f2-image.jpeg

    Side note: this is stuck for 10min:

    d4d5f573-d591-4e49-82e3-901ba20bcf17-image.jpeg

    Please help me, I'm lost

    Support dns hetzner

  • Tymeslot - Better Meeting Scheduling than cal.com
    E enerch

    solved 🙂
    thanks @ekevu123

    App Wishlist

  • Tymeslot - Better Meeting Scheduling than cal.com
    E enerch

    Thanks for adding the community version!
    I installed tymeslot. How can I deactivate the user login? I tried adding a .env with

    REGISTRATION_ENABLED=false
    PASSWORD_AUTH_ENABLED=false
    

    but the login/registration for external users is still possible. Could somebody give me a hint whats wrong here?

    f36e58ed-7fb8-4eb3-a007-4309322b36a9-image.jpeg

    App Wishlist

  • Error uploading Files for Agent
    E enerch

    First 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.

    LibreChat

  • Disable Homepage of Docuseal
    E enerch

    Hello,

    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.

    6420c234-8c58-4691-a630-96933f6b072f-grafik.png

    DocuSeal

  • Producer Transport failed
    E enerch

    I have the exact same problem.
    The last time, about 4 weeks ago, everything was fine.

    MiroTalk

  • Appsmith
    E enerch

    I'As a newbie here, so I can't upvote. But appsmith on cloudron would be awesome!

    App Wishlist

  • Changing location not possible
    E enerch

    Hi!

    Changing the location of Mirotalk SFU in the app setting breaks something and the app is not accessible anymore.

    Can somebody confirm this?

    MiroTalk

  • Can't change UI in config.js
    E enerch

    Hi!

    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:
    cf7905b4-6ab9-4567-adea-2395cab6bb32-grafik.png

    // 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,
                }
            }
            }
    };
    
    
    MiroTalk
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search