Commit graph

1454 commits

Author SHA1 Message Date
Kayou
6c9187e7e4
Update php 2020-04-12 17:43:33 +02:00
Alexandre Aubin
5091905329
Update data/helpers.d/php
Co-Authored-By: Kayou <pierre@kayou.io>
2020-04-12 17:22:57 +02:00
Kay0u
ef2f4b2a6e
some hooks use helpers without php 2020-04-12 16:52:23 +02:00
Maniack Crudelis
21c3cc4a53 Store fpm_footprint and fpm_usage 2020-04-12 00:29:47 +02:00
Alexandre Aubin
bf291a0c50 Add 'yunohost tools versions' to have a simple way to fetch version from the webadmin 2020-04-11 23:25:51 +02:00
Maniack Crudelis
49d9832f0b Better apt logging 2020-04-11 20:53:16 +02:00
Maniack Crudelis
7154bca33c Fix php migration, integrate --package= to ynh_add_fpm_config 2020-04-11 20:52:52 +02:00
Maniack Crudelis
7b38b064d7 Fixes and enhancements 2020-04-11 01:54:32 +02:00
Alexandre Aubin
1e6da91c78 Add automail conf for https, + increase priority for automail conf and diagnosis 2020-04-11 00:29:49 +02:00
Alexandre Aubin
a68dbd7edf
Merge pull request #920 from YunoHost/update_php_helpers_alex_ammend
Semantic improvements for PHP helpers PR (in particular RAM helper)
2020-04-10 00:51:59 +02:00
Maniack Crudelis
475754de1e
Add legacy_args 2020-04-10 00:35:28 +02:00
Maniack Crudelis
017b0e929c
Use YNH_DEFAULT_PHP_VERSION instead of 7.0 2020-04-10 00:31:06 +02:00
Kayou
d649fad13e
Merge branch 'stretch-unstable' into update_php_helpers 2020-04-10 00:23:59 +02:00
Kayou
35144c7c0a
Merge pull request #880 from YunoHost/default_php_version
Pave the way to migration to php7.3 and following
2020-04-10 00:21:10 +02:00
Maniack Crudelis
bdeac5a925
Move the comments about php where we can read it 2020-04-10 00:17:50 +02:00
Maniack Crudelis
0b17aece2e
Various insignificant corrections 2020-04-10 00:05:56 +02:00
Maniack Crudelis
b06e8c0f7a
Minor fix to avoid the key to be used if not asked 2020-04-09 23:47:16 +02:00
Kayou
887304919e
Merge pull request #917 from YunoHost/fix-acme-challenge-snippet
Get rid of domain-specific acme-challenge snippet, use a single snippet included in every conf
2020-04-09 21:07:50 +02:00
Kayou
a9af94b960
Merge pull request #913 from YunoHost/update-nginx-ciphers
Update nginx SSL conf with new Mozilla recommendation
2020-04-09 21:07:29 +02:00
Kayou
4b7abd3cde
Merge pull request #914 from YunoHost/update-mailstack-ciphers
Update mailstack ciphers
2020-04-09 21:07:16 +02:00
Alexandre Aubin
b2de9a9d40 Merge branch 'stretch-stable' into stretch-unstable 2020-04-09 18:04:58 +02:00
Kay0u
3e6cbe4e84 Add legacy_args, fix the helper 2020-04-09 14:36:18 +02:00
Maniack Crudelis
9e1cc92ce8 Let's have a working helper 2020-04-09 14:32:03 +02:00
Kay0u
729aeb2425 add ynh_permission_has_user 2020-04-09 14:32:03 +02:00
Alexandre Aubin
85df8b6545
Merge pull request #905 from YunoHost/add-permission-helpers
add ynh_permission_has_user
2020-04-09 14:30:10 +02:00
Alexandre Aubin
5b0269622a Attempt to simplify permission migration 2020-04-09 14:29:28 +02:00
Alexandre Aubin
7d3238140c Force locale to C/en to avoid perl whining and flooding logs about the damn missing locale 2020-04-09 14:26:06 +02:00
Alexandre Aubin
210d5f3fc4 [enh] Tell apt to explain what's wrong when there are unmet dependencies (#889)
* Ask apt to explain what's wrong when dependencies fail to install
* Add comment explaining the syntax

