@jdaviescoates Sorry, but Firefox is not what it used to be (or the web has changed) - I gave up on Firefox due to so many sites not loading, not being compatible or other issues. Might be their strict default privacy and container settings.
Posts made by necrevistonnezr
-
RE: How to stop Roundcube session ending when I close my laptop lid?
-
RE: Lots of things broken by recent updates
CALdav = calendar protocol
CARDdav = contacts protocolI keep my very few plugins updated as follows: I git pulled them all
Then in the /data/ folder, I keep a bash script „gitup.sh“ with.
#!/bin/bash cd plugins/ ls | xargs -I{} git -C {} pull cd .. chown -R www-data:www-data plugins/
I run this manually from time to time from the cloudron terminal panel via
sh ../gitup.sh
I never tried to run this via cron - might work as well.
-
RE: How to stop Roundcube session ending when I close my laptop lid?
@jdaviescoates said in How to stop Roundcube session ending when I close my laptop lid?:
You can say that again! Recent updates to Roundcube have broken logging in without an error and the CalDAV connection.
I have neither of these issues on current Roundcube with Safari or Edge. No errors logging in and I’m staying logged in. What browser are you using?
-
RE: 'Waiting for the host' message if managed by CloudRon
@potemkin_ai BTW who is this Cloud-Ron and where can we meet him?
-
RE: Fail2ban (and other security activity) in Event Logs
@girish Thanks for the tip on updating SSH-keys.
I wasn't talking about fail2ban reporting, only. I was also referring to the built-in "rate-limiting" of Cloudron (and other security features, e.g. the cloud firewall) where there's currently little or no transparency what's happening.
Since Cloudron "takes over the server" I think it would be a good opportunity to add transparent monitoring of the system's security features similar to the "System info" tab...
-
RE: Advice for self-hosting? Can't get past Unbound install.
@ajtatum I‘m no expert on networking but it sounds like that „Firewalla“ thing is the issue if you can’t ping anything on a fresh Ubuntu install. I run Cloudron on a NUC behind a simple router with a dynamic IP address and Open ports as recommended and did not have had such issues….
-
RE: admin panel - authentication failed
@perler said in admin panel - authentication failed:
@necrevistonnezr ok, restarting the app was new to me, but so I did. no success.
I have the feeling something is messed up here. whe having /app/data/data/default/admin_password.txt
AND the
admin_password =
line in application.ini? which one is it? I followed the documentation to the letter, multiple times and tried some combinations of passwords in admin_password.txt and/or/not in application.ini - no dice.
@support ?
I would say, documentation is pretty clear:
The password is located at /app/data/data/default/admin_password.txt.
It's quite possible it is necessary to have this in a separate file due to Cloudron specifics (read only file system etc.) but it is what it is.
-
RE: admin panel - authentication failed
@perler As mentioned in the docu: Don't use the admin password in
/app/data/_data_/_default_/configs/application.ini
but in/app/data/_data_/_default_/admin_password.txt
! Works fine for me. Also, don't forget to restart the App in between.Step by step:
- To enable it, open a File manager and edit the file
/app/data/_data_/_default_/configs/application.ini
. Set the value ofallow_admin_panel
toOn
. - restart app
- You can now login with the username admin. The password is located at
/app/data/_data_/_default_/admin_password.txt
.
- To enable it, open a File manager and edit the file
-
RE: Fail2ban (and other security activity) in Event Logs
@girish said in Fail2ban (and other security activity) in Event Logs:
@necrevistonnezr There is no fail2ban on Cloudron. Currently, we just rate limit all authentication routes to minimize risk (and with 2FA and app passwords risks are even lower now). We had a plan to implement firewalling this release (rate limits per IP, block specific IP etc), but already changes were piling up. So, we will have some more advanced firewalling features in a future release.
Hi, as I'm still pondering securing my home server Cloudron setup (with all those open ports), I'd like to re-visit this topic. It'd be very helpful as a first step if rate limiting incidents and other relevant information (e.g. fail2ban for SSH) would be available in Cloudron without using the terminal and polling logs in several different places.
-
RE: App "Not responding" after [2.6.0] update
@girish No issues with two instances here...
-
RE: Tailscale reverse proxy from VPS to Cloudron home server
@erronnie Would also be interested in this - in particular if you can still manage mails with your own domain in that setup….
-
Roundcube 1.6.0 package shows version 1.5.3 in "about"?
Hi,
is there something wrong with the current Roundcube package?
The currently updated Roundcube 1.6.0. package
shows version 1.5.3 in the about screen:
I also noticed that the changelog states that "Classic" and "Larry" skins are removed (see https://roundcube.net/news/2022/07/28/roundcube-1.6.0-released) but it's still present in the Cloudron package:
I don't think it's a browser / cache issue as I get the same results in a new "private" window of my browser....
-
RE: Shiori: Simple bookmark manager built with Go
@LoudLemur I haven't tried it but it looks more visually appealing and it has offline reading support...
Where possible, by default shiori will parse the readable content and create an offline archive of the webpage.
-
RE: Is there any real alternative to Google Docs / Office 365 out there?
@timconsidine said in Is there any real alternative to Google Docs / Office 365 out there?:
Working together on a document at different times is way more common, so common that it is almost the only scenario to consider in practice. In this scenario, tracked changes is what really matters.
Unless they have made a lot of improvements I haven't seen, on this Google is a distant 2nd to MS Word or any of the alternatives.
In many sectors (eg legal and commercial teams), collaboration is a fringe outlier, tracked changes is what matters.Fully agree. I work in a legal team, tracked changes and using the exact same document format as the other contractual party is a must. You can’t start telling JP Morgan on the other side to please use markdown or „Sorry, you won’t see all my amendments because I used LibreOffice“. And in these industries, „collaboration“ is exchanging lengthy agreement drafts via email.
-
RE: Littlelink-Custom
@timbo This should play nicely in the LAMP app (see discussions for Littlelink here: https://forum.cloudron.io/topic/2965/littlelink/1) or even the Surfer App(?)
-
RE: Submit Cloudron to Ubuntu for Publication
@micmc said in Submit Cloudron to Ubuntu for Publication:
Anyway, those who move to Linux or other Unix-based desktop OS are doing to NEVER come back to either Winthedoze or Crackmymac for sure.
Simply not true as a generalization. If you need to work and depend on compatibility with file formats of your customers, there’s now way around them (e.g. exchange of contract drafts with tracked changes in Word as a lawyer). And I learned to love my mac for its simplicity and „just works“ approach after using Fedora and Ubuntu privately for a while - I‘m more productively working and less fiddling with the OS and little tools…
-
RE: collectd is unable to start
@girish said in collectd is unable to start:
@AniTexs I think maybe the collectd config got overwritten during the upgrade. If you run
/home/yellowtent/box/setup/start.sh
, this will put the expected collectd config.Also, check the content of
/etc/default/collectd
. It should contain:LD_PRELOAD=/usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.so
After that,
systemctl restart collectd
.Similar issue after upgrading from Ubuntu 20.04 to 22.04 - but despite the reference to
libpython3.8.so
being present in/etc/default/collectd
, it seems that this file is no longer present...However, what is present is
/usr/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.so
- after referencing this file in/etc/default/collectd
(i.e. addingLD_PRELOAD=/usr/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.so
), and restarting thecollectd
service, it starts running again.... but will this change persist?
-
Roundcube 1.5.3 released with bug fixes
https://github.com/roundcube/roundcubemail/releases/tag/1.5.3
CHANGELOG
- Enigma: Fix initial synchronization of private keys
- Enigma: Fix double quoted-printable encoding of pgp-signed messages with no attachments (#8413)
- Fix various PHP8 warnings (#8392)
- Fix mail headers injection via the subject field on mail compose (#8404)
- Fix bug where small message/rfc822 parts could not be decoded (#8408)
- Fix setting HTML mode on reply/forward of a signed message (#8405)
- Fix handling of RFC2231-encoded attachment names inside of a message/rfc822 part (#8418)
- Fix bug where some mail parts (images) could have not be listed as attachments (#8425)
- Fix bug where attachment icons were stuck at the top of the messages list in Safari (#8433)
- Fix handling of message/rfc822 parts that are small and are multipart structures with a single part (#8458)
- Fix bug where session could time out if DB and PHP timezone were different (#8303)
- Fix bug where DSN flag state wasn't stored with a draft (#8371)
- Fix broken encoding of HTML content encapsulated in a RTF attachment (#8444)
- Fix problem with aria-hidden=true on toolbar menus in the Elastic skin (#8517)
- Fix bug where title tag content was displayed in the body if it contained HTML tags (#8540)
- Fix support for DSN specification without host e.g. pgsql:///dbname (#8558)
-
RE: Nextcloud App "not responding" after upgrading to Ubuntu 22.04
@girish If that replacement should go into
/home/yellowtent/platformdata/INFRA_VERSION
- no, mail service still not working and showing the same error, even after a reboot.Jun 27 05:50:14 cat: /sys/fs/cgroup/memory/memory.limit_in_bytes: No such file or directory Jun 27 05:50:23 cat: /sys/fs/cgroup/memory/memory.limit_in_bytes: No such file or directory Jun 27 05:50:38 cat: /sys/fs/cgroup/memory/memory.limit_in_bytes: No such file or directory
EDIT: I guess that replacement should go into
/home/yellowtent/box/src/infra_version.js
- but after a restart of box, still not running...EDIT 2: After 30 minutes or so, mail service is running again!
-
RE: Nextcloud App "not responding" after upgrading to Ubuntu 22.04
@girish How do I stop Solr in the terminal? I can't stop it in the dashboard - it just shows a spinning circle...
-
RE: Nextcloud App "not responding" after upgrading to Ubuntu 22.04
@girish said in Nextcloud App "not responding" after upgrading to Ubuntu 22.04:
@andreasb I managed to reproduce this.
To fix this:
# sed -e 's/"version": ".*",/"version":"50.0.0",/' -i /home/yellowtent/platformdata/INFRA_VERSION # systemctl restart box
The issue is that Ubuntu 22 uses cgroups v2 by default. Containers have to be re-recreated to recognize this change. Changing the infra version triggers a container re-create. Note that it will take a bit for the containers to get re-created. The UI will show "configuring" for all the apps and they will come up one by one.
I have fixed the guide accordingly.
Somehow, this doesn't persist. After a reboot, I see
{ "version": "49.0.0", "baseImages": [ { "repo": "cloudron/base", "tag": "cloudron/base:3.2.0@sha256:[REDACTED]" } ],
in
/home/yellowtent/platformdata/INFRA_VERSION
And the mail service does not start.
The error log shows:Jun 26 18:25:59 cat: /sys/fs/cgroup/memory/memory.limit_in_bytes: No such file or directory
-
RE: Raspberry Pi support?
@hustler A forum search for „raspberry“ was too much to ask? https://forum.cloudron.io/topic/3107/cloudron-on-a-raspberry-pi
-
RE: Nextcloud not responding
@SamGreenwood said in Nextcloud not responding:
@necrevistonnezr The screenshot I sent is what I get when I click there.
Nope. It looks like this:
-
RE: Nextcloud not responding
@SamGreenwood said in Nextcloud not responding:
The weird part of this whole saga is that Nextcloud seems to run normally and then randomly crash after either an auto backup was run or after it gets updated. Before I found CLoudron I used Nextcloud in its own Linode instance and had no issues.
Never had such issue. What apps / plugins are activated in Nextcloud?
-
RE: Why change email server location?
@bigbucketboy said in Why change email server location?:
When we change the name does that also mean I would go to mail.example.com to access my email?
If you mean is that the correct IMAP / SMTP server in that case? yes.
If by "access" you mean a webmailer, you have to pick one of the webmailers in the appstore (Roundcube, SoGo, Rainloop, SnappyMail...). -
RE: How to stop Roundcube session ending when I close my laptop lid?
@girish said in How to stop Roundcube session ending when I close my laptop lid?:
@jdaviescoates
$config
is the correct variable name.Well, for some values, it seems that
$rcmail_config
is correct…As said before, for me
$rcmail_config['session_lifetime'] = 10080;
works?!
-
RE: Mount Struktur
@fisi Hi, since this is an english speaking forum, I believe you rather get an answer if you repeat your request in English...
-
RE: Akamai Technologies, Inc. Acquires Inverse, SOGo developer
@drew said in Akamai Technologies, Inc. Acquires Inverse, SOGo developer:
@necrevistonnezr And you've had consistently good luck syncing with Apple native caldav/carddav clients?
Yes, again with a simple setup. One private calendar/addressbook, one family calendar/addressbook, no groups or stuff like that.
-
RE: Akamai Technologies, Inc. Acquires Inverse, SOGo developer
@foliovision said in Akamai Technologies, Inc. Acquires Inverse, SOGo developer:
NextCloud can work but is almost a full time IT project to make NextCloud perform reliably. Experimenting with EteSync now. It's hosted on someone else's server but is open source and driven to work with lots of open source projects.
The Nextcloud instance of Cloudron has not failed me once. The key is - as said many times - activate as little plugins as possible and only official ones. I have no talk, mail, office, encryption (my server is at home), all this stuff. Just file sync and contacts / calendar - and it just works, in particular NC 24 was also a leap in speed.
Also, I wouldn’t rely on test results with alpha / beta versions of macOS.
-
RE: Plex Media Server
@privsec Plex has by far the biggest hardware support, especially on Smart TVs.
-
RE: Tutorial: remote backup of local Cloudron backup snapshots with restic / rclone
@murgero said in Tutorial: remote backup of local Cloudron backup snapshots with restic / rclone:
@necrevistonnezr Very in-depth. I don't use Cloudron anymore, but this is gonna be really good for admins looking for something easy to manage.
Thanks! Can I ask why you’re not using Cloudron anymore…?
-
RE: WHMCS - LAMP - IonCube Not detected
@Trankery see https://docs.whmcs.com/System_Environment_Guide#PHP - it doesn't even support php 8 it seems, anyway.
Empty caches?
-
Mails: "Plugin timeout" (spamassassin) from time to time
Hi,
looking at my mail logs, some emails get through but there's a spamassassin timeout (it seems) and the sender receives an error message
From the logs (with some redactions):
{ "ts": 1654119816747, "type": "denied", "direction": "inbound", "uuid": "90D87FE5-8626-4CBA-93BA-94B8ED1FD2A0.1", "messageId": "<[REDACTED] D053D0638D20@gmx.net>", "mailFrom": "<[REDACTED]@gmx.net>", "spamStatus": null, "rcptTo": [ "<[REDACTED]@[REDACTED].net>" ], "remote": { "ip": "[REDACTED]", "port": 39538, "host": "[REDACTED]", "info": "[REDACTED]", "closed": false, "is_private": false, "is_local": false }, "authUser": null, "relaying": false, "pluginName": "spamassassin", "errorCode": 903, "message": "plugin timeout", "rejectionCountLastHour": 0 }
Anything I can do to mitigate this?
Mail has a 4 GB memory limit and there are 2 DSNBL zones activated:
bl.mailspike.net noptr.spamrats.com
-
RE: Paperless-NG - storage of documents / connection to Nextcloud
@nebulon A tool on my phone to sync two folders that are on the same server?
-
RE: Tutorial: remote backup of local Cloudron backup snapshots with restic / rclone
Note that (very effective) compression using zstd has been added to restic beta recently (beta versions are quite stable) - my repository went from 221 GB down to 180 GB with default settings. I have updated the tutorial to reflect this and also a section for migration of existing repos.
-
RE: WHMCS - LAMP - IonCube Not detected
@Trankery I also noticed that IonCube seems to be available for PHP 7.x but not for PHP 8.x in LAMP....
-
RE: Unable to install apps
@opensourced said in Unable to install apps:
@girish I moved the appsdata folder to another mounted drive
I think you should have led with that...
-
RE: Nextcloud WebDav slow on Mac - SFTP is very fast
@marcusquinn said in Solved: Nextcloud WebDav slow on Mac - SFTP is very fast:
I kinda just use BetterSnapTool a lot for split-screening on one screen, but will try them out. Thanks
Off topic: If you use BetterSnapTool check out BetterTouchTool from the same author! It‘s the „parent“ product and almost as versatile as Keyboard Maestro, see e.g. https://www.reddit.com/r/MacOS/comments/nke8g6/bettertouchtool_is_one_of_the_most_worthit/, https://talk.macpowerusers.com/t/show-us-your-bettertouchtool-tricks/16563 of https://www.youtube.com/watch?v=CCJVbooKspo
Best 5 € I ever spent. It can be a key re-mapper, clipboard tool, gesture manager, etc. etc.
-
RE: Nextcloud WebDav slow on Mac - SFTP is very fast
@marcusquinn
Shouldn’t macFuse with SSHFS do the same? https://sftptogo.com/blog/how-to-mount-sftp-as-a-drive-on-mac/I use Nimble Commander and / or Forklift as a Finder replacement because I do like two pane file managers with quick filtering etc.
-
RE: Enhanced RO FS - EROFS
@robi said in Enhanced RO FS - EROFS:
@necrevistonnezr said in Enhanced RO FS - EROFS:
@robi said in Enhanced RO FS - EROFS:
https://www.kernel.org/doc/html/latest/filesystems/erofs.html
Discuss
What for?
If that's not clear then perhaps it's not for you.
Hint: Cloudron uses a RO filesystem for its apps.
I know that Cloudron has read only parts - but this forum shouldn’t be a random link drop, though people sometimes treat it like that. At least if you want people to engage.
(the same is true for app wishlists - sure I could just drop https://github.com/awesome-selfhosted/awesome-selfhosted and say „I want“ but at least tell people why a certain project is worth investing efforts into and how it is better than its alternatives - this is not directed at you…).
(BTW that link in your signature: dude… a woman claiming cancer is caused by „the consciousness feeling out of control“? Advertising with Dr. Presser who is prohibited from practicing medicine or promoting medical products in his home country?)
-
RE: Disabling the dashboard
@girish I’ve disabled this „app“, too, it’s all good.
-
RE: High Performance Back-end for Nextcloud Files
@eganonoa said in High Performance Back-end for Nextcloud Files:
Save it into /app/code/config in the nextcloud container, make it executable and run it.
…. but you can’t do that as a Cloudron admin or was that directed at @girish ?
Have you noticed performance improvements - in particular against the improvements coming with NC 24?
-
RE: Nextcloud 24 has been released and seems to improve speed!
@nebulon said in Nextcloud 24 has been released and seems to improve speed!:
We have published the latest package now, but will only roll it out for automatic updates over the course of this week. If you are curious, you can manually check for updates and apply it. In such a case never skip the backup prior to the update!
Update went through just fine - but mind you I have very little apps installed! Your mileage with (outdated / not yet updated / fringe) apps may vary…
EDIT: WebDAV access feels noticeably faster. Unsure yet about the web UI - might be a caching thing on iPad Safari
-
RE: Roundcube 1.5 beta - development continues!
@jdaviescoates said in Roundcube 1.5 beta - development continues!:
@necrevistonnezr The direct from GitHub .apk version works better anyway
Edit: oh, SHIT, but if he can't get it working via PlayStore (which is where the vast majority of people get it from) he's thinking about quiting the project completely! Noooooo!
Yes and also apk outside the Play store may not be an option on work phones etc.
-
RE: Roundcube 1.5 beta - development continues!
@girish said in Roundcube 1.5 beta - development continues!:
@avatar1024 I just tried FairEmail, nice that it managed to pick up the SMTP/IMAP server automatically of my Cloudron mailbox thanks to the email autoconfiguration we have in place now ! The UI is a bit rough, but can confirm it works. I will go back to K-9 I think.
The developer just removed FairEmail and all his other apps from the Google Play store out of frustration: https://forum.xda-developers.com/t/closed-app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/page-1087
-
RE: Nextcloud 24 has been released and seems to improve speed!
@nebulon Maintenance release 24.0.1. coming tomorrow https://help.nextcloud.com/t/rcs-of-24-0-1-23-0-5-22-2-8/139148
-
RE: Disk Partitioning for Cloudron
@LoudLemur
Looks like it but I don’t remember if on purpose or as part of the Ubuntu Server installation- it’s quite some time ago that I installed Ubuntu Server on this machine
Festplatte /dev/mapper/beebox--vg-root: 461,58 GiB, 495603154944 Bytes, 967974912 Sektoren Einheiten: Sektoren von 1 * 512 = 512 Bytes Sektorgröße (logisch/physikalisch): 512 Bytes / 512 Bytes E/A-Größe (minimal/optimal): 512 Bytes / 512 Bytes Festplatte /dev/mapper/beebox--vg-swap_1: 3,69 GiB, 3942645760 Bytes, 7700480 Sektoren Einheiten: Sektoren von 1 * 512 = 512 Bytes Sektorgröße (logisch/physikalisch): 512 Bytes / 512 Bytes E/A-Größe (minimal/optimal): 512 Bytes / 512 Bytes
-
RE: Disk Partitioning for Cloudron
@RoboMod said in Disk Partitioning for Cloudron:
Well, the thing is I'm using farely limited hardware with only two SATA-Ports. So, adding more space isn't that simple.
Anyone having experience with running Cloudron on a small home server?
I do that, actually. NUC style fanless device, Main drive is 500 GB, 2nd drive 2 TB (mostly media for Plex), backup drive is an external 1 TB harddrive. See https://forum.cloudron.io/post/29114
No partitioning, I use mounting in Ubuntu to specific mount points and Volumes / mounts in Cloudron -
RE: Nextcloud not responding
@SamGreenwood said in Nextcloud not responding:
I'll do a little bit more experimenting and report back, I just noticed that a plugin I installed has reviews saying that it bricked people's NC installs.
It's been said in this forum and the Nextcloud forums: Use plugins as little as possible. It just doesn't work reliably, in particular with 3rd party plugins.
I used to love it when systems allowed modifications (like Firefox, Nextcloud etc.) - now I avoid it like the plague, because such mods are suddenly no longer supported or break the system. Either a system offers more or less everything you need out of the box, or I don't want to use it in the first place.
-
RE: Firewall / Spamassassin: Automatic list update
@girish
Did anything come of this...? -
RE: Username generator with catch-all domain - how to set domain?
@fbartels said in Username generator with catch-all domain - how to set domain?:
Values entered there seem to persist
Aah, that's it - that wasn't clear from the UI...