Do any of you self-host Overleaf? I know there is a Docker project, but from what I’ve heard it’s not easy to install. The Yunohost version used to work but didn’t support file upload, so that makes it bad too.

Have any of you successfully installed Overleaf with e.g. Docker and it works just fine? If so, could any of you share e.g. the Docker Compose file?

  • @cichy1173OP
    link
    English
    1
    edit-2
    5 months ago

    I would guess that you need to learn more about Docker usage in general, rather than just looking for a Docker Compose file

    Yeah, I don’t really like using Docker so I always go for easier option, but my friend uses Docker a lot and also had troubles with Overleaf.

    Also, I’d like to point out that Overleaf’s hosting and pricing options are quite reasonable, especially if you’re working for a university or institution: https://www.overleaf.com/user/subscription/plans

    I don’t work for university, but I am a student that needs Latex. Overleaf free plan got really bad, even my thesis cannot be compiled now and Overleaf pricing isn’t really great. Student pricing is only for annually subscription, so it is not ideal for me.

    • calm.like.a.bomb
      link
      fedilink
      English
      25 months ago

      I don’t really like using Docker so I always go for easier option

      Usually docker is the easiest option as you don’t have to install a lot of dependencies, then set up other services and databases and whatnot. Especially if you use docker-compose.

      • @cichy1173OP
        link
        English
        05 months ago

        The easier option is hunting for Docker Compose…

        • folkrav
          link
          fedilink
          English
          2
          edit-2
          5 months ago

          A Docker Compose is literally just a bunch of Docker commands in yaml format. Can’t say I understand how one can be any easier or harder than the other, considering they basically directly map one to another.

    • @PeachMan@lemmy.world
      link
      fedilink
      English
      2
      edit-2
      5 months ago

      Right, Docker can definitely be a daunting system to learn, but it’s the standard because it’s so reliable and flexible. I’ve been using CasaOS because it’s basically Docker on easy mode, with limited package support, but I’ve decided recently that I really should just learn how to use Docker properly.

      • @cichy1173OP
        link
        English
        15 months ago

        I know some Docker, even I built my own images, but I just don’t really like Docker.