From 2696db2bde3d86bb72546c6f46c15fd955204955 Mon Sep 17 00:00:00 2001 From: "Vipul Gupta (@vipulgupta2048)" Date: Tue, 6 Dec 2022 19:38:14 +0530 Subject: [PATCH] Add cloudflare website Signed-off-by: Vipul Gupta (@vipulgupta2048) --- .github/workflows/flowzone.yml | 2 +- README.md | 9 +++------ .../images/{openabalena-logo.svg => openbalena-logo.svg} | 0 3 files changed, 4 insertions(+), 7 deletions(-) rename docs/images/{openabalena-logo.svg => openbalena-logo.svg} (100%) diff --git a/.github/workflows/flowzone.yml b/.github/workflows/flowzone.yml index 30d87ee..1f34f77 100644 --- a/.github/workflows/flowzone.yml +++ b/.github/workflows/flowzone.yml @@ -10,7 +10,7 @@ on: jobs: flowzone: name: Flowzone - uses: product-os/flowzone/.github/workflows/flowzone.yml@add-website-type + uses: product-os/flowzone/.github/workflows/flowzone.yml@master secrets: inherit with: cloudflare_website: "open-balena" \ No newline at end of file diff --git a/README.md b/README.md index d8abba5..3adffdd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -openBalena - ---- +![](./docs/images/openbalena-logo.svg) OpenBalena is a platform to deploy and manage connected devices. Devices run [balenaOS][balena-os-website], a host operating system designed for running @@ -17,7 +15,7 @@ To learn more about openBalena, visit [balena.io/open][open-balena-website]. ## Features -- **Simple provisioning**: Adding devices to your fleet is a breeze +- **Simple provisioning**: Adding deviceu to your fleet is a breeze - **Easy updates**: Remotely update the software on your devices with a single command - **Container-based**: Benefit from the power of virtualization, optimized for the edge - **Scalable**: Deploy and manage one device, or one million @@ -124,7 +122,7 @@ Additionally, refer back to the [roadmap](#roadmap) above for planned but not ye ## License -OpenBalena is licensed under the terms of AGPL v3. See [LICENSE](LICENSE) for details. +OpenBalena is licensed under the terms of AGPL v3. See [LICENSE](https://github.com/balena-io/open-balena/blob/master/LICENSE) for details. [balena-cli]: https://github.com/balena-io/balena-cli @@ -163,4 +161,3 @@ Technically “yes”, but in a supported or balena-recommended fashion, “no Yes! Here are a few: - [open-balena-admin / open-balena-ui](https://github.com/dcaputo-harmoni/open-balena-admin) by user [dcaputo-harmoni](https://github.com/dcaputo-harmoni) who first posted about [here](https://forums.balena.io/t/open-balena-admin-an-admin-interface-for-openbalena/355324) in our Forums :) - [open-balena-dashboard](https://github.com/Razikus/open-balena-dashboard) by user [Razikus](https://github.com/Razikus) - diff --git a/docs/images/openabalena-logo.svg b/docs/images/openbalena-logo.svg similarity index 100% rename from docs/images/openabalena-logo.svg rename to docs/images/openbalena-logo.svg