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
  • 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 | Demo | Docs | Install
nennogabrielN

nennogabriel

@nennogabriel
About
Posts
27
Topics
12
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Directus fail to create an user from Cloudron Open ID
    nennogabrielN nennogabriel

    the new version of Directus on cloudron dos not use LDAP and you cannot use OPENID but CLOUDRON as variable.

    Just put
    export AUTH_CLOUDRON_DEFAULT_ROLE_ID="xxx"

    @nebulon can you update the directus documentation to avoid this error?

    Directus

  • n8n need help in installing python and python modules
    nennogabrielN nennogabriel

    I need to do the same. I need to run some scripts in python, and would be awesome to do it in n8n, but I do not want to do trough a custom n8n deploy.
    like in node there is a list in a environment
    NODE_FUNCTION_ALLOW_BUILTIN=crypto

    something like that.

    N8N

  • Balance Bot
    nennogabrielN nennogabriel

    https://github.com/nennogabriel/cloudron-balance-bot

    Finally I was able to get it working. This bot need a lot of ram I changed to 2GB, but with 10 instances or more, more and more ram could be needed.

    To allow the instalation I did all files to run on /app/data to run on a writable environment.
    I am sure it is not the best way, but it fits to me for now.

    App Wishlist

  • ERROR log to telegram or somewhere else
    nennogabrielN nennogabriel

    In case of apear certain words on logs, it send that log line with some basic data to the manager get notifications as soon as an Error happends.

    Feature Requests notifications telegram

  • Balance Bot
    nennogabrielN nennogabriel

    I am trying to run it as a custom application, but I can´t make it work.
    I put all I have into this repository https://github.com/nennogabriel/cloudron-balance-bot

    the script runs on /app/code/bb but it need to write some files and I don´t know how to make it copy to /app/data and run trough a symbolic link.

    App Wishlist

  • Balance Bot
    nennogabrielN nennogabriel

    Integrating Balance Bot into Cloudron offers a secure and efficient solution for managing cryptocurrency portfolio balancing across multiple users on a single server. With its Telegram-based login system, Balance Bot ensures unique and secure user access. Hosting Balance Bot on Cloudron simplifies the administration of parallel instances, making it easier for server administrators to manage and deploy the bot for various users, enhancing both security and operational efficiency. This integration supports streamlined cryptocurrency portfolio management on Ubuntu Linux servers. For more information, visit hodlerhacks.com.

    App Wishlist

  • email inbox reply+
    nennogabrielN nennogabriel

    Chatwoot is messing with emails. I follow the instruction on cloudrons docs, but I need to create an alias to my email with reply@domain. becouse chatwoot create this "reply to" address For example.If I have a email chanel with suport@domain, my customer answer will be reply+suport@domain.
    If it was inverted, it will work without an alias. if Chatwoot create suport+reply@domain it wil be fine. But with reply fisrt i need to set a reply alias to suport@domain.
    Ok. with a alias it should work fine. But, now I need to crete 2 email channels with the same domain. How can I do that?

    Chatwoot

  • Chatwoot 3.0.0
    nennogabrielN nennogabriel

    I know your are testing to make that upgrade as smooth as possible. But there are any schedule for that update? or there are any chace to lauch this version only to new installations?
    My instace of chatwoot was broken on update from 2.16 to 2.17, so I dicede to create a new instance to start fresh. But when I decide it I saw the 3.0.0 was launch. So I dicede to wait for an oficial update inside cloudron.

    Chatwoot

  • Type bot "Invalid key length" Error
    nennogabrielN nennogabriel

    When I try to add an openAI api token. It return that "Invalid key length" error.

    Is this happening with me only ?

    Typebot

  • How to use redis in n8n
    nennogabrielN nennogabriel

    @robi yes. I didnt thing about this. simple and good.

    N8N

  • How to use redis in n8n
    nennogabrielN nennogabriel

    @nebulon nice... i follow the docs and get it working 😄

    I will lost automatic updates, but ok. I have redis now 😄

    SCR-20230218-nwp.png

    N8N

  • How to use redis in n8n
    nennogabrielN nennogabriel

    @nebulon but in that way i should update n8n manualy? there are not a way to make it run with a enviroment variable?

    N8N

  • How to use redis in n8n
    nennogabrielN nennogabriel

    Is there any way to create a redis instance for n8n ?
    I need to use redis to create a fast cache solution for some workflows. but I did not found any way to how can I install or add a redis instance to connect in the n8n instance.

    N8N

  • Kafka
    nennogabrielN nennogabriel

    I want to use a queue control to n8n tasks. I saw this is commonly done with RabbitMQ, but I use kafka on other projects and I guessed it could be used as queue control as well. So, i tried to create a local kafka with docker, but it is not simple. I guess RabbitMQ is more friendly to IT usage.

    App Wishlist

  • Kafka
    nennogabrielN nennogabriel

    Kafka is a good choice for many use cases because of its various features and capabilities. Some reasons why Kafka is a good choice include:

    Durability: Kafka stores all published messages for a configurable amount of time, allowing for fault-tolerance in the event of server failures.

    High-throughput: Kafka is built to handle high-throughput, low-latency data streams, making it ideal for real-time streaming applications.

    Decoupling: Kafka allows for decoupling of data producers and consumers, making it easier to add or remove data sources and data processing tasks without affecting other parts of the system.

    Multi-subscriber: Kafka allows multiple consumers to read from the same topic, enabling different parts of an application or different applications to consume the same data.

    Flexibility: Kafka can be used for a wide range of use cases, including real-time data streaming, log aggregation, event sourcing, and more.

    Open-source: Kafka is open-source and actively developed, meaning it has a large and supportive community, and new features and improvements are added regularly.

    Overall, Kafka is a powerful, highly scalable, and fault-tolerant distributed streaming platform that can handle high-throughput, low-latency data streams, making it a good choice for many use cases.

    App Wishlist

  • Error on install Ubuntu 22.04
    nennogabrielN nennogabriel

    i Had the same issue... but still works at ubuntu 20.04

    Support install

  • no password when update to 1.11.0
    nennogabrielN nennogabriel

    I had the same issue with 2 separate instances of cloudron.
    But in case, I need to go back to a backup with version 1.9.2

    Vaultwarden

  • Outline - best notion like
    nennogabrielN nennogabriel

    https://github.com/outline/outline

    this app is amazing to create and colaborate in documents for everyone.

    App Wishlist

  • ARM official support?
    nennogabrielN nennogabriel

    With the large tier of oracle, it should be great instance to start with cloudron

    https://docs.oracle.com/en-us/iaas/Content/FreeTier/freetier_topic-Always_Free_Resources.htm

    it's not big drive with 20GB, but 24gb ram and 4 cores. it is a real great start for a user to test and evaluate cloudron use cases before a comercial usage

    Discuss arm

  • ARM official support?
    nennogabrielN nennogabriel

    I wish to see cloudron providing arm support. I have much lower server prices with arm instances than I do now with x64. It will reduce my server costs I will bring more clients to licensed cloudron instances.

    Discuss arm
  • Login

  • Don't have an account? Register

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