Skip to content

Commit

Permalink
chore: update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
leon3s committed May 4, 2024
1 parent 1681821 commit 67164ef
Show file tree
Hide file tree
Showing 15 changed files with 36 additions and 9 deletions.
15 changes: 13 additions & 2 deletions docs/guides/nanocl/advanced-usage/contexts.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: Contexts - Nanocl
description: Use contexts to switch between different nanocl daemons.
keywords: [documentation, nanocl, guides, get started, configuration, state, file, config, yaml, yml, statefile, ssl, tls, certificate]
image: /img/logo.webp
sidebar_label: Contexts
---

Expand Down Expand Up @@ -39,12 +42,20 @@ sudo mv server.crt /var/lib/nanocl/proxy/certs/nanocl_server.crt
sudo mv server.key /var/lib/nanocl/proxy/certs/nanocl_server.key
```

## Create the ProxyRule
## Apply the ProxyRule

Next you can create the ProxyRule to expose the daemon to the internet.
Next you need to apply a ProxyRule to expose the daemon to the internet.

Create a `nanocl-proxy.yml` file:

<StatefileBlock example="advanced/context-resource" />

Apply the ProxyRule by running:

```sh
nanocl apply -f nanocl-proxy.yml
```

## Create the Context

Move your client certificate to the correct location on your host machine:
Expand Down
7 changes: 7 additions & 0 deletions docs/guides/nanocl/advanced-usage/sub-state.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Substate - Nanocl
description: Use substate in your statefile.
keywords: [documentation, nanocl, guides, get started, configuration, state, file, config, yaml, yml, statefile, substate]
image: /img/logo.webp
sidebar_label: Substate
---
2 changes: 1 addition & 1 deletion docs/guides/nanocl/get-started/statefile.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Statefile - Nanocl
description: Use Statefile to manage your state
description: Use Statefile to describe the state you want for a specific namespace.
keywords: [documentation, nanocl, guides, get started, proxy, configuration, state, file, config, yaml, yml, statefile]
image: /img/logo.webp
sidebar_position: 4
Expand Down
1 change: 1 addition & 0 deletions docs/guides/nanocl/overview.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Overview - Nanocl
description: Nanocl is a portable, extensible, open-source platform for managing workloads, that facilitates both declarative configuration and automation. It has a rapidly growing ecosystem. Nanocl runs on many platforms from your garage to the space.
keywords: [documentation, nanocl, guides, get started, overview]
image: /img/logo.webp
sidebar_position: 1
Expand Down
2 changes: 2 additions & 0 deletions docs/guides/summary.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
title: Guides Summary
description: Summary of guides for Next Hat products and tools.
keywords: [documentation, guides, summary, nanocl, docker, rust, Tauri, Next.js, next tauri, nextjs tauri, nextjs, next.js]
image: /img/logo.webp
pagination_next: null
Expand Down
1 change: 1 addition & 0 deletions docs/manuals/nanocl/overview.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Overview - Manuals - Nanocl
sidebar_label: Overview
description: Overview of the Nanocl Manual
keywords: [documentation, setups, summary, nanocl, manual, overview]
Expand Down
3 changes: 3 additions & 0 deletions docs/manuals/nanocl/upgrade.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: Upgrading - Nanocl
description: Upgrade Nanocl to the latest version.
keywords: [documentation, nanocl, guides, upgrade, update, version, latest]
image: /img/logo.webp
sidebar_label: Upgrade
---

Expand Down
1 change: 1 addition & 0 deletions docs/manuals/summary.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Summary - Manuals
sidebar_label: Summary
description: This section include the summary setups for Next Hat products and tools.
keywords: [documentation, setups, summary]
Expand Down
2 changes: 1 addition & 1 deletion docs/references/nanocl/cli.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Nanocl CLI References
title: CLI References - Nanocl
description: To list available commands, either run nanocl with no parameters or execute nanocl help
keywords: [documentation, references, nanocl, nanocl CLI, CLI]
image: /img/logo.webp
Expand Down
1 change: 1 addition & 0 deletions docs/references/nanocl/daemon/overview.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: DAEMON References - Nanocl
description: Nanocl DAEMON References, to list available options, run nanocld --help
keywords: [documentation, references, nanocl, nanocld, nanocl DAEMON, DAEMON]
image: /img/logo.webp
Expand Down
2 changes: 1 addition & 1 deletion docs/references/nanocl/objects/cargo.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Nanocl Cargo References
title: Cargo References - Nanocl
keywords: [documentation, references, nanocl, nanocld, cargo, specification, spec]
image: /img/logo.webp
sidebar_label: Cargo
Expand Down
2 changes: 1 addition & 1 deletion docs/references/nanocl/objects/job.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Nanocl Job References
title: Job References - Nanocl
keywords: [documentation, references, nanocl, nanocld, job, specification, spec]
image: /img/logo.webp
sidebar_label: Job
Expand Down
2 changes: 1 addition & 1 deletion docs/references/nanocl/objects/resource.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Nanocl Resource References
title: Resource References - Nanocl
keywords: [documentation, references, nanocl, nanocld, resource, specification, spec, proxy]
image: /img/logo.webp
sidebar_label: Resource
Expand Down
2 changes: 1 addition & 1 deletion docs/references/nanocl/objects/secret.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Nanocl Secret References
title: Secret References - Nanocl
keywords: [documentation, references, nanocl, nanocld, secret, specification, spec]
image: /img/logo.webp
sidebar_label: Secret
Expand Down
2 changes: 1 addition & 1 deletion docs/references/nanocl/statefile.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Nanocl Statefile References
title: Statefile References - Nanocl
keywords: [documentation, references, nanocl, nanocld, Statefile, specification]
image: /img/logo.webp
sidebar_label: Statefile
Expand Down

0 comments on commit 67164ef

Please sign in to comment.