• 1 Post
  • 12 Comments
Joined 2 years ago
cake
Cake day: June 5th, 2023

help-circle
  • My biased opinion is that most people run Nextcloud on an underpowered platform, and/or they install and enable every possible addon. Many also skip some important configurations.

    If you run NC on a bit more powerful machine, like a used USFF PC, with a good link to it, the experience is better than e.g. OneDrive.

    Another thing is, people say “Nextcloud does too much”, but a default installation really doesn’t do much more than files. If you add every imaginable app, sure it slows down and gets buggy. Disable everything you don’t need, and the experience gets much better. You can disable even the built-in Photos app if you don’t need it.

    Not saying NC is a speed daemon, but it really is OK. The desktop and mobile clients don’t get enough love, that’s true.

    I’m talking about the “bare metal” installation or the community Apache/FPM container images. AIO seems to be a hot mess, and does just about everything a container shouldn’t be doing, but that’s just my opinion.




  • Hyvä pointti! Maksuvaihtoehtoja on tarkoitus kyllä lisätä, kun/jos käyttäjämäärä kasvaa, mutta korttimaksunvälittäjät on pikkusummilla aika kalliita. Toistaiseksi perinteinen lasku on kyllä vaikuttanut enemmänkin toivotulta, ei tarvitse miettiä mihin korttitietoja syöttää.

    Sen verran korjaan väärinkäsitystä, että ensimmäisessä laskussa on 30pv maksuaikaa, joka on samalla ilmainen kokeilujakso. Seuraavissa sitten normaali 14pv.



  • Even though you said “isn’t Nextcloud”, I’d still say it’s perhaps the simplest solution.

    You can disable most the other apps and set calendar as the landing page. If you don’t use the other features, the resource usage is very low, just a cron job that does basically nothing. I don’t think disabling the default apps has much effect on the footprint, by the way.

    Calendar, contacts and notes are why I still self host nextcloud. Just remember to pay/donate to Davx5, they’re one of the projects that need to keep running!








  • For a bit enhanced log file viewing, you could use something like lnav, I think it’s packaged for most distributions.

    Cockpit can be useful for journald, but personally I think GUI stuff is a bit clunky for logs.

    Grep, awk and sed are powerful tools, even with only basic knowledge of them. Vim in readonly mode is actually quite effective for single files too.

    For aggregating multiple servers’ logs good ol’ rsyslog is good, but not simple to set up. There are tutorials online.