@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.
Joseph Mascarenhas
Posts
-
Enable "Meilisearch" for local chat search -
[critical] install.lock removed after cloudron rebootDo 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 ?
-
Nextcloud restore fails - out of memoryYou 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 ? -
Email forwarding with Amazon SESCloudron 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.
-
Mail and VolumesMails 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.
-
Enable "Meilisearch" for local chat searchI think the port 7700 is for the server where Meili is running . You don't have to open anything on Cloudron server.
-
External App Proxy Setup Causing Nginx Auto-Restart Help with Reverse Proxy Architecture?@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.
-
Cubby - Upload into shared folderGuest 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.
-
Unable to install apps@ruben.villarreal I got your mail on support@ and I have reset the app installations on our side. Can you please confirm?
-
Do Application Proxies count against the Free Tier App limit for Cloudron?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.
-
Email Settings@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?
-
Zugang zu Rails KonsoleFor future users, there is documentation here - https://docs.cloudron.io/packages/discourse/
-
Can´t login after install: Openid button -> "Authentication provider is not configured"I am afraid you will have to debug this step by step to figure what is causing the problem.
-
Plugins possible?@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.
-
StirlingPDF license / user limit changesGood to know. We don't have any information more than what is public.
-
Federation testing fails unless port 8448 is forwarded to 443Maybe ignore my previous comment too. AFAICT, your domain works fine and does not contact 8443.
-
Federation testing fails unless port 8448 is forwarded to 443@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.
-
Federation testing fails unless port 8448 is forwarded to 443@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
? -
New to Cloudron & Matrix/Element@stefanwirtz said in New to Cloudron & Matrix/Element:
the error message I got was
command not foundWhat is this error message from? (Your statement above this says curl worked fine?) .
-
Recurrent Cloudron Downtime - Request for SupportI 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?