I'm building a file server (and plex server), to be used locally and remotly. The server will have design assets files that should be accessed remotly.
Is there a solution or service (free or paid) that gives similer features and performance to icloud and google drive? and its nice if its simple to setup and troubleshoot
I run NextCloud on an Ubuntu instance and it works great as a replacement for the Google Suite. I run quite a few other services on the same machine with Docker too.
How do you run NextCloud on Ubuntu? Do you use docker? If so did you follow any guides?
Exactly. Install Ubuntu, install Docker, install Docker Compose to massively improve your Docker experience and set up Nextcloud with a docker-compose file.
https://docs.nextcloud.com/server/latest/admin_manual/installation/example_ubuntu.html
IIRC, I followed the official docks linked. I also initially tried to use Docker, but I had issues getting it setup with my SSL certificates and some unusual performance issues. So I installed baremetal and all my other services run in docke. I have an Nginx docker that I use as a reverse proxy in front of it so I can host everything on one machine. I do plan on documenting my setup in a blog but I haven't quite gottento it yet. But the people here are really helpful and if you don't get a response you can also feel free to PM me if you run into any issues and I might be able to help out too.
Do you have it separated in a DMZ?