Ungoogled chromium has no plugins whatsoever installed (in fact it's rather complicated to install anything on it )
avatar1024
Posts
-
reconnecting to the meeting randomly -
reconnecting to the meeting randomly@robi Thank you for your help. I haven't enabled any specific plugins, it's on a fresh install with the default config file.
-
reconnecting to the meeting randomly@robi the same thing happened on both chrome-based (ungoogled chromium) and Firefox.
-
reconnecting to the meeting randomly@mirotalk-57bab571 made improvements to the logic but unfortunately the issue is still present for me with disconnection every few minutes. I was able to capture logs from the MiroTalk app and from the browser console when a disconnection happen. See there: https://github.com/miroslavpejic85/mirotalksfu/issues/200#issuecomment-2804775013
In fact I have noticed the issue happen even if no one else is the meeting, so if I leave a meeting running with only me in it, it disconnects every few minutes (though just to be clear, sometimes it holds fine too, but more often than not, I get those disconnections).
@MiroTalk, or anyone else, any clues?
-
Email sending broken after updating to 8.2.x (due to IPv6 issues)I use netcup too, I disabled IPv6 on the server entirely and since everything has been working with no issues.
Though disabling IPv6 persistently on reboot was not straightforward and had to be done modifying netplan config, see above on the thread (https://forum.cloudron.io/post/102554).
-
Akaunting - Free Accounting Software@marcusquinn thanks! It doesn't seem Free Software either, right?
-
Docs - Alternative to Notion / Outline with OIDC, GDPR compliant, PDF Export (with template) etc...@Neiluj said in Docs - Alternative to Notion / Outline with OIDC, GDPR compliant, PDF Export (with template) etc...:
I would also still be keen in exploring to which extend relaying information upstream might have an influence on packaging this for Cloudron.
You can always make the request on their github as one person there might be interested in helping and knowledgeable about making a package. But yes it would be great a stir from @staff here on whether this looks doable at all with the current Cloudron infrastructure. This app does look great and more open than outline (which is pretty great too, but with too many restrictions on the self-hosted version).
-
Need AAAA records for ip6 server address for email deliverability@joseph said in Need AAAA records for ip6 server address for email deliverability:
There is no check for AAAA record (or A record) for that matter. In general, even for apps there is no such check i.e Cloudron is not polling periodically to check if the DNS records are in sync.
Except that for DNS record for apps, if not properly set-up DNS propagation doesn't work and when using say Wildcare DNS, the docs clearly says we should set-up a A record but says nothing about AAAA record, neither for apps, nor for email config:
https://docs.cloudron.io/domains/#wildcard-dns
Given the number of issues we've seen on the forum with IPv6, I really think some tidying needs to happen to make Cloudron as neat with IPv6 as it is with IPv4, either in Cloudron back-end with automated set-up and checks, or in the Cloudron documentation.
-
Akaunting - Free Accounting Software@andreasdueren said in Akaunting - Free Accounting Software:
@avatar1024 To be honest, I tried using Akaunting for a few months and even purchased expensive plugins – full of excitement. But I quickly realized that the software is quite buggy and support unwilling or unable to help in any significant capacity. Even when I payed for extra support, they were not able to help me resolve some issues. So I abandoned it. So personally I am not interested in Akaunting anymore.
Thanks for the feedback. Have you found a decent alternative?
-
Akaunting - Free Accounting Software@jdaviescoates said in Akaunting - Free Accounting Software:
I think perhaps you meant to tag staff?
Indeed
. Now corrected. Thanks
-
Akaunting - Free Accounting SoftwareHello all, so it seem there was some effort into packaging this from @andreasdueren as well as from @murgero, @marcusquinn and from the author of Akounting with @staff (see this thread).
Anyone got any update on this?
Small business accounting is still a type of software lacking on Cloudron which is a shame as it could really help the adoption of a Free Software alternative to QuickBook, Xero, etc amongst small businesses and ethically minded accountants.
-
Configuration System Overhaul - from MiroTalk SFU 1.8.00@nebulon said in Configuration System Overhaul - MiroTalk SFU 1.8.00:
Ah thanks for letting us know. I rarely hang out on discord these days, given my focus on mostly selfhosted things
Very much the same, in fact I recreated a Discord account just to check out MiroTalk info as I had issues with my instance
Also I've updated the original post to make it clearer I'm pointing out to the change in config rather than the MiroTalk version that hasn't landed on Cloudron.
-
Configuration System Overhaul - from MiroTalk SFU 1.8.00@nebulon said in Configuration System Overhaul - MiroTalk SFU 1.8.00:
The Cloudron package had a custom config.js in place from the start, we might see how to support the env file approach in the future.
Thanks for the info and clarification.
@nebulon said in Configuration System Overhaul - MiroTalk SFU 1.8.00:
Would be good to have the links to such readme or release resources in the future instead of pasting here. This would avoid duplication and thus the risk to quickly have outdated info here.
MiroTalk posts announcement on a Discord channel so unfortunately there isn't another direct link to announcements. I posted this one here as it was a major change in config that could potentially affect Cloudron users (as it hadn't been rolled out as part of the usual update of Cloudron app package).
-
Configuration System Overhaul - from MiroTalk SFU 1.8.00Just to let everyone know this change in config has landed with MiroTalk SFU 1.8.00, but while the MiroTalk version has been updated on Cloudron, the new config approach is not yet the default on the Cloudron package. @staff, I'm sure you're aware of this change but is it on your radar to upgrade the package to make use of this, or not really and you expect / would like someone from the community to do it?
IMPORTANT UPDATE
Configuration System Overhaul
What's New?
We've revamped the configuration system for improved security, maintainability, and scalability!Enhanced config.js Structure
✅ Modular Organization – Settings grouped by features (API, SFU, TURN, etc.). ✅ Type-Safe Defaults – Automatic validation for all configuration options. ✅ Self-Documenting – Clear descriptions for every parameter. ✅ Dev-Friendly – Pre-configured presets for local development.
New .env File
✅ Centralized Secrets – Sensitive data (API keys, credentials) now exclusively in .env. ✅ Docker/K8s Ready – Seamless integration for containerized deployments. ✅ 12-Factor App Compliance – Ideal for cloud-native environments.
Key Benefits
🔹 Security First – No more hardcoded secrets in JavaScript files. 🔹 Faster Debugging – Intuitive grouping reduces configuration headaches. 🔹 Scalability – Designed for CI/CD and orchestration tools like Kubernetes.
️ Migration Guide (not sure this is recommended for Cloudron)
Backup your existing config.js and .env files. Copy the new templates: cp app/src/config.example.js app/src/config.js cp .env.template .env Migrate secrets from your old config to .env. Update docker-compose.yml with the new volumes: volumes: - ./app/src/config.js:/src/app/src/config.js:ro - ./.env:/src/.env:ro Restart your instance.
-
reconnecting to the meeting randomlyI have created a bug report: https://github.com/miroslavpejic85/mirotalksfu/issues/200
-
reconnecting to the meeting randomlyThings seems to have gone better for a while. But since the past couple of days it's gone really bad again. It feels like it is something on my end given other participants do not have those constant disconnections. Yet my internet seems very stable and for example with Jitsi or Teams (🤮) it's working totally fine and I have no disconnections...
I can't see anything in particular in the logs but happy to share the full log with @MiroTalk if useful.
I tried both with chromium and firefox and on two different servers (both cloudron with fresh install of mirotalk sfu)
-
Planka - A Trello-like Kanban board React/Redux@jadudm said in Planka - A Trello-like Kanban board React/Redux:
If the Cloudron team thought this was good to add to the stable of apps, I'd give it a go.
I'm sure they have nothing against it
. As far as I know they don't give a go ahead regarding apps or have a selection / veto process. If someone from community packages an app, they'll be super happy, they'll do some final checks to ensure it's done well and they'll publish it.
It's more for the app they package themselves that they select usually from the wishlist depending on votes, or from their own needs. But there again, it's just a way to prioritise, rather than to say they wouldn'd happy to publish others.
-
Unable to detect IPv6. API server (ipv6.api.cloudron.io) unreachableDid you set-up a PTR record for your IPv6 and checked all of the IPv6 threads on the forum (if you haven't you'll find several using the search function)?
-
Email search errorHi, did you check this, this and this? I got the similar errors when trying to run the indexing but after a few retry it works.
I tried to index email mailbox separately (by running the command inside the rebuild-index.sh for each mailbox separately) and identified which one caused the problem, then I had to open/read the problematic folders with a mail client, and then the index worked.
Given this feels like another duplicate, @staff, there might be something up / to improve with how the indexing is handled.
-
Email search not working properly@joseph said in Email search not working properly:
The tika error seems to be because tika was down .
What's tika?
Btw I did all mailboxes manually, I had to retry a couple but they all ended up indexing without errors in the end.
@joseph said in Email search not working properly:
I think a UI button to rebuild index will help a lot.
Yes to that! Though whatever the solution chosen it's gotta be robust against the process failing / encountering errors. So either a button per mailbox, or if global, then it needs to make sure it carries on even if if there are errors on one mailbox.