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
N

Nico

@Nico
About
Posts
12
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Trigger.dev a monitoring tool
    N Nico

    Hello,

    Just discovering
    https://trigger.dev/
    It looks like a bit Uptime Kuma but more advanced.
    Might be intersting to consider adding in the apps ?
    Cheers !

    Edited to add:

    Licence: Apache v2.0
    Docker: Yes
    Git: https://github.com/triggerdotdev/trigger.dev
    Demo: https://content.trigger.dev/howitworks-compressed-1.mp4

    brave_oRDGm2x1e9.png
    brave_9lWdxufap5.png

    App Wishlist trigger monitoring

  • Kùzu an embeddable graph database
    N Nico

    @girish thanks for your answer, even if it's too bad... 😞
    As far as I can see, Kùzu is a database that can also be connected for storage to DuckDB or Postgresql, I don't know if that makes it more of a convenience for you, but in case...
    I wouldn't mind having a Supabase running outside of Cloudron connected to Kùzu managed on Cloudron.

    App Wishlist

  • Kùzu an embeddable graph database
    N Nico

    https://kuzudb.com/

    Kùzu is an embedded graph database built for query speed and scalability. It is optimized for handling complex join-heavy analytical workloads on very large graphs, with the following core feature set:

    • Supports property graphs and automatic mapping of RDF datasets to property graphs
    • Cypher query language
    • Embedded (in-process) integration with applications
    • Columnar disk-based storage
    • Columnar, compressed sparse row-based (CSR) adjacency list/join indices
    • Vectorized and factorized query processor
    • Novel and very fast join algorithms
    • Multi-core query parallelism
    • Serializable ACID transactions
    App Wishlist

  • Pipelines - an Open WebUI initiative
    N Nico

    Super interested also !

    App Wishlist

  • Issue with Stirling and UTF-8 (fails ONLY with Cloudron installs...)
    N Nico

    @girish updated, tested, and fixed ! 😊
    Thanks !

    Stirling-PDF bug cloudron stirling-pdf utf-8 encoding

  • Issue with Stirling and UTF-8 (fails ONLY with Cloudron installs...)
    N Nico

    I've added a file with an extract with an other instance not run by Cloudron, their conf file anonymized, and the original pdf file.
    IIf you do an extract from pdf to text, all accents are gone 😞
    link text

    Stirling-PDF bug cloudron stirling-pdf utf-8 encoding

  • Issue with Stirling and UTF-8 (fails ONLY with Cloudron installs...)
    N Nico

    Hello,

    I have an issue while exporting a pdf to text with Stirling, all accents are gone 😞

    I tried to force the UTF-8 in my settings.yml like this :

    # Welcome to settings file
    # Remove comment marker # if on start of line to enable the configuration
    # If you want to override with environment parameter follow parameter naming SECURITY_INITIALLOGIN_USERNAME
    
    security:
      enableLogin: true # set to 'true' to enable login
      csrfDisabled: true # Set to 'true' to disable CSRF protection (not recommended for production)
      loginAttemptCount: 5 # lock user account after 5 tries
      loginResetTimeMinutes: 120 # lock account for 2 hours after x attempts
    
    
    system:
      defaultLocale: 'fr-FR'  # Locale française par défaut
      googlevisibility: false # 'true' to allow Google visibility (via robots.txt), 'false' to disallow
      enableAlphaFunctionality: false # Set to enable functionality which might need more testing before it fully goes live (This feature might make no changes)
      showUpdate: true # see when a new update is available
      showUpdateOnlyAdmin: false # Only admins can see when a new update is available, depending on showUpdate it must be set to 'true'
      customHTMLFiles: false # enable to have files placed in /customFiles/templates override the existing template html files
      environmentVariables:  # Variables d'environnement pour forcer UTF-8
        - name: LANG
          value: "fr_FR.UTF-8"
        - name: LC_ALL
          value: "fr_FR.UTF-8"
        - name: LC_CTYPE
          value: "fr_FR.UTF-8"
    
    ui:
      appName: null # Application's visible name
      homeDescription: null # Short description or tagline shown on homepage.
      appNameNavbar: null # Name displayed on the navigation bar
    
    endpoints:
      toRemove: [] # List endpoints to disable (e.g. ['img-to-pdf', 'remove-pages'])
      groupsToRemove: [] # List groups to disable (e.g. ['LibreOffice'])
    
    metrics:
      enabled: true # 'true' to enable Info APIs (`/api/*`) endpoints, 'false' to disable
    
    # Automatically Generated Settings (Do Not Edit Directly)
    

    It's not related to my files (tested multiple working files) and I also tested on 3 different installs (one from an other hoster with a marketplace, my local docker instance, and also a docker image that I've set up on an instance)

    I'm almost absolutely sure this is related to Cloudron setup...

    Could you help ?
    Thanks !

    Stirling-PDF bug cloudron stirling-pdf utf-8 encoding

  • smtp server configuration
    N Nico

    Hello,
    I've checked lots of messages, but I fail to find the answer I'm looking for.
    I've tried to set Mailgun (successufully) with all MX, SPF, DKIM, records needed.
    But the smtp does not work 😞
    The main domain is handled at Cloudflare. (so no proxy activated)
    I've created a mail in mailboxes Cloudron "mail@domain.com".
    While I test the build in smtp server, I've got an error, but I need to open the port 25 (it's going to be fixed)
    Butin the same time I wanted to test mailgun further, and here I do have a connection timeout on the smtp config panel.

    What should I test to activate it ?

    Purpose is to activate n8n (mainly) notifications, or Stirling notifications (if applicable) on errors, or Uptime Kuma,on password reminders.

    I also notice that the MX test fail from time to time, while refreshing, it's getting green again, but on first load, it might be red.

    Thanks for your help !

    Support smtp mailgun

  • How to use redis in n8n
    N Nico

    @nebulon thanks for your reply ! If I do have an external Redis, on the same hoster, but as you said, not integrate within Cloudron, should I use Redis with n8n ?

    N8N

  • Access Ollama Base URL from n8n
    N Nico

    Interested in that question too. I'd like to deploy OpenWebUI and n8n on Cloudron, but I guess that what you are looking for is a http n8n endpoint to connect to OpenWebUI ?
    Such endpoint would then use the n8n workflows ?
    I guess their could be multiple n8n endpoints to integrate into OpenWebUI to get different results ?

    OpenWebUI

  • qdrant - open-source vector database written in Rust - alternative to Pinecone
    N Nico

    I'd love to see this in Cloudron ! 🙂

    App Wishlist

  • How to use redis in n8n
    N Nico

    Hi !
    I'm looking at your services, and wonder if Posgresql and Redis are integrated into your instances of n8n ?
    Thanks !

    N8N
  • Login

  • Don't have an account? Register

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