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!

  • WeAreAllOne@lemm.ee
    link
    fedilink
    arrow-up
    4
    ·
    1 year 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.

  • Dariusmiles2123@sh.itjust.works
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    1 year 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.

  • ChickenAndRice@sh.itjust.works
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    edit-2
    1 year 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