Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @fortawesome/fontawesome-free to v6.6.0 #50

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
2 changes: 2 additions & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ list:
hello:
@echo hello

tree:
@tree -I 'node_modules|dist|.git'
File renamed without changes.
3 changes: 2 additions & 1 deletion pages/docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export default withMermaid(
// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: 'Home', link: '/' },
{ text: 'Getting started', link: '/getting-started' }
{ text: 'Getting started', link: '/getting-started' },
{ text: 'Applications', link: '/applications' }
],

sidebar: [
Expand Down
136 changes: 13 additions & 123 deletions pages/docs/applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,126 +4,16 @@ outline: deep

# Applications

## Docs

Docs ([Vitepress](https://vitepress.dev/)) hosted at [docs.tryrocket.cloud](https://docs.tryrocket.cloud) on Cloudflare Pages. This documentation site provides everything you need to know about using, deploying, and contributing to the application.

The source code can be found at `pages/docs/`

## Personal Dashboard

Personal Dashboard ([Homer](https://github.com/bastienwirtz/homer)) hosted at [tryrocket.cloud](https://tryrocket.cloud) and provides a customizable homepage for organizing and accessing frequently used services and websites.

[config.yml](../homer/public/assets/config.yml)

The source code can be found at `pages/homer/`

### Setup with Git Subtree

```sh
# home-op/
git remote add -f homer https://github.com/bastienwirtz/homer.git
git subtree add --prefix=pages/homer homer main --squash
```

### Update

```sh
git subtree pull --prefix=pages/homer homer main --squash
```

## Statuspage

[Statuspage](https://upptime.js.org/) is status page, hosted at [status.tryrocket.cloud](https://status.tryrocket.cloud) on GitHub Pages. Upptime is an open-source uptime monitor and status page powered by GitHub Actions, GitHub Pages, and GitHub Issues. It automates website monitoring and generates a status page directly from your [GitHub](https://github.com/tryrocket-cloud/upptime) repository.

## Vault <Badge type="danger" text="SL2" />

**HashiCorp Vault**, hosted at [vault.tryrocket.cloud](https://vault.tryrocket.cloud) and deployed on a Kubernetes Cluster. Vault is a tool for securely storing and accessing secrets, such as API keys, passwords, and certificates. The **Vault** data belongs to the [SL2](/security-layers#SL2).

### Deployment

The Vault deployment is managed using the official [Helm chart](https://helm.releases.hashicorp.com). Vault will be deployed and managed via an ArgoCD ApplicationSet.

- [Helm Chart](https://github.com/hashicorp/vault-helm)
- [Default values](https://github.com/hashicorp/vault-helm/blob/main/values.yaml)
- [Documentation](https://developer.hashicorp.com/vault/docs/platform/k8s/helm)

### Backup

#### Create

::: info
To export data in JSON format, [Medusa](https://github.com/jonasvinther/medusa) is utilized.
:::

| **Backup Type** | **Command** |
|-------------------------------------------------|-------------------------------------|
| [Export](/backup-general#export) | `j iac ansible vault-export-backup` |
| [Data](/backup-general#data) | `j iac ansible vault-data-backup` |
| [CSI Snapshots](/backup-general#csi-snapshots) | `j iac ansible vault-csi-snapshot` |
| [CSI Backups](/backup-general#csi-backups) | `j iac ansible vault-csi-backup` |

**Full Backup**

```sh
j iac ansible vault-backup
```

#### Restore

# Links

- [Official HashiCorp Vault Website](https://www.hashicorp.com/products/vault)
- [Vault GitHub Repository](https://github.com/hashicorp/vault)
- [Vault Documentation](https://www.vaultproject.io/docs)

## Vaultwarden <Badge type="danger" text="SL2" />

[Vaultwarden](https://github.com/dani-garcia/vaultwarden) is a lightweight alternative to [Bitwarden](https://bitwarden.com), hosted at [vaultwarden.tryrocket.cloud](https://vaultwarden.tryrocket.cloud) on a Kubernetes Cluster. The Vaultwarden data is [SL2](/security-layers#SL2).

### Deployment

### Backup

Vaultwarden is backed up on a **daily basis** at `30 0 * * *`.

::: info
To export data in JSON format, [Bitwarden CLI](https://github.com/bitwarden/clients) is utilized. See more in the Ansible [export-vaultwarden-vault.yaml](../../iac/ansible/export-vaultwarden-vault.yaml) playbook
:::

#### Backup Contents

- **Database**: The primary data store for Vaultwarden, including user credentials and secrets.
- **Configuration Files**: All configuration settings related to Vaultwarden deployment.
- **Attachments**: Any user-uploaded attachments stored within Vaultwarden.

#### Backup Location

The backups are securely stored in a location that ensures quick recovery in case of data loss or corruption. These backups are also periodically checked for integrity.

#### Restoring Backups

In case of a failure or accidental data loss, the backup can be restored manually or via the automated restore process, ensuring minimal downtime for users.

#### Export

```sh
j iac ansible vaultwarden-export
```

Type: `critical`

Backups:

- export
- data

### Links

- [GitHub](https://github.com/dani-garcia/vaultwarden)
- [Documentation](https://github.com/dani-garcia/vaultwarden/wiki)
- [Bitwarden CLI](https://github.com/bitwarden/cli)
- [DockerHub](https://hub.docker.com/r/vaultwarden/server)
- [r/Vaultwarden](https://www.reddit.com/r/Vaultwarden/)

## Nextcloud
<!--@include: ./applications/adguard-home.md-->
<!--@include: ./applications/argocd.md-->
<!--@include: ./applications/docs.md-->
<!--@include: ./applications/faq.md-->
<!--@include: ./applications/gitea.md-->
<!--@include: ./applications/immich.md-->
<!--@include: ./applications/nextcloud.md-->
<!--@include: ./applications/opengist.md-->
<!--@include: ./applications/paperless-ngx.md-->
<!--@include: ./applications/personal-dashboard.md-->
<!--@include: ./applications/statuspage.md-->
<!--@include: ./applications/vault.md-->
<!--@include: ./applications/vaultwarden.md-->
2 changes: 2 additions & 0 deletions pages/docs/applications/adguard-home.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## AdGuard Home

2 changes: 2 additions & 0 deletions pages/docs/applications/argocd.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## ArgoCD

5 changes: 5 additions & 0 deletions pages/docs/applications/docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Docs

Docs ([Vitepress](https://vitepress.dev/)) hosted at [docs.tryrocket.cloud](https://docs.tryrocket.cloud) on Cloudflare Pages. This documentation site provides everything you need to know about using, deploying, and contributing to the application.

The source code can be found at `pages/docs/`
1 change: 1 addition & 0 deletions pages/docs/applications/faq.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
## FAQ
1 change: 1 addition & 0 deletions pages/docs/applications/gitea.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
## Gitea
1 change: 1 addition & 0 deletions pages/docs/applications/immich.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
## Immich <Badge type="warning" text="SL1" />
5 changes: 5 additions & 0 deletions pages/docs/applications/nextcloud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Nextcloud <Badge type="warning" text="SL1" />

- [Helm Chart](https://github.com/nextcloud/helm)
- [Default values](https://github.com/nextcloud/helm/blob/main/charts/nextcloud/values.yaml)
- [Documentation](https://github.com/nextcloud/helm/blob/main/charts/nextcloud/README.md)
1 change: 1 addition & 0 deletions pages/docs/applications/opengist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
## Opengist
1 change: 1 addition & 0 deletions pages/docs/applications/paperless-ngx.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
## Paperless-ngx <Badge type="warning" text="SL1" />
21 changes: 21 additions & 0 deletions pages/docs/applications/personal-dashboard.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## Personal Dashboard

Personal Dashboard ([Homer](https://github.com/bastienwirtz/homer)) hosted at [tryrocket.cloud](https://tryrocket.cloud) and provides a customizable homepage for organizing and accessing frequently used services and websites.

[config.yml](../homer/public/assets/config.yml)

The source code can be found at `pages/homer/`

### Setup with Git Subtree

```sh
# home-op/
git remote add -f homer https://github.com/bastienwirtz/homer.git
git subtree add --prefix=pages/homer homer main --squash
```

### Update

```sh
git subtree pull --prefix=pages/homer homer main --squash
```
3 changes: 3 additions & 0 deletions pages/docs/applications/statuspage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Statuspage

[Statuspage](https://upptime.js.org/) is status page, hosted at [status.tryrocket.cloud](https://status.tryrocket.cloud) on GitHub Pages. Upptime is an open-source uptime monitor and status page powered by GitHub Actions, GitHub Pages, and GitHub Issues. It automates website monitoring and generates a status page directly from your [GitHub](https://github.com/tryrocket-cloud/upptime) repository.
40 changes: 40 additions & 0 deletions pages/docs/applications/vault.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
## Vault <Badge type="danger" text="SL2" />

**HashiCorp Vault**, hosted at [vault.tryrocket.cloud](https://vault.tryrocket.cloud) and deployed on a Kubernetes Cluster. Vault is a tool for securely storing and accessing secrets, such as API keys, passwords, and certificates. The **Vault** data belongs to the [SL2](/security-layers#SL2).

### Deployment

The Vault deployment is managed using the official [Helm chart](https://helm.releases.hashicorp.com). Vault will be deployed and managed via an ArgoCD ApplicationSet.

- [Helm Chart](https://github.com/hashicorp/vault-helm)
- [Default values](https://github.com/hashicorp/vault-helm/blob/main/values.yaml)
- [Documentation](https://developer.hashicorp.com/vault/docs/platform/k8s/helm)

### Backup

#### Create

::: info
To export data in JSON format, [Medusa](https://github.com/jonasvinther/medusa) is utilized.
:::

| **Backup Type** | **Command** |
|-------------------------------------------------|-------------------------------------|
| [Export](/backup-general#export) | `j iac ansible vault-export-backup` |
| [Data](/backup-general#data) | `j iac ansible vault-data-backup` |
| [CSI Snapshots](/backup-general#csi-snapshots) | `j iac ansible vault-csi-snapshot` |
| [CSI Backups](/backup-general#csi-backups) | `j iac ansible vault-csi-backup` |

**Full Backup**

```sh
j iac ansible vault-backup
```

#### Restore

# Links

- [Official HashiCorp Vault Website](https://www.hashicorp.com/products/vault)
- [Vault GitHub Repository](https://github.com/hashicorp/vault)
- [Vault Documentation](https://www.vaultproject.io/docs)
49 changes: 49 additions & 0 deletions pages/docs/applications/vaultwarden.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
## Vaultwarden <Badge type="danger" text="SL2" />

[Vaultwarden](https://github.com/dani-garcia/vaultwarden) is a lightweight alternative to [Bitwarden](https://bitwarden.com), hosted at [vaultwarden.tryrocket.cloud](https://vaultwarden.tryrocket.cloud) on a Kubernetes Cluster. The Vaultwarden data is [SL2](/security-layers#SL2).

### Deployment

### Backup

Vaultwarden is backed up on a **daily basis** at `30 0 * * *`.

::: info
To export data in JSON format, [Bitwarden CLI](https://github.com/bitwarden/clients) is utilized. See more in the Ansible [export-vaultwarden-vault.yaml](../../iac/ansible/export-vaultwarden-vault.yaml) playbook
:::

#### Backup Contents

- **Database**: The primary data store for Vaultwarden, including user credentials and secrets.
- **Configuration Files**: All configuration settings related to Vaultwarden deployment.
- **Attachments**: Any user-uploaded attachments stored within Vaultwarden.

#### Backup Location

The backups are securely stored in a location that ensures quick recovery in case of data loss or corruption. These backups are also periodically checked for integrity.

#### Restoring Backups

In case of a failure or accidental data loss, the backup can be restored manually or via the automated restore process, ensuring minimal downtime for users.

#### Export

```sh
j iac ansible vaultwarden-export
```

Type: `critical`

Backups:

- export
- data

### Links

- [GitHub](https://github.com/dani-garcia/vaultwarden)
- [Documentation](https://github.com/dani-garcia/vaultwarden/wiki)
- [Bitwarden CLI](https://github.com/bitwarden/cli)
- [DockerHub](https://hub.docker.com/r/vaultwarden/server)
- [r/Vaultwarden](https://www.reddit.com/r/Vaultwarden/)

9 changes: 6 additions & 3 deletions pages/docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"devDependencies": {
"mermaid": "^11.2.1",
"vitepress": "^1.3.4",
"vitepress-plugin-mermaid": "^2.0.17"
"mermaid": "11.2.1",
"vitepress": "1.3.4",
"vitepress-plugin-mermaid": "2.0.17"
},
"scripts": {
"docs:dev": "vitepress dev",
Expand Down
12 changes: 6 additions & 6 deletions pages/homer/.github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,25 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3
-
name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3
with:
buildkitd-flags: --debug
-
name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Login to GHCR
uses: docker/login-action@v3
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -46,7 +46,7 @@ jobs:
fi
-
name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
with:
push: true
tags: |
Expand Down
Loading