unattended_upgrades_ynh/README.md

47 lines
2.1 KiB
Markdown
Raw Normal View History

2021-07-17 17:26:01 +02:00
<!--
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.
-->
2018-02-25 14:46:16 +01:00
# Unattended-upgrades for YunoHost
2018-02-24 21:03:40 +01:00
2023-10-31 15:39:56 +01:00
[![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)
2021-07-17 17:26:01 +02:00
[![Install Unattended-upgrades with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=unattended_upgrades)
2018-02-24 21:03:40 +01:00
*[Lire ce readme en français.](./README_fr.md)*
2021-07-17 17:26:01 +02:00
> *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.*
2018-02-24 21:03:40 +01:00
## Overview
2024-01-10 19:13:00 +01:00
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
2018-02-24 21:03:40 +01:00
2024-01-13 11:31:05 +01:00
**Shipped version:** 1.0~ynh7
2021-07-17 17:26:01 +02:00
## Documentation and resources
2018-02-24 21:03:40 +01:00
2023-10-31 15:39:56 +01:00
* 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>
2018-02-24 21:03:40 +01:00
2021-07-17 17:26:01 +02:00
## Developer info
2018-02-24 21:03:40 +01:00
2021-07-17 17:26:01 +02:00
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/unattended_upgrades_ynh/tree/testing).
2018-02-24 21:03:40 +01:00
To try the testing branch, please proceed like that.
2023-10-31 15:39:56 +01:00
``` bash
2021-07-17 17:26:01 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/unattended_upgrades_ynh/tree/testing --debug
2018-02-24 21:03:40 +01:00
or
2019-01-21 13:24:26 +01:00
sudo yunohost app upgrade unattended_upgrades -u https://github.com/YunoHost-Apps/unattended_upgrades_ynh/tree/testing --debug
2018-02-24 21:03:40 +01:00
```
2021-07-17 17:26:01 +02:00
2023-10-31 15:39:56 +01:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>