Co-Authored-By: Maniack Crudelis <maniackcrudelis@users.noreply.github.com>
Co-authored-by: Maniack Crudelis <maniackcrudelis@users.noreply.github.com>
2020-04-09 14:14:14 +02:00
Alexandre Aubin
be88a2835a Remove those random sudo which are useless yet triggers LDAP warning when LDAP is in bad state 2020-04-09 14:06:55 +02:00
Matthew DeAbreu
1f623830b3 Update 12-metronome
simplify change by reordering operations
2020-04-09 14:01:21 +02:00
Matthew DeAbreu
031f8a6e38 ensure metronome owns domain dir
When adding new domains to Yunohost a directory for each newly added domain is created in `/var/lib/metronome` unfortunately since the directory is created with `sudo mkdir` that means `root:root` owns the directory. Metronome will now fail to write to the directory.
2020-04-09 13:59:03 +02:00
Alexandre Aubin
4f05aa3505
Merge pull request #906 from YunoHost/simplify-permission-migration
Attempt to simplify permission migration
2020-04-09 13:46:40 +02:00
Alexandre Aubin
c06fe42078 Hmgn don't change the value for the session cache size otherwise that break test for restore from old version for stupid reasons -.- 2020-04-08 21:33:34 +02:00
Alexandre Aubin
71cc4fde97 We in fact only have ssl 1.1.0l, not 1.1.1l on Stretch. 2020-04-08 19:59:27 +02:00
Alexandre Aubin
f390f02077 Update nginx security.conf.inc with new Mozilla recommendation 2020-04-08 19:59:27 +02:00
Alexandre Aubin
be8427d5a1
Gotta generate security.conf.inc during .deb deployment because it's needed by yunohost_admin.conf 2020-04-08 12:15:01 +02:00
Alexandre Aubin
3d0bd9f32c
Merge pull request #903 from YunoHost/fix-curl-readability
Fix possible security issue with these cookie files
2020-04-07 23:20:54 +02:00
Alexandre Aubin
9506507b5b
Merge pull request #839 from kay0u/bash-completion
[enh] Bash completion: add subcategories
2020-04-07 23:18:41 +02:00
Alexandre Aubin
3a7b93d8aa Get rid of domain-specific acme-challenge snippet, use a single snippet including in every conf 2020-04-06 18:09:14 +02:00
Alexandre Aubin
22b9565eb7 Forgot to check that these headers are different from the default in security.conf ... maybe we want to keep them as is? Not clear why they have different values tan the domain configs... 2020-04-06 16:56:53 +02:00
Alexandre Aubin
4d99cbe870 Add ref for security headers 2020-04-06 16:55:20 +02:00
Maniack Crudelis
3234b14b78
Update data/helpers.d/php
Co-Authored-By: Alexandre Aubin <alex.aubin@mailoo.org>
2020-04-06 12:54:05 +02:00
Alexandre Aubin
fdc0ecf6e5 Propagate change in RAM helper to php helper where it's used 2020-04-06 00:20:16 +02:00
Alexandre Aubin
cbf573c346 Try to improve the semantic of RAM helper 2020-04-05 23:57:43 +02:00
Alexandre Aubin
810e5b0d09 no_swap -> ignore_swap 2020-04-05 22:53:56 +02:00
Alexandre Aubin
a4d28efa6c less0 -> at_least_one 2020-04-05 22:37:24 +02:00
Alexandre Aubin
f032ba16cc Only diagnose basic records for subdomains 2020-04-05 20:23:32 +02:00
Alexandre Aubin
151d9d3c6f
We in fact only have ssl 1.1.0l, not 1.1.1l on Stretch. 2020-04-05 18:31:33 +02:00
Alexandre Aubin
f7ac93b0b7
We in fact only have ssl 1.1.0l, not 1.1.1l on Stretch. 2020-04-05 18:31:16 +02:00
Alexandre Aubin
aaa5365fa6 Update postfix SSL conf according to Moz^Cla recommentation 2020-04-03 03:41:52 +02:00