Commit graph

82 commits

Author SHA1 Message Date
Alexandre Aubin
0e98d37c49 Remove the whole monitoring / glances stuff 2019-11-05 23:41:04 +01:00
Kayou
ec1fa46c9f
iproute2 instead of iproute 2019-10-26 23:12:11 +09:00
Alexandre Aubin
eb57a4ad9e Get rid of etckeeper 2019-09-19 19:51:27 +02:00
Alexandre Aubin
028a44acc9 Add missing python-jinja2 build dependency (to build manpages) 2019-07-02 22:25:02 +02:00
Laurent Peuch
4084bddb54 [enh] support config_panel in TOML format 2019-06-01 01:44:33 +02:00
Alexandre Aubin
2bc0debcde Add python-yaml as Build dependency (to compile bash-autocompletion stuff) 2019-05-21 18:02:02 +02:00
Alexandre Aubin
efc848fe7d Essential thing should be in the second block 2019-04-19 02:06:56 +02:00
Alexandre Aubin
f35eb17854 Mark YunoHost as essential to avoid removing it inadvertenly 2019-03-26 18:49:32 +01:00
Alexandre Aubin
c7245e5db1 Add apt-transport-https to dependencies 2019-02-20 15:02:14 +01:00
Alexandre Aubin
1667ba14e3
[fix] Explicit dependance to iptables
(it's only a recommended package of fail2ban, gotta make sure it will really be installed)
2019-01-17 16:52:47 +01:00
Alexandre Aubin
09fcea1177
Add libpam-ldapd as dependency to be able to login through SSH with LDAP identities ? (#587) 2018-12-01 16:22:40 +01:00
ljf
98ae285c91 [enh] Add lsof dependencies in case we decide to remove mariadb 2018-11-20 22:48:35 +01:00
Laurent Peuch
e95482a81a [enh] add jq as a dependancy 2018-08-31 20:44:58 +02:00
ljf (zamentur)
a7c310810a
Merge branch 'stretch-unstable' into enh-add-fale-hwclock 2018-08-27 00:10:09 +02:00
Josue-T
cdd510642f Set equiv as base dependance (#515) 2018-08-25 19:45:55 +02:00
ljf (zamentur)
90d265d8e2
[enh] Add fake-hwclock
Fake-hwclock save the clock each hours and at shutdown. On boot, it will check if the current date is under the registered date and if it's the case load the registered date. This is needed to be able to make TLS/openvpn authentication securely.
2018-08-25 11:58:38 +02:00
Alexandre Aubin
477cf18a68
Merge pull request #463 from YunoHost/ynh-render-template-with-jinja2
[enh] Add ynh_render_template helper to render templates with jinja2
2018-08-23 21:22:53 +02:00
Alexandre Aubin
7ab13b56c9 Add postsrsd as dependency 2018-07-25 19:16:14 +00:00
Alexandre Aubin
898d665900
Remove archivemount stuff (#491) 2018-06-15 15:29:05 +02:00
Alexandre Aubin
711645c750
Merge branch 'unstable' into ynh-render-template-with-jinja2 2018-05-21 01:00:57 +02:00
Alexandre Aubin
dd8af083b3 Merge branch 'unstable' into stretch-unstable 2018-05-20 21:43:05 +02:00
Laurent Peuch
f4df8c8ec8 [enh] move to dbus to retreive service status 2018-05-11 04:35:28 +02:00
Alexandre Aubin
890eb7a885 Add dependency to python-jinja2 2018-05-10 01:29:03 +02:00
Alexandre Aubin
7de61ce8ab mysql-server can be removed now, it's a meta-package that depends on mariadb 2018-05-08 19:00:55 +02:00
Alexandre Aubin
f25a487c19 nscd service is now unscd 2018-05-02 18:04:15 +02:00
ljf
627edbdf0b [enh] Compatibility with debian stretch
This reverts commit 3be7aff065.
2018-05-02 18:04:15 +02:00
Alexandre Aubin
786e1d8728 Removing php5 dependencies (generic php deps instead) 2018-05-02 18:04:15 +02:00
Alexandre Aubin
331db9edb6 Removing dependency to rmilter, obsolete since rspamd >= 1.6 2018-05-02 18:04:15 +02:00
ljf
4c79f525a1 [enh] Compatibility with debian stretch
This reverts commit 3be7aff065.
2018-05-02 18:04:15 +02:00
ljf (zamentur)
cf78e40658
Add wget as dependency 2018-03-18 15:11:49 +01:00
Alexandre Aubin
88d7a31bda
[fix] Microdecision : add mailutils as a dependency 2018-02-11 22:23:40 +01:00
Alexandre Aubin
d5b6072c84 [fix] Explicitly require moulinette and ssowat >= 2.7.1 2017-08-22 15:27:52 +02:00
Alexandre Aubin
d9761aad7b [fix] Move archivemount to suggested dependency (#322) 2017-06-21 21:04:25 +02:00
ljf (zamentur)
d3eeb4bbc7 [enh] Refactor backup management to pave the way to borg (#275)
* [enh] Use a csv to list file to backup
* [enh] Use csv python module
* [wip] Backup refactoring
* [wip] Backup class refactoring
* [enh] Add archivemount dependencies
* [wip] Restore refactoring
* [fix] Some error in this refactoring
* [fix] Missing backup key translation
* [fix] Bad YNH_CWD in hook backup
* [fix] App backup part was broken
* [fix] Restore operation was broken
* [fix] No compressed backup
* [fix] Don't commit backup path into csv if app backup fail
* [fix] Default backup collect_dir should be in tmp subdir
* [enh] Simplify a copy code
* [enh] Build backup info from properties
* [enh] Improve comments presentation
* Adding first tests for backup/restore
* Adding more backup/restore app test scenario
* [enh] Separate BackupMethods in distinct class
* Adding test of restoring a wordpress archive from 2.4
* [fix] Be able to delete backup link too
* [fix] Bad internationalization key
* [fix] Edge case with empty mysql pwd restore
* [fix] Unset var in restore
* [fix] Edge case with empty mysql pwd restore
* Adding test for backup crash handling
* Cleaning tests + checking tmp dir is empty
* [fix] Missing tmp in backup path
* [fix] Error on reading backup csv
* Adding test of failed restore
* Adding tests when not enough space available
* Simplifying tests using markers
* [fix] ynh backup/restore helpers with only one arg
* [fix] Unmount subdir with python
* [enh] Improve backup size management
* [fix] None object in backup
* [enh] Remove dead code
* [fix] Missing locales
* [enh] Adapat test about needed space
* [fix] Pass some test
* [enh] Remove dead code
* [enh] Pass all test
* [enh] Adding test that backups contains what's expected
* Fix typo in tests
* [fix] Bad documentation
* [enh] Add comment
* [enh] Use len in place of implicit {} == False
* [enh] Add comment
* [enh] Add comment
* [enh] Refactoring on _collect_app_files
* Adding skeleton for remaining tests to write
* [enh] Use a csv to list file to backup
* [enh] Use csv python module
* [wip] Backup refactoring
* [wip] Backup class refactoring
* [enh] Add archivemount dependencies
* [wip] Restore refactoring
* [fix] Some error in this refactoring
* [fix] Missing backup key translation
* [fix] Bad YNH_CWD in hook backup
* [fix] App backup part was broken
* [fix] Restore operation was broken
* [fix] No compressed backup
* [fix] Don't commit backup path into csv if app backup fail
* [fix] Default backup collect_dir should be in tmp subdir
* [enh] Simplify a copy code
* [enh] Build backup info from properties
* [enh] Improve comments presentation
* Adding first tests for backup/restore
* Adding more backup/restore app test scenario
* [enh] Separate BackupMethods in distinct class
* Adding test of restoring a wordpress archive from 2.4
* [fix] Be able to delete backup link too
* [fix] Bad internationalization key
* [fix] Edge case with empty mysql pwd restore
* [fix] Unset var in restore
* [fix] Edge case with empty mysql pwd restore
* Adding test for backup crash handling
* Cleaning tests + checking tmp dir is empty
* [fix] Missing tmp in backup path
* [fix] Error on reading backup csv
* Adding test of failed restore
* Adding tests when not enough space available
* Simplifying tests using markers
* [fix] ynh backup/restore helpers with only one arg
* [fix] Unmount subdir with python
* [enh] Improve backup size management
* [fix] None object in backup
* [enh] Remove dead code
* [fix] Missing locales
* [enh] Adapat test about needed space
* [fix] Pass some test
* [enh] Remove dead code
* [enh] Pass all test
* [enh] Adding test that backups contains what's expected
* Fix typo in tests
* [fix] Bad documentation
* Adding skeleton for remaining tests to write
* [enh] Add comment
* [enh] Use len in place of implicit {} == False
* [enh] Add comment
* [enh] Add comment
* [enh] Refactoring on _collect_app_files
* [fix] Replay e1a507 deleted by rebase
* [fix] ynh_restore helper
* Renaming 'hooks' terminology to 'system' where it makes sense
* Propagating new --system/--ignore-system to actionmap
* Adding more tests + clarifying some functions and messages
* Factorize out the definition and validation of backup/restore targets
* Add missing key
* Use list comprehension instead of dirty loops
* [enh] Add docstring in BackupManager
* [enh] Add docstring on BackupMethod(s)
* [fix] Remove deadcode
* [fix] Remove debug message
* [enh] Add comments on RestoreManager
* [enh] Add comments on backup constants
* Adding a proper report/result for each backup target
* Skipping tests not implemented yet
* Fixing little mistake from merging
* [fix] Support different fs or archivemount error
* [enh] Backup helpers readability
* [fix] Copy backup method
* [fix] Deprecated warning always displayed
* [enh] Retrieve info.json file inside tar.gz
* Trying to reorganize methods with sections for readability
* [enh] Support archivemount failure
* [fix] Missing env var for system part restore helpers
* Clarifying disk usage / free space computation
* [enh] Refactoring around backup set_targets()
* Clarifying structure of backup_create and backup_restore
* Move RestoreManager between BackupManager and BackupMethods
* [fix] Missing locales
* [fix] System part restore if archivemount failure
* [enh] Extract all conf instead of specific code
* [fix] Other output directory (compressed archive)
* [enh] Add test for uncompressed backup
* [fix] Compressed backup in an existing output directory
* [fix] Return size for retro-compatibility
* [fix] Mountpoint check aborting script when called with -eu
* [fix] Avoid failure test with set -eu
* [fix] locale strings missing/bad arguments
* Check free space before mount
* [fix] ynh_restore_helpers with existing archive path
* Adding skeletons for moar tests
* Fixing some weird bug in _get_archive_path
* Adding a regen-conf at the end of system restore
* Adding tests of system restore from 2.4
* Have a class dedicated to target management
* Cleaning tests
* Misc formatting
* More meaningful variable names inside app restore
* [fix] can't call source ../settings/scripts/_common.sh in app backup
* [fix] ynh_install_app_dependencies is not compatible with readonly mount
* [fix] Remove temporary file
2017-06-02 13:41:16 +02:00
Alexandre Aubin
7718ed6000 [fix] Properly manage resolv.conf, dns resolvers and dnsmasq (#290)
* Adding resolvconf as dependency
* Adding new templates for dnsmasq
* Adding libnss-myhostname as dependency
* tableflip.gif
* Moar tableflip.gif :/
* Tweaking dns resolvers used by dnsmasq
* Adding Aquilenet + moving FDN back to top
* Clarifying how the resolv.dnsmasq.conf template is used
* Moving nsswitch force regen back to postinstall
2017-04-18 00:37:21 +02:00
opi
4a729ba035 [enh] Add libnss-mdns as Debian dependency. (#279) 2017-03-28 01:36:27 +02:00
ljf
3be7aff065 Revert "[enh] Compatibility with debian stretch"
This reverts commit 73d1630459.
2017-01-23 11:46:21 +01:00
ljf
73d1630459 [enh] Compatibility with debian stretch 2017-01-13 02:09:14 +01:00
M5oul
d315348d83 Merge pull request #209 from YunoHost/fix_662_missing_openssl_dependency
[fix] Missing 'python-openssl' dependency for Let's Encrypt integration.
2016-12-11 23:08:19 +01:00
Laurent Peuch
fc108bbc7c Merge pull request #202 from YunoHost/enh-haveged-dependency
[enh] Add haveged as Debian dependency
2016-12-11 23:06:04 +01:00
Moul
4897c39edf [fix] [#662](https://dev.yunohost.org/issues/662): missing
'python-openssl' dependency for Let's Encrypt integration.
2016-12-11 18:14:42 +01:00
opi
87bdc5a5ce [fix] Add missing dependency to nscd package #656
See https://dev.yunohost.org/issues/656

nscd is called during user_create and user_delete, but this package is only in Recommends for libnss-ldapd.
2016-12-05 10:45:55 +01:00
opi
397aeb2498 [enh] Add haveged as dependency
Increase entropy on virtual servers. Speed up key generation by openssl and dnssec
See https://github.com/YunoHost/yunohost/pull/201 & https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/963368
2016-12-05 10:42:38 +01:00
Jérôme Lebleu
c1115fc736 [fix] Rename 'deprecated' option to 'deprecated_alias' in actionsmap 2016-04-16 21:33:48 +02:00
Jérôme Lebleu
50d4eded18 [deb] Add etckeeper package in Recommends (wip #280) 2016-04-11 21:34:46 +02:00
Jérôme Lebleu
a7657c1a39 [ref] Deprecate and rename regenconf action to regen-conf 2016-04-10 10:42:30 +02:00
Jérôme Lebleu
ca54418441 [enh] Use new rspamd configuration system to override metrics 2016-03-28 19:11:50 +02:00
Jérôme Lebleu
4a7ff6a24f [deb] Clean debian/control with cosmetic changes
The following dependencies have been changed:
 * pyminiupnpc: removed in flavour of official python-miniupnpc Debian package
 * python-pip: moved from Depends to Recommends since it's only intended for
   apps usage and not YunoHost itself - it should definitively be removed when
   the 'requirements' manifest key will allow package installation.
2016-03-15 15:23:08 +01:00
Jérôme Lebleu
897594a5da [deb] Add missing cron dependency 2016-03-15 15:01:01 +01:00
Jérôme Lebleu
d6b0c35725 [fix] Replace udisks-glue by udisks2 and only suggest it 2016-01-22 18:34:02 +01:00