this post was submitted on 12 Sep 2023
132 points (98.5% liked)

Linux

47356 readers
1192 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

So I want to build a home server to use as a media server, and to back up my photos etc.

I am also currently doing an online course, and happen to spend some time at work as well as at home working on it. I don't like using Google where I can help it, but I find google docs really useful. So I'm wondering if there's an open source application that works essentially the same, but I could run off my own server? It would have to be web-based as I use Windows at work and can't install new programs :/

edit: Thanks everyone for your suggestions! I've got quite a few leads to follow now, it should be fun!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago (3 children)

Nextcloud is laggy and bloated, would not recommend

Good application but performance sucks

[–] [email protected] 22 points 1 year ago (3 children)

It's fine if you don't set it up on a dogshit slow rPi and use postgres/redis in the docker compose. Every time I see this comment, it's because of configuration errors or horrible hardware.

Man, use Sharepoint on anything under a dual Xeon and see true lag.

[–] [email protected] 8 points 1 year ago

This is true, with a couple gigs of RAM and SATA storage Nextcloud is not at all bad. Assuming an instance with not that much simultaneous users.

It feels like slow sometimes, then after an hour with M365 at work it doesn't feel slow at all.

[–] [email protected] 1 points 1 year ago

I ran it on a Dell EMC server blade and it was still awful. I couldn't help but think I was doing something wrong, because its performance was shockingly bad. I also couldn't get any of the office stuff to work acceptably, so I've given up on it for the time being.

[–] [email protected] 1 points 1 year ago (1 children)

Is there a way to transition from MariaDB to Postgres? I used the mariadb / redis version of the docker-compose, but now I hear everyone says Postgres is better for performance?

[–] [email protected] 2 points 1 year ago (2 children)

Create your users in the new install, move each users files to the created folders from your old install, and use the OCC addfiles command to enumerate the new files into the new db.

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago)

There is a db migration command that I used to do the same thing, was pretty painless, just needed to run that and then update the config iirc

[–] [email protected] 1 points 1 year ago (1 children)

Thanks. Would occ files:scan work as well?

[–] [email protected] 2 points 1 year ago

That's the one. I haven't used it for a while, sounds about right.

[–] [email protected] 3 points 1 year ago (1 children)

What you mean bloated? It is laggy in web browser, but using client apps solve that problem. It would be awesome if its more snappy, but I couldnt find anything better for my needs. What do you use?

[–] [email protected] -3 points 1 year ago* (last edited 1 year ago)

I was running the desktop app and the web app. I meant the server is laggy, though as it was melting my raspberry pi down to do something I could achieve with much lighter weight tools

Running on a raspberry pi it was struggling to serve even one user

[–] [email protected] 3 points 1 year ago (1 children)

Sounds like someone wasn't using redis

[–] [email protected] -2 points 1 year ago (1 children)

You got me there

I was also running it on a pi 4 though because I don't want a high powered machine sucking up energy and kicking out heat 24/7

[–] [email protected] 1 points 1 year ago

Give redis a try, it significantly sped up the user experience in my testing.