mirror of
https://github.com/YunoHost-Apps/unattended_upgrades_ynh.git
synced 2024-10-01 13:35:00 +02:00
unattended_upgrades package for YunoHost
.github | ||
conf | ||
doc | ||
scripts | ||
.gitignore | ||
actions.toml | ||
CHANGELOG.md | ||
config_panel.toml | ||
LICENSE | ||
manifest.toml | ||
README.md | ||
README_fr.md | ||
tests.toml |
Unattended-upgrades for YunoHost
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~ynh6
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
- 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.
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