Could anyone describe what this means without the marketing cloud-speak bullshit?
Seriously, this technology isn't new.
Sovereign: Ansible playbooks to build and maintain your own private cloud
21–30 of 145 posts
Re: Sovereign: Ansible playbooks to build and maintain your own private cloud
#22Earlier quoted context omitted.
I hear about Nextcloud a lot more than I hear about Owncloud. Does anyone know why this project uses Owncloud instead of Nextcloud?
This project started before Nextcloud existed, I don't know why it hasn't switched, though.
Re: Sovereign: Ansible playbooks to build and maintain your own private cloud
#23Isn't this just duplicating effort that's probably already been done, in many cases by the first-party maintainers, in Dockerfiles? I don't mean to start 'Docker vs. Ansible', I just wonder why if you wanted a quick way to setup a single-server 'own private cloud' you wouldn't just go with what already exists, and list the images you want in a docker-compose.yaml file? (Which would additionally set you up for 'scalin…
Re: Sovereign: Ansible playbooks to build and maintain your own private cloud
#24One of the most important things when managing data is not losing it. Does this have a solution for doing backups built in or do you come up with your own solution like using something your web host provides?
Re: Sovereign: Ansible playbooks to build and maintain your own private cloud
#25Could anyone describe what this means without the marketing cloud-speak bullshit?
Re: Sovereign: Ansible playbooks to build and maintain your own private cloud
#26Earlier quoted context omitted.
I hear about Nextcloud a lot more than I hear about Owncloud. Does anyone know why this project uses Owncloud instead of Nextcloud?
This project started before Nextcloud existed, I don't know why it hasn't switched, though.
You can think of it in much the same way as OpenOffice vs LibreOffice: devs fork to make a new product, the "original" product stagnates and is mostly used for rent-seeking.
The downside of both is that, to my ears, both "OpenOffice" and "OwnCloud" better signify to outsiders what the product accomplishes, while "LibreOffice" and "NextCloud" really don't, unless you're already familiar with the product or product history.
Re: Sovereign: Ansible playbooks to build and maintain your own private cloud
#27This is a pretty cool setup! I have been tinkering in the self-hosting world for awhile now and I would say my biggest piece of advice is to learn Docker. (Not trying to shill for Docker here or start a Docker vs. Ansible flame war.) In my personal experience, Docker images (and docker-compose orchestrations) are more pervasive than Ansible playbooks and when it comes to self-hosting for personal use, hosting all my…
Re: Sovereign: Ansible playbooks to build and maintain your own private cloud
#28Disclaimer: I am the co-founder
Re: Sovereign: Ansible playbooks to build and maintain your own private cloud
#29Isn't this just duplicating effort that's probably already been done, in many cases by the first-party maintainers, in Dockerfiles? I don't mean to start 'Docker vs. Ansible', I just wonder why if you wanted a quick way to setup a single-server 'own private cloud' you wouldn't just go with what already exists, and list the images you want in a docker-compose.yaml file? (Which would additionally set you up for 'scalin…
Isn't docker just duplicating effort that's already been done in LXC or jails?
I explicitly said that I wasn't making it about Docker vs. Ansible - I don't care - I just mean that Docker is very often used by first party maintainers (and if not by someone else) to package these services, so use what's there; if it had happened to have been something else that took off in that way, an Ansible playbook say, then that, but it's Dockerfiles that are in that position.
Re: Sovereign: Ansible playbooks to build and maintain your own private cloud
#30This is a pretty cool setup! I have been tinkering in the self-hosting world for awhile now and I would say my biggest piece of advice is to learn Docker. (Not trying to shill for Docker here or start a Docker vs. Ansible flame war.) In my personal experience, Docker images (and docker-compose orchestrations) are more pervasive than Ansible playbooks and when it comes to self-hosting for personal use, hosting all my…
Are there any resources you recommend for learning to use Docker specifically for self-hosted services in a home lab setting?
I got started by just grabbing a $5 DigitalOcean droplet (can get them with Docker pre-installed) and then played around trying to setup a simple app. (I think it was RocketChat.) https://rocket.chat/docs/installation/docker-containers/