Compare commits
1 Commits
1dae207fb1
...
4df2ca8fd1
Author | SHA1 | Date | |
---|---|---|---|
4df2ca8fd1
|
@ -1,4 +1,4 @@
|
|||||||
FROM squidfunk/mkdocs-material:9.0.11
|
FROM squidfunk/mkdocs-material:9.0.9
|
||||||
|
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
||||||
|
@ -247,46 +247,6 @@ abra app errors -w <nextcloud-domain> # error catcher
|
|||||||
|
|
||||||
Your new `traefik` instance will detect that a new app is coming up and generate SSL certificates for it. You can see what `traefik` is up to using the same commands above but replacing `<netcloud-domain>` with the `<traefik-domain>` you chose earlier (`abra app ls` will remind you what domains you chose :grinning:).
|
Your new `traefik` instance will detect that a new app is coming up and generate SSL certificates for it. You can see what `traefik` is up to using the same commands above but replacing `<netcloud-domain>` with the `<traefik-domain>` you chose earlier (`abra app ls` will remind you what domains you chose :grinning:).
|
||||||
|
|
||||||
### Upgrade Nextcloud
|
|
||||||
|
|
||||||
To upgrade an app manually to the newest available version run:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
abra app upgrade <nextcloud-domain>
|
|
||||||
```
|
|
||||||
|
|
||||||
### Automatic Upgrades
|
|
||||||
|
|
||||||
`kadabra` the auto-updater is still under development, use it with care and don't use it in production environments.
|
|
||||||
To setup the auto-updater copy the `kadabra` binary to the server and configure a cronjob for regular app upgrades.
|
|
||||||
The following script will configure ssmtp for email notifications and setup a cronjob.
|
|
||||||
This cronjob checks daily for new app versions, notifies if any kind of update is available and upgrades all apps to the latest patch/minor version.
|
|
||||||
|
|
||||||
|
|
||||||
```bash
|
|
||||||
apt install ssmtp
|
|
||||||
|
|
||||||
cat > /etc/ssmtp/ssmtp.conf << EOF
|
|
||||||
mailhub=$MAIL_SERVER:587
|
|
||||||
hostname=$MAIL_DOMAIN
|
|
||||||
AuthUser=$USER
|
|
||||||
AuthPass=$PASSWORD
|
|
||||||
FromLineOverride=yes
|
|
||||||
UseSTARTTLS=yes
|
|
||||||
EOF
|
|
||||||
|
|
||||||
cat > /etc/cron.d/abra_updater << EOF
|
|
||||||
MAILTO=admin@example.com
|
|
||||||
MAILFROM=noreply@example.com
|
|
||||||
|
|
||||||
0 6 * * * root ~/kadabra notify --major
|
|
||||||
30 4 * * * root ~/kadabra upgrade --all
|
|
||||||
EOF
|
|
||||||
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
## Finishing up
|
## Finishing up
|
||||||
|
|
||||||
Hopefully you got something running! Well done! The [operators handbook](/operators/handbook) would probably be the next place to go check out if you're looking for more help. Especially on topics of ongoing maintenance.
|
Hopefully you got something running! Well done! The [operators handbook](/operators/handbook) would probably be the next place to go check out if you're looking for more help. Especially on topics of ongoing maintenance.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
mkdocs-awesome-pages-plugin==2.8.0
|
mkdocs-awesome-pages-plugin==2.8.0
|
||||||
mkdocs-material-extensions==1.1.1
|
mkdocs-material-extensions==1.1.1
|
||||||
mkdocs-material==9.0.11
|
mkdocs-material==9.0.9
|
||||||
mkdocs==1.4.2
|
mkdocs==1.4.2
|
||||||
|
Reference in New Issue
Block a user