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 | Demo | Docs | Install
jfrereJ

jfrere

@jfrere
About
Posts
63
Topics
19
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • PDF upload fails with /Filter error or Errno 30: Read-only file system when using OpenWebUI on Cloudron
    jfrereJ jfrere

    It depend on the PDF itself I guess. I've uploaded one, and got a new error message.
    image.png

    OpenWebUI

  • PDF upload fails with /Filter error or Errno 30: Read-only file system when using OpenWebUI on Cloudron
    jfrereJ jfrere

    @james I do need support on this issue, when will I get an answer? Should this topic moved into support?

    OpenWebUI

  • PDF upload fails with /Filter error or Errno 30: Read-only file system when using OpenWebUI on Cloudron
    jfrereJ jfrere

    Yes, it's duplicate. You can delete 14077.

    OpenWebUI

  • PDF upload fails with /Filter error or Errno 30: Read-only file system when using OpenWebUI on Cloudron
    jfrereJ jfrere

    Hi,

    I'm running OpenWebUI as a Cloudron app and encountering two persistent errors when uploading PDF files:

    When I upload a PDF, I sometimes get this error:
    9a882945-e066-4621-be9b-e5424f7bbcd8-336e2973-cd42-406f-8a19-d1c3659102bb.png

    [Errno 30] Read-only file system: '/app/backend'

    This happens when OpenWebUI tries to extract content from a PDF (likely to create an embedding or perform OCR).

    In other cases, I get:
    e08c0d02-1a9d-486a-9ee9-525963eaace9-52146d06-ae20-491c-8102-7981b9a58c39.png

    '/Filter'

    — which looks like an error related to PDF parsing (possibly missing a filter handler or a corrupted stream).

    My setup:

    OpenWebUI is deployed via Cloudron.

    The backend tries to write into /app/backend, but Cloudron seems to mount that path as read-only.

    The document upload appears in the UI, but no content is extracted.

    When using the "API Datalab Marker" extractor, it receives the file, but cannot process it due to this issue.

    What I’ve tried:

    Confirmed that file uploads reach the backend.

    Verified that "Force OCR" and related settings are enabled.

    Checked logs: the read-only file system error happens during document parsing.

    Request:
    Could you please:

    Confirm what directory OpenWebUI expects to use for writing temporary files or extracted text?

    Suggest how to reconfigure the app or container to allow write access in Cloudron (e.g. by changing the temp directory)?

    Help clarify what the '/Filter' error actually means in the context of PDF handling?

    Thanks a lot!
    Julien

    OpenWebUI

  • PDF upload fails with /Filter error or Errno 30: Read-only file system when using OpenWebUI on Cloudron
    jfrereJ jfrere

    Hi,

    I'm running OpenWebUI as a Cloudron app and encountering two persistent errors when uploading PDF files:

    When I upload a PDF, I sometimes get this error:
    

    [Errno 30] Read-only file system: '/app/backend'

    This happens when OpenWebUI tries to extract content from a PDF (likely to create an embedding or perform OCR).

    In other cases, I get:

    '/Filter'
    
    — which looks like an error related to PDF parsing (possibly missing a filter handler or a corrupted stream).
    

    My setup:

    OpenWebUI is deployed via Cloudron.
    
    The backend tries to write into /app/backend, but Cloudron seems to mount that path as read-only.
    
    The document upload appears in the UI, but no content is extracted.
    
    When using the "API Datalab Marker" extractor, it receives the file, but cannot process it due to this issue.
    

    What I’ve tried:

    Confirmed that file uploads reach the backend.
    
    Verified that "Force OCR" and related settings are enabled.
    
    Checked logs: the read-only file system error happens during document parsing.
    

    Request:
    Could you please:

    Confirm what directory OpenWebUI expects to use for writing temporary files or extracted text?
    
    Suggest how to reconfigure the app or container to allow write access in Cloudron (e.g. by changing the temp directory)?
    
    Help clarify what the '/Filter' error actually means in the context of PDF handling?
    

    Thanks a lot!
    Julien

    OpenWebUI

  • Filesender
    jfrereJ jfrere

    • Title: Filesender on Cloudron - FileSender makes sending and receiving large files as secure as private point-to-point connections

    • Main Page: https://filesender.org/software/
    • Git: https://github.com/filesender/filesender/
    • Licence: BSD 3-Clause License
    • Docker: Yes
    • Demo: link

    • Summary: FileSender is a web-based application for sending large files, quickly and securely. The files are available for a limited amount of time and a limited amount of receivers, as chosen by the sender. Afterwards, the files are automatically deleted from the application. FileSender is quick, easy to use and can handle files of any size. And because of our extensive security protocols, files only reach their intended recipients – and no one else. That makes FileSender a popular choice at research institutes, healthcare organizations and educational facilities.

    • Features: https://docs.filesender.org/filesender/v2.0/features/

    • Alternative to wetransfer, dropbox

    • Screenshots: e31ae778-7326-451f-8be6-2b55eeca2bed-Filesender-Laptop.png

    App Wishlist

  • Rust Desk
    jfrereJ jfrere

    @girish could you give this app a chance?

    App Wishlist

  • Setup SMS for phone number verification
    jfrereJ jfrere

    Hello,

    I'm trying to get this working with Twilio. I've added this to the homeserver.yaml file.

    sms:
      sms_gateway: twilio
      twilio:
        account_sid: "***********************************"
        auth_token: "***********************************"
        from_phone: "+************"
    msisdn:
      # Message template for the verification code sent by SMS
      body_template: "Your auth code is {token}."
      sms_gateway: twilio
    registration:
      enable_3pid_changes: true
    trusted_third_party_id_servers:
      - server_name: "matrix.org"
    account_threepid_delegates:
      msisdn: "https://matrix.org"
    

    But got this error

    Oct 17 19:49:57 - 2024-10-17 17:49:57,050 - synapse.rest.client.account - 419 - INFO - POST-11 - Request #1 to verify ownership of 41771111111
    Oct 17 19:49:57 - 2024-10-17 17:49:57,466 - synapse.http.client - 428 - INFO - POST-11 - Received response to POST https://matrix.org/_matrix/identity/api/v1/validate/msisdn/requestToken: 500
    Oct 17 19:49:57 - 2024-10-17 17:49:57,466 - synapse.handlers.identity - 460 - INFO - POST-11 - Proxied requestToken failed: HttpResponseException('500: Internal Server Error')
    Oct 17 19:49:57 - 2024-10-17 17:49:57,467 - synapse.http.server - 130 - INFO - POST-11 - <XForwardedForRequest at 0x7f44682b5b10 method='POST' uri='/_matrix/client/v3/account/3pid/msisdn/requestToken' clientproto='HTTP/1.1' site='8008'> SynapseError: 500 - Internal Server Error
    Oct 17 19:49:57 - 2024-10-17 17:49:57,467 - synapse.access.http.8008 - 473 - INFO - POST-11 - 82.197.186.105 - 8008 - {None} Processed request: 0.418sec/0.000sec (0.003sec, 0.000sec) (0.000sec/0.001sec/1) 55B 500 "POST /_matrix/client/v3/account/3pid/msisdn/requestToken HTTP/1.1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Element/1.11.81 Chrome/128.0.6613.36 Electron/32.0.1 Safari/537.36" [0 dbevts]
    Oct 17 19:50:00 - 2024-10-17 17:50:00,045 - synapse.access.http.8008 - 473 - INFO - GET-12 - 172.18.0.1 - 8008 - {None} Processed request: 0.000sec/-0.000sec (0.000sec, 0.000sec) (0.000sec/0.000sec/0) 208B 302 "GET / HTTP/1.1" "Mozilla (CloudronHealth)" [0 dbevts]
    Oct 17 19:50:10 - 2024-10-17 17:50:10,042 - synapse.access.http.8008 - 473 - INFO - GET-13 - 172.18.0.1 - 8008 - {None} Processed request: 0.000sec/-0.000sec (0.000sec, 0.000sec) (0.000sec/0.000sec/0) 208B 302 "GET / HTTP/1.1" "Mozilla (CloudronHealth)" [0 dbevts]
    

    Any help would be appreciated

    Matrix (Synapse/Element)

  • Matrix Synapse is crashing and rebooting
    jfrereJ jfrere

    Yes, 1 hour of investigation for that... sorry for the inconvenience.

    Support

  • Matrix Synapse is crashing and rebooting
    jfrereJ jfrere

    Fixed. Was a clone of the actual VM running at the same time, on the same IP.
    The clone didn't have Matrix Synapse installed. That's why the dashboard was displaying the app, then it disappeared on page reload.

    Support

  • Matrix Synapse is crashing and rebooting
    jfrereJ jfrere

    image.png

    Support

  • Matrix Synapse is crashing and rebooting
    jfrereJ jfrere

    We don't use ipv6, only ipv4

    Support

  • Matrix Synapse is crashing and rebooting
    jfrereJ jfrere

    curl -4 worked
    image.png

    Support

  • Matrix Synapse is crashing and rebooting
    jfrereJ jfrere

    image.png

    Support

  • Matrix Synapse is crashing and rebooting
    jfrereJ jfrere

    image.png

    Support

  • Matrix Synapse is crashing and rebooting
    jfrereJ jfrere

    Not sure if it's related to Matrix. Got strange behaviour here.
    image.png

    Support

  • Matrix Synapse is crashing and rebooting
    jfrereJ jfrere

    On my Cloudron dashboard, I notice the Matrix app disappearing and reappearing. It seems like the app is crashing and restarting, but nothing is showing up in the logs so far.

    Support

  • Issue with Mattermost database column lastlogin
    jfrereJ jfrere

    @joseph fixed with the latest update. Thank you!

    Mattermost

  • Issue with Mattermost database column lastlogin
    jfrereJ jfrere

    Hello, I ran into the same issue described here

    https://forum.mattermost.com/t/unable-to-edit-profile-in-mattermost/18191

    The solution is :

    For anyone else facing this same issue. I would like to mention that the issue was in the database. There was a column(lastlogin) which was creating issues. Deleting that column fixes the issue.

    Can you help me fix this, I need step by step instructions.

    Thank you

    Julien

    Mattermost

  • How to run peertube migrate command?
    jfrereJ jfrere

    FYI upgrade.sh is located /app/code/server/scripts

    PeerTube
  • Login

  • Don't have an account? Register

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