Adding backup for nextcloud
This commit is contained in:
parent
32856375aa
commit
c8e54c469f
|
|
@ -27,7 +27,7 @@ kubectl patch deployment $DEPLOYMENT -n $NAMESPACE -p "{\"spec\": {\"template\":
|
|||
## namespaces
|
||||
|
||||
```sh
|
||||
namespaces="flux cert-manager nginx-ingress infrapuzzle kuard auth nextcloud datalab web development tt-rss backup monitoring"
|
||||
namespaces="flux cert-manager nginx-ingress infrapuzzle kuard auth nextcloud datalab web development tt-rss backup monitoring nextcloud"
|
||||
for i in $( echo $NAMESPACES ) ; do
|
||||
k create ns $i
|
||||
done
|
||||
|
|
@ -147,11 +147,9 @@ helm upgrade --install gitea ./gitea-chart -n development -f development/gitea.s
|
|||
helm upgrade --install gitea-phpmyadmin bitnami/phpmyadmin -n development -f development/gitea-phpmyadmin.yml
|
||||
```
|
||||
|
||||
### backup
|
||||
### backup & restore
|
||||
|
||||
//TODO something with gitea dump to stdout and rclone to dropbox
|
||||
|
||||
### restore
|
||||
See the backup cronjob in the `/backup/` folder.
|
||||
|
||||
For backup & restore see [gitea documentation](https://docs.gitea.io/en-us/backup-and-restore/).
|
||||
|
||||
|
|
@ -187,42 +185,23 @@ chown -R git. ./gitea-repositories/
|
|||
|
||||
Then login to git.moritzgraf.de and proceed with default values, or adjust them.
|
||||
|
||||
## nextcloud
|
||||
|
||||
```sh
|
||||
helm upgrade --install nextcloud stable/nextcloud -n nextcloud -f nextcloud/nextcloud.secret.yml
|
||||
helm upgrade --install nextcloud-phpmyadmin bitnami/phpmyadmin -n nextcloud -f nextcloud/nextcloud-phpmyadmin.yml
|
||||
```
|
||||
|
||||
### backup & restore
|
||||
|
||||
|
||||
|
||||
## minio
|
||||
|
||||
```sh
|
||||
kubectl apply -f minio
|
||||
```
|
||||
|
||||
|
||||
|
||||
## auth
|
||||
|
||||
Including:
|
||||
|
||||
* openLDAP
|
||||
* phpldapadmin
|
||||
* ldap self service
|
||||
* dex
|
||||
|
||||
|
||||
```sh
|
||||
|
||||
```
|
||||
|
||||
## nextcloud
|
||||
|
||||
Install with helm
|
||||
|
||||
```sh
|
||||
|
||||
```
|
||||
|
||||
Migate
|
||||
|
||||
|
||||
Backup
|
||||
|
||||
|
||||
## Add mopbot & corona & corona-api
|
||||
|
||||
```sh
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue