From 2572b356b89f3b4185cbe217c996fcf2b7ec1aaf Mon Sep 17 00:00:00 2001 From: Fred KISSIE Date: Wed, 16 Jul 2025 21:50:07 +0200 Subject: [PATCH 01/19] =?UTF-8?q?=F0=9F=9A=A7=20docs=20for=20v1.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/docs/changelog/v1.11.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/content/docs/changelog/v1.11.mdx diff --git a/src/content/docs/changelog/v1.11.mdx b/src/content/docs/changelog/v1.11.mdx new file mode 100644 index 00000000..bbd96599 --- /dev/null +++ b/src/content/docs/changelog/v1.11.mdx @@ -0,0 +1,10 @@ +--- +title: ZaneOps v1.10 +description: 'Automatic deploys on Git push' +--- + +import {Aside} from '@astrojs/starlight/components'; + +17 July 2025 by [**Fred KISSIE**](https://github.com/Fredkiss3) + +> TODO \ No newline at end of file From 385fda2c83656739402fdf816f85acae9fb9125a Mon Sep 17 00:00:00 2001 From: Fred KISSIE Date: Wed, 16 Jul 2025 22:52:11 +0200 Subject: [PATCH 02/19] =?UTF-8?q?=F0=9F=93=9D=20update=20title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/docs/changelog/v1.11.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/changelog/v1.11.mdx b/src/content/docs/changelog/v1.11.mdx index bbd96599..01f074e5 100644 --- a/src/content/docs/changelog/v1.11.mdx +++ b/src/content/docs/changelog/v1.11.mdx @@ -1,6 +1,6 @@ --- title: ZaneOps v1.10 -description: 'Automatic deploys on Git push' +description: 'Private repos, auto-deploy on Git push' --- import {Aside} from '@astrojs/starlight/components'; From 1e7f2756b99c9798e3dbc2769b814e3a22b0ab69 Mon Sep 17 00:00:00 2001 From: Fred KISSIE Date: Thu, 17 Jul 2025 02:51:34 +0200 Subject: [PATCH 03/19] =?UTF-8?q?=F0=9F=93=9D=20update=20title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/docs/changelog/v1.11.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/changelog/v1.11.mdx b/src/content/docs/changelog/v1.11.mdx index 01f074e5..cad644ce 100644 --- a/src/content/docs/changelog/v1.11.mdx +++ b/src/content/docs/changelog/v1.11.mdx @@ -1,5 +1,5 @@ --- -title: ZaneOps v1.10 +title: ZaneOps v1.11 description: 'Private repos, auto-deploy on Git push' --- From 80e07c929efb0b358cb999fb52cfd79b18287685 Mon Sep 17 00:00:00 2001 From: Fred KISSIE Date: Thu, 17 Jul 2025 18:35:56 +0200 Subject: [PATCH 04/19] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20rename=20file=20to?= =?UTF-8?q?=20be=20ignored=20in=20PR?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{build-push-images-dev.yaml => build-push-images-dev.yml} | 0 .../workflows/{build-push-images.yaml => build-push-images.yml} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{build-push-images-dev.yaml => build-push-images-dev.yml} (100%) rename .github/workflows/{build-push-images.yaml => build-push-images.yml} (100%) diff --git a/.github/workflows/build-push-images-dev.yaml b/.github/workflows/build-push-images-dev.yml similarity index 100% rename from .github/workflows/build-push-images-dev.yaml rename to .github/workflows/build-push-images-dev.yml diff --git a/.github/workflows/build-push-images.yaml b/.github/workflows/build-push-images.yml similarity index 100% rename from .github/workflows/build-push-images.yaml rename to .github/workflows/build-push-images.yml From 629fe4fd625e3422d2d3f5fcb1f259dfdb068ccf Mon Sep 17 00:00:00 2001 From: Fred KISSIE Date: Thu, 17 Jul 2025 18:39:50 +0200 Subject: [PATCH 05/19] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20workflow=20dispatch?= =?UTF-8?q?=20only?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...build-push-images-dev.yml => build-push-images-dev.yaml} | 2 +- .../{build-push-images.yml => build-push-images.yaml} | 6 +++--- .github/workflows/close-pr-env.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) rename .github/workflows/{build-push-images-dev.yml => build-push-images-dev.yaml} (98%) rename .github/workflows/{build-push-images.yml => build-push-images.yaml} (94%) diff --git a/.github/workflows/build-push-images-dev.yml b/.github/workflows/build-push-images-dev.yaml similarity index 98% rename from .github/workflows/build-push-images-dev.yml rename to .github/workflows/build-push-images-dev.yaml index 3578e7a2..e032e466 100644 --- a/.github/workflows/build-push-images-dev.yml +++ b/.github/workflows/build-push-images-dev.yaml @@ -1,6 +1,6 @@ name: PR preview environment on: - pull_request: + # pull_request: workflow_dispatch: jobs: diff --git a/.github/workflows/build-push-images.yml b/.github/workflows/build-push-images.yaml similarity index 94% rename from .github/workflows/build-push-images.yml rename to .github/workflows/build-push-images.yaml index c1cb6080..28a40127 100644 --- a/.github/workflows/build-push-images.yml +++ b/.github/workflows/build-push-images.yaml @@ -1,9 +1,9 @@ name: Build and Push Images on: # Triggers the workflow on push or pull request events but only for the main branch - push: - branches: - - main + # push: + # branches: + # - main # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/close-pr-env.yaml b/.github/workflows/close-pr-env.yaml index 1d1cd37c..65a29881 100644 --- a/.github/workflows/close-pr-env.yaml +++ b/.github/workflows/close-pr-env.yaml @@ -1,7 +1,7 @@ name: Close PR environment (DEV) on: - pull_request: - types: [closed] + # pull_request: + # types: [closed] workflow_dispatch: jobs: From 6336fa7a8e39f12ac27d772659f5ebc636f2c9d1 Mon Sep 17 00:00:00 2001 From: Fred KISSIE Date: Fri, 18 Jul 2025 01:45:46 +0200 Subject: [PATCH 06/19] =?UTF-8?q?=F0=9F=9A=A7=20working=20on=20the=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/docs/changelog/v1.11.mdx | 45 ++++++++++++++++++++++++-- src/content/docs/index.mdx | 41 ++++++------------------ src/content/docs/welcome.mdx | 47 +++++++++++++--------------- 3 files changed, 75 insertions(+), 58 deletions(-) diff --git a/src/content/docs/changelog/v1.11.mdx b/src/content/docs/changelog/v1.11.mdx index cad644ce..cead614a 100644 --- a/src/content/docs/changelog/v1.11.mdx +++ b/src/content/docs/changelog/v1.11.mdx @@ -5,6 +5,47 @@ description: 'Private repos, auto-deploy on Git push' import {Aside} from '@astrojs/starlight/components'; -17 July 2025 by [**Fred KISSIE**](https://github.com/Fredkiss3) +18 July 2025 by [**Fred KISSIE**](https://github.com/Fredkiss3) -> TODO \ No newline at end of file + +Today we release zaneOps v1.11 introducing support for private GitHub and Gitlab repositories as well as auto-deploy on git push +all via [Git apps](/knowledge-base/git-apps). + +**To install :** + + +1. via the UI: + clone environment modal + clone environment modal + project environments page + project environments page + +2. via the shell: + ```shell + # assuming you are at /var/www/zaneops + curl https://cdn.zaneops.dev/makefile > Makefile + make setup + make deploy + ``` + + + + +### Private git repositories + +> TODO + +### Auto-deploy on git push + +> TODO + +### Thank you 💖 + +We just reached **900 stars** on GitHub, it's thanks to supporters like you that this project is getting traction. +Slowly but surely we are getting progress. \ No newline at end of file diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index b9c554f8..2a8b16fd 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -4,47 +4,26 @@ description: ZaneOps is a self-hosted, open source platform as a service for hos template: splash banner: content: | - Shells for everyone ! (v1.10) + Support for auto-deploy on git push (v1.11) hero: - tagline: your all-in-one self-hosted platform for deploying apps with ✨ zen ✨. + tagline: ZaneOps is a beautiful and fast self-hosted platform for deploying and managing apps, databases, static websites and more. image: file: ../../assets/Logo.svg actions: - - text: Screenshots - icon: external - variant: primary - link: screenshots/ - - text: What is ZaneOps ? - link: welcome/ + - text: Getting Started icon: right-arrow + variant: primary + link: installation/ + - text: Star us on GitHub + link: https://github.com/zane-ops/zane-ops + icon: github variant: minimal --- import { Card, CardGrid } from '@astrojs/starlight/components'; +## Demo -## See for yourserlf - -