unattended_upgrades_ynh/README.md

47 lines
2.1 KiB
Markdown
Raw Permalink Normal View History

2021-07-17 17:26:01 +02:00
<!--
2024-03-29 07:27:07 +01:00
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
2021-07-17 17:26:01 +02:00
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
2024-06-23 14:41:49 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2018-02-24 21:03:40 +01:00
2024-03-29 07:27:07 +01: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-03-12 08:57:52 +01:00
**Shipped version:** 1.1~ynh1
2021-07-17 17:26:01 +02:00
## Documentation and resources
2018-02-24 21:03:40 +01:00
2024-03-29 07:27:07 +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
2024-03-29 07:27:07 +01: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
2024-03-29 07:27:07 +01:00
To try the `testing` branch, please proceed like that:
2023-10-31 15:39:56 +01:00
2024-03-29 07:27:07 +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>