unattended_upgrades package for YunoHost
Find a file
2020-06-20 17:56:56 +02:00
conf Working package 2018-02-25 14:46:16 +01:00
scripts Fix Buster 2020-04-24 12:44:46 +02: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 Global upgrade 2020-04-23 20:44:27 +02:00
config_panel.toml Update config-panel and actions 2020-04-23 20:43:03 +02:00
LICENSE Init 2018-02-24 21:03:40 +01:00
manifest.json Give up maintenance... 2020-06-20 17:56:56 +02:00
README.md New badges 2020-04-23 20:30:12 +02:00
README_fr.md New badges 2020-04-23 20:30:12 +02:00
YEP.md Working package 2018-02-25 14:46:16 +01:00

Unattended-upgrades for YunoHost

Integration level
Install Unattended-upgrades with YunoHost

Lire ce readme en français.

This package allow you to install Unattended-upgrades and Apticron quickly and simply on a YunoHost server.
If you don't have YunoHost, please see here to know how to install and enjoy it.

Overview

Unattended-upgrades can download and install security upgrades automatically and unattended, taking care to only install packages from the configured APT source, and checking for dpkg prompts about configuration file changes.

Apticron is a simple script which sends emails about pending package updates such as security updates, properly handling packages on hold both by dselect and aptitude.

Screenshots

Demo

No demo available.

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

YunoHost specific features

Multi-users support

Supported architectures

  • x86-64b -
  • ARMv8-A -
  • Buster x86-64b -

Limitations

Additionnal informations


Developers infos

Please do 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 --force --debug
or
sudo yunohost app upgrade unattended_upgrades -u https://github.com/YunoHost-Apps/unattended_upgrades_ynh/tree/testing --debug