fix links, easier clickable headers

This commit is contained in:
decentral1se 2022-01-25 22:36:29 +01:00
parent bf4390fc79
commit 767aa0a6a0
Signed by untrusted user: decentral1se
GPG Key ID: 03789458B3D0C410
2 changed files with 18 additions and 20 deletions

View File

@ -12,7 +12,7 @@ The project was started by workers at [Autonomic](https://autonomic.zone/) which
## Why Co-op Cloud?
#### 👍
#### Pros
- 👍 Thin "ease of use" layer on top of already standardised tooling
- 👍 Extremely modular
@ -23,7 +23,7 @@ The project was started by workers at [Autonomic](https://autonomic.zone/) which
- 👍 Command line focussed
- 👍 Horizontal and vertical scaling
#### 👎
#### Cons
- 👎 Still a very young project
- 👎 Limited availability of well tested apps
@ -48,14 +48,14 @@ Here is a short overview of the pros/cons we see, in relation to our goals and n
### Cloudron
#### 👍
#### Pros
- 👍 Decent web interface for app, domain & user management.
- 👍 Large library of apps.
- 👍 Built-in SSO using LDAP, which is compatible with more apps and often has a better user interface than OAuth.
- 👍 apps are actively maintained by the Cloudron team.
#### 👎
#### Cons
- 👎 Moving away from open source. The core is now proprietary software.
- 👎 libre tier has a single app limit.
@ -70,7 +70,7 @@ Here is a short overview of the pros/cons we see, in relation to our goals and n
### YunoHost
#### 👍
#### Pros
- 👍 Lovely web interface for app, domain & user management.
- 👍 Bigger library of apps.
@ -79,7 +79,7 @@ Here is a short overview of the pros/cons we see, in relation to our goals and n
- 👍 Doesn't require a public-facing IP.
- 👍 Supports system-wide mutualisation of resources for apps (e.g. sharing databases by default)
#### 👎
#### Cons
- 👎 Upstream libre software communities aren't involved in packaging.
- 👎 Uninstalling apps leaves growing cruft.
@ -88,7 +88,7 @@ Here is a short overview of the pros/cons we see, in relation to our goals and n
### Caprover
#### 👍
#### Pros
- 👍 Bigger library of apps.
- 👍 Easy set-up using a DigitalOcean one-click app.
@ -96,7 +96,7 @@ Here is a short overview of the pros/cons we see, in relation to our goals and n
- 👍 Deploy any app with a `docker-compose.yml` file as a "One Click App" via the web interface.
- 👍 Multi-node (multi-server) set-up works by default.
#### 👎
#### Cons
- 👎 Single-file app definition format, difficult to tweak using entrypoint scripts.
- 👎 Nginx instead of Traefik for load-balancing.
@ -107,30 +107,30 @@ Here is a short overview of the pros/cons we see, in relation to our goals and n
### Ansible
#### 👍
#### Pros
- 👍 Includes server creation and bootstrapping.
#### 👎
#### Cons
- 👎 Upstream libre software communities aren't publishing Ansible roles
- 👎 Lots of manual work involved in things like app isolation, backups, updates
### Kubernetes
#### 👍
#### Pros
- 👍 Helm charts are available for some key apps already.
- 👍 Scale all the things.
#### 👎
#### Cons
- 👎 Too big -- requires 3rd party tools to run a single-node instance.
- 👎 Not suitable for a small to mid size hosting provider.
### Docker-compose
#### 👎
#### Pros
- 👎 Manual work required for process monitoring.
- 👎 Secret storage not available yet.
@ -138,11 +138,11 @@ Here is a short overview of the pros/cons we see, in relation to our goals and n
### Doing it Manually (Old School)
#### 👍
#### Pros
- 👍 Simple - just follow upstream instructions to install and update.
#### 👎
#### Cons
- 👎 Loads of manual work required for app isolation and backups.
- 👎 Array of sysadmin skills required to install and maintain apps.
@ -222,8 +222,6 @@ If you want to learn more, see [dockerswarm.rocks](https://dockerswarm.rocks/) f
The Co-op Cloud is and will always be available under [copyleft licenses](https://en.wikipedia.org/wiki/Copyleft).
We're discussing more specifics on [this issue](https://git.autonomic.zone/coop-cloud/organising/issues/50) if you'd like to see the on-going conversation.
## Isn't running everything in containers inefficient?
It is true that if you install 3 apps and each one requires a MySQL database, then you will have 3 installations of MySQL on your system, running in containers.
@ -250,4 +248,4 @@ Yes! Horizontal scaling is one of the ways Co-op Cloud can really shine. `abra`
## Why only x86 support?
We would love to do ARM support and hope to get there! We've been testing this and [ran into some issues](https://git.autonomic.zone/coop-cloud/organising/issues/25). The TLDR; is that a lot of upstream libre app developer communities are not publishing container builds that support ARM. If they are, there are typically subtle differences in the conventions used to build the image as they are mostly done by community members and not directly taken on by the upstream project themselves. Since one of the core goals is to coordinate and reuse upstream packaging work, we see that ARM support requires a lot of organising and community engagement. Perhaps projects themselves will not want to take on this burden? It is not the role of the Co-op Cloud to set up an entire ARM publishing work flow at this moment in time. We see the benefits of supporting ARM and if you've got ideas / thoughts / approaches for how to make progress here, [please get in touch](https://docs.coopcloud.tech/contact/).
We would love to do ARM support and hope to get there! We've been testing this and [ran into some issues](https://git.autonomic.zone/coop-cloud/organising/issues/25). The TLDR; is that a lot of upstream libre app developer communities are not publishing container builds that support ARM. If they are, there are typically subtle differences in the conventions used to build the image as they are mostly done by community members and not directly taken on by the upstream project themselves. Since one of the core goals is to coordinate and reuse upstream packaging work, we see that ARM support requires a lot of organising and community engagement. Perhaps projects themselves will not want to take on this burden? It is not the role of the Co-op Cloud to set up an entire ARM publishing work flow at this moment in time. We see the benefits of supporting ARM and if you've got ideas / thoughts / approaches for how to make progress here, [please get in touch](/intro/contact/).

View File

@ -4,8 +4,8 @@ title: Managed hosting
!!! danger "We're still working this out, you can help too!"
If you're a co-operative or a tech collective who wants to appear on this list, please [get in touch](/contact/)! We want to expand the number of service providers using the Co-op Cloud so that project is more widely available to end-users and organisations who can influence the direction and co-fund the development.
If you're a co-operative or a tech collective who wants to appear on this list, please [get in touch](/intro/contact/)! We want to expand the number of service providers using the Co-op Cloud so that project is more widely available to end-users and organisations who can influence the direction and co-fund the development.
The Co-op Cloud is still [alpha quality software](https://en.wikipedia.org/wiki/Software_release_life_cycle#Alpha) but you can still work with a co-operative or tech collective to host some part or all of your online digital services with it. Organisations who want to support the project can get in touch with Co-op Cloud service providers via the following list for a quote on what they're looking for and how much it will cost. Service providers can then factor in some percentage of the cost to co-fund the development of this project.
The Co-op Cloud is still [alpha quality software](https://en.wikipedia.org/wiki/Software_release_life_cycle#Alpha) :bomb: but you can still work with a tech co-op or collective to host some part or all of your online digital services with it. Organisations who want to support the project can get in touch with Co-op Cloud service providers via the following list for a quote on what they're looking for and how much it will cost. Service providers can then factor in some percentage of the cost to co-fund the development of this project.
- [Autonomic Co-op](https://autonomic.zone) (contact: [`helo@autonomic.zone`](mailto:helo@autonomic.zone))