more README renaming
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
- [IPV6](#ipv6)
|
- [IPV6](#ipv6)
|
||||||
- [Install](#install)
|
- [Install](#install)
|
||||||
- [Backups](#backups)
|
- [Backups](#backups)
|
||||||
|
- [Maintenace Mode](#maintenace-mode)
|
||||||
- [Trusted Proxy](#trusted-proxy)
|
- [Trusted Proxy](#trusted-proxy)
|
||||||
- [Default phone region](#default-phone-region)
|
- [Default phone region](#default-phone-region)
|
||||||
- [Adding existing files](#adding-existing-files)
|
- [Adding existing files](#adding-existing-files)
|
||||||
@@ -89,6 +90,16 @@ Write down the passphrase. Store both at safe place(s).
|
|||||||
docker exec nextcloud-aio-borgbackup borg key export /mnt/borgbackup/borg/
|
docker exec nextcloud-aio-borgbackup borg key export /mnt/borgbackup/borg/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Maintenace Mode
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker stop nextcloud-aio-apache
|
||||||
|
docker exec -it -u www-data nextcloud-aio-nextcloud ./occ maintenance:mode --on
|
||||||
|
|
||||||
|
docker start nextcloud-aio-apache
|
||||||
|
docker exec -it -u www-data nextcloud-aio-nextcloud ./occ maintenance:mode --off
|
||||||
|
```
|
||||||
|
|
||||||
## Trusted Proxy
|
## Trusted Proxy
|
||||||
|
|
||||||
If running with a reverse proxy.
|
If running with a reverse proxy.
|
||||||
Reference in New Issue
Block a user