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!

    • rastilin
      link
      fedilink
      310 months ago

      I’ve seen owncloud merge files together. Like, you open one file and see data from another file inside it. That to me was a dealbreaker.

      • @ikidd
        link
        English
        2310 months ago

        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]
          link
          fedilink
          810 months 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.

        • @Molecular0079
          link
          English
          110 months ago

          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?

          • @ikidd
            link
            English
            210 months ago

            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]
              link
              fedilink
              English
              2
              edit-2
              10 months 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

            • @Molecular0079
              link
              English
              110 months ago

              Thanks. Would occ files:scan work as well?

              • @ikidd
                link
                English
                210 months ago

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

        • @vector_zero
          link
          110 months 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]
        link
        fedilink
        310 months ago

        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]
          link
          fedilink
          -3
          edit-2
          10 months 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

      • Scott
        link
        fedilink
        English
        310 months ago

        Sounds like someone wasn’t using redis

        • @[email protected]
          link
          fedilink
          -210 months ago

          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

          • Scott
            link
            fedilink
            English
            110 months ago

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

    • Engywuck
      link
      fedilink
      2
      edit-2
      10 months ago

      Docker OnlyOffice HW requirements are a bit… Odd?

          • @halo5
            link
            19 months ago

            We joke, but I actually have an 8-core Orange Pi with 16GB RAM and a 512GB NVMe SSD that performs really well running Debian/Gnome!

            • Engywuck
              link
              fedilink
              09 months ago

              Yes, I know these are far more powerful than RPi4s. I just wen with RPi because of cost and community…

      • @[email protected]
        link
        fedilink
        3
        edit-2
        10 months ago

        Your comment made me check that, and yeah, those requirements can be extreme for someone like me who look to use it for two pcs and a phone on a 6th gen intel nuc

      • @phrogpilot73
        link
        210 months ago

        I run the Community Edition of OnlyOffice documents server on my home server in Docker. My server has a Core i77 7700 and 32GB of RAM. And tons of other Docker containers. No issues.

        • Engywuck
          link
          fedilink
          010 months ago

          I mean… My “servers” are a cheap VPS with 2 GB ram and a RPi 4 with 4 GB ram. Doubt any of them would be able to run OOCE decently.

          • @phrogpilot73
            link
            210 months ago

            I was curious, so I took a look at what it was using. At idle, it sits at 927.4 MB, and 0.1% of my CPU (the 7700 is only a 4 core CPU). I opened and edited a Word document on OnlyOffice (I have it connected using the Nextcloud connector). It spiked to 1GB of RAM, and momentary spikes to 35% of CPU, and then back down to 0.1-0.2% of CPU. I’d say it’s worth trying at least. Worst case scenario, you delete the Docker container if it’s unworkable.

            However, I think the Community Edition is lighter than advertised.

            • Engywuck
              link
              fedilink
              010 months ago

              Oh, well. Thank you for your test. I may give it a try, then.

      • 𝒍𝒆𝒎𝒂𝒏𝒏
        link
        fedilink
        110 months ago

        Those specs seem likely to be extrapolated from the resource usage of their SaaS solution 😳

        Wouldn’t be surprised if it actually ended up needing that though, some game servers for example will happily chomp down 10GB+ of RAM with just two people online doing nothing

        • poVoq
          link
          fedilink
          1
          edit-2
          10 months ago

          Or rather they want to discourage self-hosting in favour of their SaaS.

          But the OO Document server will happily run with about 1gb RAM and small CPU use.

          edit: ah this is about the full OO suite. Well most of that is written in bloated asp.net so no wonder.

  • Possibly linux
    link
    fedilink
    English
    1910 months ago

    Try Nextcloud. You might need to setup nextcloud office (collabora)

  • WeAreAllOne
    link
    fedilink
    910 months ago

    You might also wanna check yunohost.org . It’s a well organized self hosting platform where you can install with few clicks and has huge amount of Foss apps, including office and media ones and Nextcloud that others suggested.

    • BlinkerFluid
      link
      fedilink
      English
      410 months ago

      Nextcloud needs a heaping helping of a disclaimer before anyone installs it.

      Use the Docker or Podman images, they’ll include most things a lot of first time users leave out that render Nextcloud buggy and inconsistent. It includes a cache, and about half of the security issues preconfigured out of the box.

      Installing it native from a guide with zero explanation beyond “welp, there’s the start page” as the final step really doesn’t do much for people and there’s a lot of guides out there like that for Nextcloud.

      • Engywuck
        link
        fedilink
        210 months ago

        Even with Docker, my feeling is that BC is something extremely fragile andd one has to be quite careful when updating it, for instance.

        • laenurd
          link
          fedilink
          210 months ago

          I’ve been using Nextcloud docker for quite some time, updated it countless times, have never had any problems whatsoever.

          • Engywuck
            link
            fedilink
            010 months ago

            Mine crapped out at first minor update, lol. Maybe just bad luck.

        • @ikidd
          link
          English
          010 months ago

          I hope to hell you don’t try to use the update button inside NC when running a docker image. The web updater is trash in any case, but in a docker that would be a real fuckup.

          You update docker with a docker pull and I’ve never had it fail. It just quietly upgrades the database and goes along it’s merry way.

          • Engywuck
            link
            fedilink
            010 months ago

            Nope, I updated with docker-compost stop/pull/up -d and suddenly everything was gone. Luckily I had a local copy of my files. Looks like updating trashed the volume I had mapped to my SSD.

  • @[email protected]
    link
    fedilink
    710 months ago

    After a lot of searching (granted, years ago) I landed on

    Nextcloud with only office.

    Nextcloud is pretty awesome. Open source, well supported, new versions like once or twice a year, aetric shittonne of plugins, its awesome.

    Onlyoffice feels a lot like Microsoft office, but is online open source, and allows multi user editing, which was always a bit of a pain point with colabora.

  • @[email protected]
    link
    fedilink
    710 months ago

    Seafile w/Collabora

    I adore Seafile and this looks like a great option. I haven’t been able to get it going on my instance yet, but I’m still learning all of this self hosting and FOSS stuff.

  • Dariusmiles2123
    link
    fedilink
    610 months ago

    I’m using Onlyoffice and it works really well. Although I use it with kDrive from Infomaniak, I’m almost sure you can run it on your own server.

    In fact I managed to ditch Google for everything but I can’t find a good replacement for Google photos which I’m not using anymore.

      • @[email protected]
        link
        fedilink
        English
        510 months ago

        Immich is working pretty well for me. Even the search does a decent job of recognizing the things in the pictures.

        I’m not sure what Google photos has that Immich doesn’t, and I’ve been using Google photos for years.

        • @[email protected]
          link
          fedilink
          210 months ago

          The mobile app sometimes gets stuck while updating new photos, or just doesn’t run the upload in background even though it’s activated. The web app looks and feels great though.

          • @[email protected]
            link
            fedilink
            English
            310 months ago

            You do have to turn off battery saver for the background process. Phones tend to not like background processes. That would cause the behavior you’re seeing.

            Settings > Apps > App battery usage > Immich > Set to “unrestricted”

            Also I have mine set to a ten minute delay, maybe that’s why I haven’t noticed. Maybe try adding a small delay to the load?

            (Primarily I wanted a chance to delete photos before they uploaded.)

      • Dariusmiles2123
        link
        fedilink
        310 months ago

        Thanks for the answer.

        I remember looking at these but I think the fact that the pictures would be on my kDrive was also a problem.

        Maybe with something like WebDAV it could work.

    • Phil
      link
      fedilink
      110 months ago

      @Dariusmiles2123 @JoelJ
      for photos, I decided to buy a raspberry pi two years ago and to host photos and videos for my familly, using a free software with application on mobile phones (ios and android).
      The compagny has a hosted offer, but i prefered to do in my own.
      software is: https://piwigo.org/
      and forum is there: https://piwigo.org/forum/
      Enjoy
      If question don’t hesitate.

      • Dariusmiles2123
        link
        fedilink
        110 months ago

        Thanks for the answer.

        I’d really want to keep my pictures on my kDrive and just have some remote access to the pictures via whatever protocol.

        Maybe what I need doesn’t exist and I’ll have to wait until kDrive gets its own photo management tool😇

  • @[email protected]
    link
    fedilink
    1
    edit-2
    10 months ago

    I just use syncthing and set up the appropriate send /receive permissions for each folder

    When I want to access those files remotely, I just sftp / ssh into the server. (Someone more knowledgeble than me can help you with that part, I just install Tailscale on my devices for remote ssh)

    sure it may not be elegant, but is pretty easy to maintain in the long run (see complaints about updating / setting up nextcloud in this thread)

    maybe this will help with setup. Note he is doing bidirectional sync, but one way sync works too:

    https://www.youtube.com/watch?v=dBVTedUWbfg

    edit: forgot to mention, this is cross platform across Mac, Windows, Android, and Linux. Not sure about iOS