mirror of
https://github.com/YunoHost-Apps/unattended_upgrades_ynh.git
synced 2024-10-01 13:35:00 +02:00
46 lines
2.1 KiB
Markdown
46 lines
2.1 KiB
Markdown
<!--
|
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
|
It shall NOT be edited by hand.
|
|
-->
|
|
|
|
# Unattended-upgrades for YunoHost
|
|
|
|
[![Integration level](https://dash.yunohost.org/integration/unattended_upgrades.svg)](https://dash.yunohost.org/appci/app/unattended_upgrades) ![Working status](https://ci-apps.yunohost.org/ci/badges/unattended_upgrades.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/unattended_upgrades.maintain.svg)
|
|
|
|
[![Install Unattended-upgrades with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=unattended_upgrades)
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
> *This package allows you to install Unattended-upgrades quickly and simply on a YunoHost server.
|
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
|
|
|
## Overview
|
|
|
|
This package installs `unattended-upgrades` and `apticron` to:
|
|
|
|
* automatically install security updates (or all updates if selected)
|
|
* send automatic messages about available and done updates
|
|
|
|
|
|
**Shipped version:** 1.0~ynh7
|
|
## Documentation and resources
|
|
|
|
* Official app website: <https://wiki.debian.org/UnattendedUpgrades>
|
|
* Official user documentation: <https://manpages.debian.org/stretch/apticron/apticron.1.en.html>
|
|
* Official admin documentation: <https://wiki.debian.org/UnattendedUpgrades>
|
|
* YunoHost Store: <https://apps.yunohost.org/app/unattended_upgrades>
|
|
* Report a bug: <https://github.com/YunoHost-Apps/unattended_upgrades_ynh/issues>
|
|
|
|
## Developer info
|
|
|
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/unattended_upgrades_ynh/tree/testing).
|
|
|
|
To try the testing branch, please proceed like that.
|
|
|
|
``` bash
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/unattended_upgrades_ynh/tree/testing --debug
|
|
or
|
|
sudo yunohost app upgrade unattended_upgrades -u https://github.com/YunoHost-Apps/unattended_upgrades_ynh/tree/testing --debug
|
|
```
|
|
|
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|