Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fernferret/mediawiki-backup
A helm chart to perform backups of MediaWiki installed via Kubernetes.
https://github.com/fernferret/mediawiki-backup
backup mediawiki
Last synced: about 2 months ago
JSON representation
A helm chart to perform backups of MediaWiki installed via Kubernetes.
- Host: GitHub
- URL: https://github.com/fernferret/mediawiki-backup
- Owner: fernferret
- License: mit
- Created: 2022-09-11T17:04:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T23:10:42.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T03:22:02.414Z (3 months ago)
- Topics: backup, mediawiki
- Language: Smarty
- Homepage:
- Size: 115 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/mediawiki-backup)](https://artifacthub.io/packages/search?repo=mediawiki-backup)
This is a small dockerfile and helm chart to perform backups for
[MediaWiki](https://www.mediawiki.org/wiki/MediaWiki) installed in Kubernetes.See the readme in the chart folder for more details.
## TL;DR
```console
$ helm repo add mediawiki-backup https://fernferret.github.io/mediawiki-backup
$ helm install my-release mediawiki-backup/mediawiki-backup
```## Development
### Prereqs
If you want to build the chart documentation, you'll need a copy of
[`helm-docs`](https://github.com/norwoodj/helm-docs).### Building
To build your own copy of the container just run:
```console
make container
```To build the chart locally, just run:
```console
make chart
```