You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ Table of Contents
7
7
-[Using This Application](#using-this-application)
8
8
-[Run via Pip](#run-via-pip)
9
9
-[Run via Docker](#run-via-docker)
10
+
-[Run via Helm](#run-via-helm)
10
11
-[Authentication and Permissions](#authentication-and-permissions)
11
12
-[Configuration](#configuration)
12
13
-[Backup Behavior](#backup-behavior)
@@ -174,6 +175,9 @@ docker run \
174
175
homeylab/bookstack-file-exporter:latest
175
176
```
176
177
178
+
### Run via Helm
179
+
A helm chart can be used to run the exporter as a CronJob or Deployment resource. See [here](https://github.com/homeylab/helm-charts/tree/main/charts/bookstack-file-exporter) for more information on using the helm chart.
0 commit comments