Okay, please point me to the blog posts that helped you with collabora/onlyoffice. Thanks have NEVER been able to get that to work with my nextcloud (currently using the Docker AIO).
Comment on What self hosting feels like (It's painful, please help đĽ˛)
sugar_in_your_tea@sh.itjust.works â¨3⊠â¨months⊠agoThatâs why blog posts rock. Most popular projects will have a dozen blog posts for different configurations. For example, when looking to set up NextCloud, I found docs for almost all combinations of the following:
- Apache and Nginx configuration
- running through Docker or directly on the host
- MariaDB and Postgres configs (and SQLite, with proper disclaimers)
- Collabora and OnlyOffice config
It does take some knowledge of each of the above if you need one of the few configs thatâs not available on a blog post, and some of the posts are outdated, but with a bit of searching almost everything is documented by someone on the internet.
This shouldnât be necessary (official docs should be more comprehensive), but at least itâs available.
harsh3466@lemmy.ml â¨3⊠â¨months⊠ago
mesamunefire@lemmy.world â¨3⊠â¨months⊠ago
Same with me. I played around with the setup a few times on my local machines. It took quite a bit to get it set up, then I saw an error after a couple of days and gave up. Its easier to just pull down the file and run it locally.
sugar_in_your_tea@sh.itjust.works â¨3⊠â¨months⊠ago
Iâm not at the same computer I used to look it up, so I donât have my search history, but I think this one was pretty decent. I donât use Traefik, but the rest describes the important bits w/ docker compose. I donât know much about the AIO image though (I used separate images).
cron@feddit.org â¨3⊠â¨months⊠ago
Iâd rather have a great documentation than five different blog posts, where some of them might be outdated, wrong or insecure (and you only find out later).
But yes, they are helpful and easily available for popular software.