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
J

Joseph Mascarenhas

@joseph
Staff
About
Posts
1.4k
Topics
0
Shares
0
Groups
1
Followers
3
Following
1

Posts

Recent Best Controversial

  • Enable "Meilisearch" for local chat search
    J joseph

    @p44 I think you have to create your own meili installation and set those env vars to your meili installation. I guess data sent from the Cloudron app instance to the meli instance (not sure if this was your question). Since those variables are not touched by the package, I expect the modifications to be persistent.

    LibreChat

  • [critical] install.lock removed after cloudron reboot
    J joseph

    Do you see anything in the logs? From what I can see in the packaging code, the install.lock is temporarily moved and then migrations are run and then it is moved back. Maybe the migration run is failing ?

    Dolibarr

  • Nextcloud restore fails - out of memory
    J joseph

    You can check if the server itself is particularly low on memory by running free -m . Can you give nextcloud much more memory (in the Resources section) ? What is it at currently ?

    Support nextcloud support restore

  • Email forwarding with Amazon SES
    J joseph

    Cloudron uses SRS for mail forwarding. Does SES support SRS? I think off late gmail has also changed behavior wrt SRS. I think @girish is aware of this already, there is no fix currently.

    Support

  • Mail and Volumes
    J joseph

    Mails are stored in the mail server . Apps like roundcube are just frontends and don't store mail data in the app themselves.

    We don't have a easy way to move just mail data to a separate volume (i.e not via the UI).

    You can symlink the boxdata folder (The mail is stored in boxdata/mail . IMPORTANT: you have to symlink boxdata. symlinking mail won't work) . https://docs.cloudron.io/storage/#default-data-directory . As noted in the docs, this will work but it's not "supported" . I think we have to implement this feature is a proper fashion to make it supported.

    Support mail volumes

  • Enable "Meilisearch" for local chat search
    J joseph

    I think the port 7700 is for the server where Meili is running . You don't have to open anything on Cloudron server.

    LibreChat

  • External App Proxy Setup Causing Nginx Auto-Restart Help with Reverse Proxy Architecture?
    J joseph

    @markpousee have you already set the proxy server as a Trusted IP on cloudron - https://docs.cloudron.io/networking/#trusted-ips ?

    Though, I cannot think of why nginx is automatically restarting . TBH, I have never seen nginx crash. This makes me wonder if something in your setup (compose?) is monitoring nginx responses (some healtcheck?) and restarting nginx automatically ?

    If you have a test Cloudflare, you can quickly put Cloudflare in front of Cloudron and check if that works. After all, your proxy is same as Cloudflare functionally.

    Discuss app proxy

  • Cubby - Upload into shared folder
    J joseph

    Guest shares are readonly . It's not a "drop" point. I guess if this is implemented, one needs some measure to protect the endpoint against wild uploads. Or some measures on how much can be uploaded etc.

    Cubby

  • Unable to install apps
    J joseph

    @ruben.villarreal I got your mail on support@ and I have reset the app installations on our side. Can you please confirm?

    Support appstore

  • Do Application Proxies count against the Free Tier App limit for Cloudron?
    J joseph

    Currently, they count as part of the limit, yes. The proxy app is delivered as an app from the App Store and that has hardcoded limit of 2.

    Discuss

  • Email Settings
    J joseph

    @darren Can you explain more? Initial report was about optional sendmail which is now resolved. What do you mean by "Email passwords are no longer persisted" ? Do you mean you have sendmail disabled but for some reason email password (your custom setup) is not persisted?

    LimeSurvey

  • Zugang zu Rails Konsole
    J joseph

    For future users, there is documentation here - https://docs.cloudron.io/packages/discourse/

    Discourse

  • Can´t login after install: Openid button -> "Authentication provider is not configured"
    J joseph

    I am afraid you will have to debug this step by step to figure what is causing the problem.

    Penpot

  • Plugins possible?
    J joseph

    @imc67 https://docs.sftpgo.com/2.6/config-file/#plugins . I haven't been able to find examples of how the json should be written.

    SFTPGo

  • StirlingPDF license / user limit changes
    J joseph

    Good to know. We don't have any information more than what is public.

    Stirling-PDF

  • Federation testing fails unless port 8448 is forwarded to 443
    J joseph

    Maybe ignore my previous comment too. AFAICT, your domain works fine and does not contact 8443.

    image.png

    Matrix (Synapse/Element)

  • Federation testing fails unless port 8448 is forwarded to 443
    J joseph

    @DidierMalenfant ignore my previous post. I understand better now 😄 I think you are talking of the federation tester.

    You can see https://federationtester.matrix.org/#cloudron.io . It contacts port 443 and not 8443 directly.

    The reason for this is:

    $ curl -L https://cloudron.io/.well-known/matrix/server
    { "m.server": "matrix.cloudron.io:443" }
    

    Note:

    • You have to give the matrix ID domain to the federation tester (i.e cloudron.io) and not your synapse domain (matrix.cloudron.io in our case)
    • Also see - https://docs.cloudron.io/packages/synapse/#step-1-select-matrix-ids . You have to do the well-known set up in the matrix ID domain.
    Matrix (Synapse/Element)

  • Federation testing fails unless port 8448 is forwarded to 443
    J joseph

    @DidierMalenfant Cloudron package does not listen on port 8448. This port is not listed in the manifest - https://git.cloudron.io/packages/synapse-app/-/blob/master/CloudronManifest.json?ref_type=heads . This means that the container won't even have this port opened on the server. Port forwarding in your firewall makes no difference.

    I checked your post history, it does seem like you use Cloudron. But just to double check you are using Cloudron to host Synapse correct? Can you check what is listening on your server with sudo lsof -i :8448 ?

    Matrix (Synapse/Element)

  • New to Cloudron & Matrix/Element
    J joseph

    @stefanwirtz said in New to Cloudron & Matrix/Element:

    the error message I got was
    command not found

    What is this error message from? (Your statement above this says curl worked fine?) .

    Matrix (Synapse/Element)

  • Recurrent Cloudron Downtime - Request for Support
    J joseph

    I guess the next step is to figure what causes the CPU spikes. Does AWS collect any metrics here to help us out? (Maybe some CI setup in GitLab?) What app is Mesa de ayuda?

    Support aws ec2 unresponsive
  • Login

  • Don't have an account? Register

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