Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.160.1
HUGO_VERSION: 0.164.0
steps:
- name: Install Hugo CLI
run: |
Expand All @@ -48,6 +48,13 @@ jobs:
- name: Setup Pages
id: pages
uses: actions/configure-pages@v6
- name: Setup Node.js
uses: actions/setup-node@v4
with:
# Hugo 0.164 runs Node asset tools with "node --permission", a flag
# that exists only since Node 22.13. The runner default is unpinned,
# so pin an LTS that supports it.
node-version: "22"
- name: Install Node.js dependencies
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
- name: Download OpenAPI specs
Expand Down
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ make update-apps APPS="tenant redis"
make show-target RELEASE_TAG=v1.3.0 # prints the resolved DOC_VERSION/BRANCH
```

Required tools: Hugo extended v0.160.1, Go 1.23+, Node 20+, yq v4+ (for version lifecycle targets).
Required tools: Hugo extended v0.164.0, Go 1.23+, Node 22+, yq v4+ (for version lifecycle targets).

## Architecture

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ make init-version DOC_VERSION=v1.3 # low-level init of any version dir
make show-target RELEASE_TAG=v1.3.0 # prints resolved DOC_VERSION / BRANCH
```

Required tools: Hugo extended 0.160.1, Go 1.23+, Node 20+, `yq` v4+ (for the
Required tools: Hugo extended 0.164.0, Go 1.23+, Node 22+, `yq` v4+ (for the
version lifecycle targets and Makefile routing).

## Where the architecture is implemented
Expand Down
29 changes: 15 additions & 14 deletions content/de/_index.html → content/de/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
title: "Cozystack — Open-Source Private Cloud auf Kubernetes"
description: "Open-Source-Cloud-Plattform auf Kubernetes für Managed VMs, Datenbanken, S3-Storage und GPU-Workloads. CNCF-Sandbox-Projekt."
keywords: ["private cloud", "managed kubernetes", "kubernetes plattform", "open source cloud"]
source_digest: "sha256:348771fb7bd901b79d761d40344c9e16e119c54edb68b3ca6ab0bb666b0d0040"
source_digest: "sha256:24e38da4716b93c35dcb9eb607152d193ef3d5ad42c0e22a25063a89da9f8dde"
translation_status: current
l10n: transcreate
taglines:
Expand Down Expand Up @@ -86,39 +86,40 @@
<!-- Benefits & Features -->

{{< home/benefits >}}

{{< home/features >}}

<!-- Community -->
<div class="section-community">
{{< blocks/lead color="dark" >}}
<h2 class="section-label">
Community
Community
</h2>

<p>Wir schätzen die beständige Unterstützung und die Beiträge unserer Community zum Wachstum von Cozystack sehr.<br/> Treten Sie unserer Community bei und werden Sie Teil unserer Reise.</p>

{{< /blocks/lead >}}

<div class="subsection-community-row">
{{< blocks/section color="dark" type="community-row">}}
{{< blocks/section color="dark" type="community-row">}}

{{< home/community icon="fab fa-github" title="GitHub Discussions" >}}
<a target="_blank" rel="noopener noreferrer" href="https://github.com/cozystack/cozystack/discussions">Beteiligen Sie sich an den GitHub Discussions</a>. Alles rund um Cozystack – von Spezifikationen über Feature-Planung bis hin zu Show &amp; Tell – findet hier statt.
{{< home/community icon="fab fa-github" title="GitHub Discussions" >}}
<a target="_blank" rel="noopener noreferrer" href="https://github.com/cozystack/cozystack/discussions">Beteiligen Sie sich an den GitHub Discussions</a>. Alles rund um Cozystack – von Spezifikationen über Feature-Planung bis hin zu Show &amp; Tell – findet hier statt.

{{< /home/community >}}
{{< /home/community >}}

{{< home/community icon="fab fa-slack" title="Slack" >}}
Wenn Sie in Echtzeit mit dem Cozystack-Team und der Community sprechen möchten, kommen Sie zu uns auf Slack. So lernen Sie alle am besten kennen.
{{< home/community icon="fab fa-slack" title="Slack" >}}
Wenn Sie in Echtzeit mit dem Cozystack-Team und der Community sprechen möchten, kommen Sie zu uns auf Slack. So lernen Sie alle am besten kennen.

Holen Sie sich eine <a target="_blank" rel="noopener noreferrer" href="https://slack.kubernetes.io/">Slack-Einladung</a> oder gehen Sie in den <a target="_blank" rel="noopener noreferrer" href="https://kubernetes.slack.com/messages/cozystack">Kanal <code>#cozystack</code></a>.
Holen Sie sich eine <a target="_blank" rel="noopener noreferrer" href="https://slack.kubernetes.io/">Slack-Einladung</a> oder gehen Sie in den <a target="_blank" rel="noopener noreferrer" href="https://kubernetes.slack.com/messages/cozystack">Kanal <code>#cozystack</code></a>.

{{< /home/community >}}
{{< /home/community >}}

{{< home/community icon="fa fa-paper-plane" title="Telegram" >}}
Wir haben außerdem eine große Community auf Telegram. Treten Sie der Gruppe <a target="_blank" rel="noopener noreferrer" href="https://t.me/cozystack/">@cozystack</a> bei, um sich mit anderen Nutzern auszutauschen, Fragen zu stellen und über Neuigkeiten und Entwicklungen auf dem Laufenden zu bleiben.
{{< /home/community >}}
{{< home/community icon="fa fa-paper-plane" title="Telegram" >}}
Wir haben außerdem eine große Community auf Telegram. Treten Sie der Gruppe <a target="_blank" rel="noopener noreferrer" href="https://t.me/cozystack/">@cozystack</a> bei, um sich mit anderen Nutzern auszutauschen, Fragen zu stellen und über Neuigkeiten und Entwicklungen auf dem Laufenden zu bleiben.
{{< /home/community >}}

{{< /blocks/section >}}
{{< /blocks/section >}}
</div>

</div>
Expand Down
27 changes: 14 additions & 13 deletions content/en/_index.html → content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,39 +79,40 @@
<!-- Benefits & Features -->

{{< home/benefits >}}

{{< home/features >}}

<!-- Community -->
<div class="section-community">
{{< blocks/lead color="dark" >}}
<h2 class="section-label">
Community
Community
</h2>

<p>We deeply appreciate the steadfast support and contributions from our community towards the growth of Cozystack.<br/> Join our community and become part of our journey.</p>

{{< /blocks/lead >}}

<div class="subsection-community-row">
{{< blocks/section color="dark" type="community-row">}}
{{< blocks/section color="dark" type="community-row">}}

{{< home/community icon="fab fa-github" title="GitHub Discussions" >}}
<a target="_blank" href="https://github.com/cozystack/cozystack/discussions">Join the conversation in GitHub Discussions</a>. Everything Cozystack related ranging from specifications and feature planning to Show & Tell happens here.
{{< home/community icon="fab fa-github" title="GitHub Discussions" >}}
<a target="_blank" href="https://github.com/cozystack/cozystack/discussions">Join the conversation in GitHub Discussions</a>. Everything Cozystack related ranging from specifications and feature planning to Show & Tell happens here.

{{< /home/community >}}
{{< /home/community >}}

{{< home/community icon="fab fa-slack" title="Slack" >}}
If you want to talk to the Cozystack team and community in real-time, join us on Slack. This is a great way to get to know everyone.
{{< home/community icon="fab fa-slack" title="Slack" >}}
If you want to talk to the Cozystack team and community in real-time, join us on Slack. This is a great way to get to know everyone.

Get a <a target="_blank" href="https://slack.kubernetes.io/">Slack invite</a>, or go to the <a target="_blank" href="https://kubernetes.slack.com/messages/cozystack"><code>#cozystack</code> channel</a>.
Get a <a target="_blank" href="https://slack.kubernetes.io/">Slack invite</a>, or go to the <a target="_blank" href="https://kubernetes.slack.com/messages/cozystack"><code>#cozystack</code> channel</a>.

{{< /home/community >}}
{{< /home/community >}}

{{< home/community icon="fa fa-paper-plane" title="Telegram" >}}
We also have a large community on Telegram. Join the <a target="_blank" href="https://t.me/cozystack/">@cozystack</a> group chat to engage with fellow users, ask questions, and stay updated on the latest news and developments.
{{< /home/community >}}
{{< home/community icon="fa fa-paper-plane" title="Telegram" >}}
We also have a large community on Telegram. Join the <a target="_blank" href="https://t.me/cozystack/">@cozystack</a> group chat to engage with fellow users, ask questions, and stay updated on the latest news and developments.
{{< /home/community >}}

{{< /blocks/section >}}
{{< /blocks/section >}}
</div>

</div>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
29 changes: 15 additions & 14 deletions content/hi/_index.html → content/hi/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
title: "Cozystack — Kubernetes पर ओपन-सोर्स प्राइवेट क्लाउड"
description: "Kubernetes पर ओपन-सोर्स क्लाउड प्लेटफ़ॉर्म: मैनेज्ड VMs, डेटाबेस, S3 स्टोरेज और GPU वर्कलोड। CNCF Sandbox प्रोजेक्ट।"
keywords: ["private cloud", "managed kubernetes", "kubernetes platform", "cloud platform"]
source_digest: "sha256:348771fb7bd901b79d761d40344c9e16e119c54edb68b3ca6ab0bb666b0d0040"
source_digest: "sha256:24e38da4716b93c35dcb9eb607152d193ef3d5ad42c0e22a25063a89da9f8dde"
translation_status: current
l10n: transcreate
taglines:
Expand Down Expand Up @@ -86,39 +86,40 @@
<!-- Benefits & Features -->

{{< home/benefits >}}

{{< home/features >}}

<!-- Community -->
<div class="section-community">
{{< blocks/lead color="dark" >}}
<h2 class="section-label">
समुदाय
समुदाय
</h2>

<p>Cozystack के विकास में हमारे समुदाय के अटूट समर्थन और योगदान की हम गहरी सराहना करते हैं।<br/> हमारे समुदाय से जुड़ें और हमारी यात्रा का हिस्सा बनें।</p>

{{< /blocks/lead >}}

<div class="subsection-community-row">
{{< blocks/section color="dark" type="community-row">}}
{{< blocks/section color="dark" type="community-row">}}

{{< home/community icon="fab fa-github" title="GitHub Discussions" >}}
<a target="_blank" rel="noopener noreferrer" href="https://github.com/cozystack/cozystack/discussions">GitHub Discussions में चर्चा में शामिल हों</a>। Cozystack से जुड़ी हर बात — विनिर्देशों और फ़ीचर प्लानिंग से लेकर Show &amp; Tell तक — यहीं होती है।
{{< home/community icon="fab fa-github" title="GitHub Discussions" >}}
<a target="_blank" rel="noopener noreferrer" href="https://github.com/cozystack/cozystack/discussions">GitHub Discussions में चर्चा में शामिल हों</a>। Cozystack से जुड़ी हर बात — विनिर्देशों और फ़ीचर प्लानिंग से लेकर Show &amp; Tell तक — यहीं होती है।

{{< /home/community >}}
{{< /home/community >}}

{{< home/community icon="fab fa-slack" title="Slack" >}}
अगर आप Cozystack टीम और समुदाय से रीयल-टाइम में बात करना चाहते हैं, तो Slack पर हमसे जुड़ें। सबको जानने का यह एक बढ़िया तरीका है।
{{< home/community icon="fab fa-slack" title="Slack" >}}
अगर आप Cozystack टीम और समुदाय से रीयल-टाइम में बात करना चाहते हैं, तो Slack पर हमसे जुड़ें। सबको जानने का यह एक बढ़िया तरीका है।

एक <a target="_blank" rel="noopener noreferrer" href="https://slack.kubernetes.io/">Slack आमंत्रण</a> प्राप्त करें, या <a target="_blank" rel="noopener noreferrer" href="https://kubernetes.slack.com/messages/cozystack"><code>#cozystack</code> चैनल</a> पर जाएँ।
एक <a target="_blank" rel="noopener noreferrer" href="https://slack.kubernetes.io/">Slack आमंत्रण</a> प्राप्त करें, या <a target="_blank" rel="noopener noreferrer" href="https://kubernetes.slack.com/messages/cozystack"><code>#cozystack</code> चैनल</a> पर जाएँ।

{{< /home/community >}}
{{< /home/community >}}

{{< home/community icon="fa fa-paper-plane" title="Telegram" >}}
हमारा Telegram पर भी एक बड़ा समुदाय है। साथी उपयोगकर्ताओं से जुड़ने, सवाल पूछने और नवीनतम समाचार व विकास से अपडेट रहने के लिए <a target="_blank" rel="noopener noreferrer" href="https://t.me/cozystack/">@cozystack</a> ग्रुप चैट से जुड़ें।
{{< /home/community >}}
{{< home/community icon="fa fa-paper-plane" title="Telegram" >}}
हमारा Telegram पर भी एक बड़ा समुदाय है। साथी उपयोगकर्ताओं से जुड़ने, सवाल पूछने और नवीनतम समाचार व विकास से अपडेट रहने के लिए <a target="_blank" rel="noopener noreferrer" href="https://t.me/cozystack/">@cozystack</a> ग्रुप चैट से जुड़ें।
{{< /home/community >}}

{{< /blocks/section >}}
{{< /blocks/section >}}
</div>

</div>
Expand Down
29 changes: 15 additions & 14 deletions content/ru/_index.html → content/ru/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
title: "Cozystack — частное облако с открытым кодом на Kubernetes"
description: "Open-source облачная платформа на Kubernetes: управляемые ВМ, базы данных, S3-хранилище и GPU. Проект CNCF Sandbox."
keywords: ["частное облако", "managed kubernetes", "kubernetes платформа", "облачная платформа"]
source_digest: "sha256:348771fb7bd901b79d761d40344c9e16e119c54edb68b3ca6ab0bb666b0d0040"
source_digest: "sha256:24e38da4716b93c35dcb9eb607152d193ef3d5ad42c0e22a25063a89da9f8dde"
translation_status: current
l10n: transcreate
taglines:
Expand Down Expand Up @@ -86,39 +86,40 @@
<!-- Benefits & Features -->

{{< home/benefits >}}

{{< home/features >}}

<!-- Community -->
<div class="section-community">
{{< blocks/lead color="dark" >}}
<h2 class="section-label">
Сообщество
Сообщество
</h2>

<p>Мы глубоко ценим неизменную поддержку и вклад нашего сообщества в развитие Cozystack.<br/> Присоединяйтесь к сообществу и станьте частью нашего пути.</p>

{{< /blocks/lead >}}

<div class="subsection-community-row">
{{< blocks/section color="dark" type="community-row">}}
{{< blocks/section color="dark" type="community-row">}}

{{< home/community icon="fab fa-github" title="GitHub Discussions" >}}
<a target="_blank" rel="noopener noreferrer" href="https://github.com/cozystack/cozystack/discussions">Присоединяйтесь к обсуждению в GitHub Discussions</a>. Здесь происходит всё, что связано с Cozystack — от спецификаций и планирования функций до Show &amp; Tell.
{{< home/community icon="fab fa-github" title="GitHub Discussions" >}}
<a target="_blank" rel="noopener noreferrer" href="https://github.com/cozystack/cozystack/discussions">Присоединяйтесь к обсуждению в GitHub Discussions</a>. Здесь происходит всё, что связано с Cozystack — от спецификаций и планирования функций до Show &amp; Tell.

{{< /home/community >}}
{{< /home/community >}}

{{< home/community icon="fab fa-slack" title="Slack" >}}
Если хотите общаться с командой и сообществом Cozystack в реальном времени, присоединяйтесь к нам в Slack. Это отличный способ познакомиться со всеми.
{{< home/community icon="fab fa-slack" title="Slack" >}}
Если хотите общаться с командой и сообществом Cozystack в реальном времени, присоединяйтесь к нам в Slack. Это отличный способ познакомиться со всеми.

Получите <a target="_blank" rel="noopener noreferrer" href="https://slack.kubernetes.io/">приглашение в Slack</a> или перейдите в <a target="_blank" rel="noopener noreferrer" href="https://kubernetes.slack.com/messages/cozystack">канал <code>#cozystack</code></a>.
Получите <a target="_blank" rel="noopener noreferrer" href="https://slack.kubernetes.io/">приглашение в Slack</a> или перейдите в <a target="_blank" rel="noopener noreferrer" href="https://kubernetes.slack.com/messages/cozystack">канал <code>#cozystack</code></a>.

{{< /home/community >}}
{{< /home/community >}}

{{< home/community icon="fa fa-paper-plane" title="Telegram" >}}
У нас также большое сообщество в Telegram. Присоединяйтесь к групповому чату <a target="_blank" rel="noopener noreferrer" href="https://t.me/cozystack/">@cozystack</a>, чтобы общаться с другими пользователями, задавать вопросы и быть в курсе последних новостей и разработок.
{{< /home/community >}}
{{< home/community icon="fa fa-paper-plane" title="Telegram" >}}
У нас также большое сообщество в Telegram. Присоединяйтесь к групповому чату <a target="_blank" rel="noopener noreferrer" href="https://t.me/cozystack/">@cozystack</a>, чтобы общаться с другими пользователями, задавать вопросы и быть в курсе последних новостей и разработок.
{{< /home/community >}}

{{< /blocks/section >}}
{{< /blocks/section >}}
</div>

</div>
Expand Down
Loading
Loading