I have realized, that several organizations are very interested in the possibility of creating their own invitation email. The possibility of adding text and attach a kind of "onboarding"-manual for all running applications would be pretty nice. It would make it really easy to do these thing automated thereafter using the API.
opensourced
Posts
-
Personalization of the invitation email -
ejabberd - Robust, Scalable and Extensible Realtime Server using XMPP, MQTT and SIPejabberd would be freakin amazing!!
-
No sound in Jitsi...@girish I'm glad to see your efforts put in this issue. I think we are getting closer! I looked at the sip-communicator config of yunohost - as their jitsi is working on my systems and they actually set those variables.
A further indication that this is the only missing piece is this thread here...
Are there environment variables for the local and the public IPs? I would like to test this.
-
Nextcloud backup crashes@robi said in Nextcloud backup crashes:
@girish can you make sure the remount checks for CIFS are applied to NFS as well? At every backup..
Having it be more bulletproof would be great!
@girish do you think there will be a more stable support for NFS in the feature?
-
Gitlab Service Desk is missing lots of incoming mailOne of my Gitlab instances is configured to receive emails and also does receive most of them and processes them into issues. However, quite a good amount are missing and I have done some testing to check where the problems are.
- Cloudron mail server seems to receive and handle everything well.
- /home/gitlab/log/mail_room_json.log contains almost no errors for the period of the last several days in which i know that several mails have been missed.
- I searched the other logfiles for other related information, but could not really get something of much value.
Does anyone else experience this issue? Where can I dig deeper to find the core of the problem?
I actually found this... Could be related: https://gitlab.com/gitlab-org/gitlab/-/issues/267121
Cheers
-
Gitlab Service Desk is missing lots of incoming mail -
No sound in Jitsi...@nebulon I actually have set up several Cloudron instances and none of them is able to get Jitsi to work. I suppose that if I provide a fresh VM, it wont be able to get it working either. Therefore it might be suitable for debugging.
(I still want to mention at this point that its neither port related, nor a networking issue as I have a working Jitsi (from Yunohost) on one of my VMs)
What do you think?
-
Cloudron Backups on TrueNAS NFS mount@opensourced nevermind, i figured it out!
-
No sound in Jitsi...@girish We do have our own server farm in a data center. As host for our VMs, we use Proxmox.
-
Unable to install apps@girish I moved the appsdata folder to another mounted drive -> after creating the symlink (as root) i didn't propperly set the permissions. I fixed it, so all good now. Thanks!
-
Cloudron instances keep crashing because of NFS backup mount is not availlableWithin the last month, I had 3 cloudron instances (running productive apps for clients) crashing, because the NFS mount could not be mounted and the root filesystem was used instead.
I find it frustrating to run into this issue so often. Mostly because I know it can happen every moment and I cant do anything about it.
How about adding a checkbox in the backup settings with the title "Skip backup if storage is not available"?
-
Persistent custom nginx configurationI would find it very useful if i could enter custom nginx rules (generally or per application), that would survive updates. Is this possible at the time beeing?
-
Persistent custom nginx configuration@nebulon See that point. Two use cases are:
WordPress exposes the example.com/xmlrpc.php API per default. We already had several issues where attackers used those APIs to send spam mails from our applications. To fix this issue, either you need to install a plugin that disables the API (however, dose plugins which are available for free are crapy and I dont trust them), or you just disable those requests in the nginx.conf of the application. This is what I did, but through updates those custom lines were deleted.
I would like to restrict the Synapse Admin API to certain IPs.
-
NFS volume mounted, but get "chown"-related error on backup task.@nebulon I actually run in the same issue on several instances. On some it still works however... I am using TrueNAS as the NFS server and it would be nice if i could keep using it. Any hint on where that error is coming from?
-
Haraka mailserver crashing after sending or receiving email@girish I also see this error on one of my cloudrons.. Will your patch soon be released in an update?
-
mysql not responding (with vaultwarden installed)@nebulon yes, i have vaultwarden installed...
-
Cloudron shows domain setup page after a possible crashI am facing the situation, where a before configured and running Cloudron instance is now showing the DNS setup window (on the previous running my.xy.com dashboard site).
When I then enter the domain again and choose wildcard for certificate configuration, I see the error msg "Already activated". In the box logs I see this:
2023-09-25T12:51:47.742Z box:platform BoxError: ER_BAD_FIELD_ERROR: Unknown column 'apps.enableTurn' in 'field list' at Query.queryCallback (/home/yellowtent/box/src/database.js:91:38) at Query.<anonymous> (/home/yellowtent/box/node_modules/mysql/lib/Connection.js:526:10) at Query._callback (/home/yellowtent/box/node_modules/mysql/lib/Connection.js:488:16) at Sequence.end (/home/yellowtent/box/node_modules/mysql/lib/protocol/sequences/Sequence.js:83:24) at Query.ErrorPacket (/home/yellowtent/box/node_modules/mysql/lib/protocol/sequences/Query.js:92:8) at Protocol._parsePacket (/home/yellowtent/box/node_modules/mysql/lib/protocol/Protocol.js:291:23) at Parser._parsePacket (/home/yellowtent/box/node_modules/mysql/lib/protocol/Parser.js:433:10) at Parser.write (/home/yellowtent/box/node_modules/mysql/lib/protocol/Parser.js:43:10) at Protocol.write (/home/yellowtent/box/node_modules/mysql/lib/protocol/Protocol.js:38:16) at Socket.<anonymous> (/home/yellowtent/box/node_modules/mysql/lib/Connection.js:88:28)
This situation happened after a scheduled reboot was executed. After the reboot succeeded, I ended up like this. What might have happened? Thanks in advance!
-
Nextcloud is down one in a while and needs to be restarted manuallyA Nextcloud instance is down every once in a while (around once in a Week) and needs to be restarted manually. I have set the log-level to debug, however I cannot find any suspicous logs in the logviewer of the app.
The VM and also the application has enough RAM and CPU.
How can I trace this issue best?
Thanks for any help.
-
Nextcloud is down one in a while and needs to be restarted manuallyThanks for the reply. I just doubled from 15 to 30. Lets see if this helps.
-
Nextcloud backup crashes@girish Cloudron is running in a Proxmox cluster. In the same local network there are storage servers via 10Gb/s. I guess ideal would be a NFS mount from a TrueNAS server. This way I could get rid of encryption overhead and use Jumbo frames. If cloudron could handle those NFS mounts stable, I would switch back to this. Other suggestions are very welcome.