Add a warning about ARM, de-brand
continuous-integration/drone/push Build is passing Details

Closes coop-cloud/organising#25
This commit is contained in:
3wc 2020-12-27 19:56:39 +02:00
parent b83d9d1f07
commit e32109341a
1 changed files with 11 additions and 1 deletions

View File

@ -15,11 +15,21 @@ HOWTOs:
- [Deploy an HTML site](howto/html-website.md)
- [CoCl-ise an app](howto/convert-app.md)
!!! warning "A note about ARM"
Not all applications currently support all ARM computers (like PINE64 and
Raspberry Pi): e.g. [Traefik will work on ARMv6 & ARM64][traefik], [the
official MariaDB app doesn't work on any ARM boards][mariadb]. It might be possible
to use third-party ARM images with separate `compose.yml` files, but we
haven't exlplored this rabbit-hole much yet.
## Definitions
CoCl is a **philosophy**.
- .. to get started, you create a **server**, e.g. a new Hetzner VPS, including
- .. to get started, you create a **server**, e.g. a new VPS, including
your local configuration to connect to it.
- .. then you install an **app** like wordpress or nextcloud, which is made up of multiple **services**
- .. and configure your app.
[traefik]: https://hub.docker.com/_/traefik?tab=tags
[mariadb]: https://hub.docker.com/_/mariadb?tab=tags