unattended_upgrades package for YunoHost
Find a file
2021-11-28 16:20:35 +01:00
.github Add templates 2021-07-17 17:25:54 +02:00
conf Fix linter warnings 2021-07-17 17:07:13 +02:00
doc Add templates 2021-07-17 17:25:54 +02:00
scripts Upgrade to 4.3 2021-11-28 16:20:35 +01:00
.gitignore Init 2018-02-24 21:03:40 +01:00
actions.toml Update config-panel and actions 2020-04-23 20:43:03 +02:00
CHANGELOG.md Update CHANGELOG.md 2020-04-24 18:36:40 +02:00
check_process Update check_process 2021-07-17 23:44:15 +02:00
config_panel.toml Upgrade to 4.3 2021-11-28 16:20:35 +01:00
LICENSE Init 2018-02-24 21:03:40 +01:00
manifest.json Upgrade to 4.3 2021-11-28 16:20:35 +01:00
README.md Auto-update README 2021-07-17 15:26:01 +00:00
README_fr.md Auto-update README 2021-07-17 15:26:01 +00:00

Unattended-upgrades for YunoHost

Integration level
Install Unattended-upgrades with YunoHost

Lire ce readme en français.

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 to learn how to install it.

Overview

Daily automatic upgrades

Shipped version: 1.0~ynh5

Disclaimers / important information

Configuration

Have a look to the following config files for Unattended-upgrades

  • /etc/apt/apt.conf.d/50unattended-upgrades
  • /etc/apt/apt.conf.d/02periodic

And this one for Apticron

  • /etc/apticron/apticron.conf With its cron file
  • /etc/cron.d/apticron

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

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