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


Skip to content
  • Typebot does not restart after changing the env.sh

    Solved Typebot
    5
    0 Votes
    5 Posts
    294 Views
    L

    @nebulon said in Typebot does not restart after changing the env.sh:

    Well are there any errors in the app logs then? Also maybe you can share the exact env variables you are trying to set with a link to the upstream docs.

    Hey, nebulon! Thanks for asking. I solved the problem: do not include a space before or after the = in the configuration line:

    Good: export NEXT_PUBLIC_GIPHY_API_KEY=StringfromGiphyhere

    Bad: export NEXT_PUBLIC_GIPHY_API_KEY = StringfromGiphyhere

    Also, remember to include export at the beginning of the line, as mentioned in the Cloudron documentation.

  • How to configure storage for Typebot on Cloudron

    Solved Typebot
    18
    3 Votes
    18 Posts
    2k Views
    T

    This is very easy to solve! You don't need any S3 storage just to serve images. That's like using nuke to bomb an ant. Here is the solution:

    Step1: Create a repository on your github account.
    Step2: Upload an image (e.g. bot avatar) to your repository.
    Step3: Copy the link of your image, then paste to jsdelivr (select "convert from Github").
    image.png
    Step4: Copy the JSdelivr link to your Typebot.
    image.png

    Now, you have a world-class CDN provider serving your image FOR FREE!!!
    This link is permanent unless you purge it!

  • 0 Votes
    10 Posts
    691 Views
    jdaviescoatesJ

    @LoudLemur said in Typebot Chat invitation links appear on social media with an image - Where is that setting?:

    3rd party tools and and the text/image are already out cached in social media as the viral image

    The tools are provided by the social media platforms themselves and when you use them they remove and update the cache.

    But yes, ideal to know in advance.

  • 0 Votes
    13 Posts
    987 Views
    L

    @robi right on, Robi!

  • Typebot on Cloudron is great! You should try it

    Moved Solved Typebot
    17
    6 Votes
    17 Posts
    1k Views
    L

    You are amazing to have solved this and fixed it so quickly, @nebulon.

    To get the typebots you were running working again, you can try this:

    Restore from an earlier working backup Navigate to your typebot flow and at the three dots at the top right .... export the flow. Save it in a safe place. Reinstall Typebot in Cloudron create a new typebot by selecting the import flow When you try and re-publish, it will give the typebot a new address, so you might like to edit that option to set it to your previously published address:

    brave_bITJdJAtRT.png

  • Which AI does Typebot use?

    Unsolved Typebot
    3
    0 Votes
    3 Posts
    275 Views
    robiR

    You'd have to install GPT-llama and have it use a local LLM, and configure TypeBot to use an alternate AI API URL provided by GPT-llama.