Commit graph

7618 commits

Author SHA1 Message Date
Alexandre Aubin
e639c8cd5a Move applist refresh cron + lets encrypt renewal cron to regen conf 2021-03-10 19:00:24 +01:00
Paco
8dd5859a46 Integration of domain settings loading/generation with domains DNS entries generation 2021-03-09 23:59:42 +01:00
Paco
01fe61c15b Merge branch 'enh-dns-autoconf' of https://github.com/MercierCorentin/yunohost into enh-dns-autoconf 2021-03-09 23:54:03 +01:00
Paco
1a4d02c9bf Add loading of domain settings. Generate defaults for missing entries (and backward-compability) 2021-03-09 23:53:50 +01:00
MercierCorentin
c111b9c6c2 First implementation of configurable dns conf generation 2021-03-09 22:57:46 +01:00
Paco
9a8cbbd883 sample _get_domain_and_subdomains_settings() 2021-03-09 21:34:30 +01:00
Alexandre Aubin
78cc445bd2 Typo 2021-03-09 06:00:04 +01:00
Alexandre Aubin
50a42e1d87 Rework the authenticator system, split the LDAP stuff into auth part and utils part 2021-03-09 05:45:24 +01:00
Alexandre Aubin
b85d959d7e ynh_install_n: No need to mkdir ../conf 2021-03-08 20:56:32 +01:00
Éric Gaspar
ad602ee0a1
Upgrade n (#1178)
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
2021-03-08 20:55:45 +01:00
Alexandre Aubin
db93b82b23 ynh_setup_source: add a check that we could actually parse SOURCE_URL 2021-03-08 18:41:54 +01:00
Alexandre Aubin
9e7eda681b ynh_install_n: put the source descriptor file in the appropriate dir during backup/restore 2021-03-08 18:37:53 +01:00
Kay0u
5539751ca4
fix others_var 2021-03-08 17:38:10 +01:00
72da2ad8e3 helper doc fixes : utils 2021-03-03 11:17:59 +01:00
3699648265 helper doc fixes : user 2021-03-03 11:17:59 +01:00
f0d7eba64a helper doc fixes : systemd 2021-03-03 11:17:59 +01:00
d7fc5d31ec helper doc fixes : string 2021-03-03 11:17:59 +01:00
305a70a8d5 helper doc fixes : setting 2021-03-03 11:17:59 +01:00
dc27fd3ec3 helper doc fixes : postgresql 2021-03-03 11:17:59 +01:00
706dbe723e helper doc fixes : php 2021-03-03 11:17:59 +01:00
3844b48962 helper doc fixes : nodejs 2021-03-03 11:17:59 +01:00
52cc5949da helper doc fixes : nginx 2021-03-03 11:17:59 +01:00
94097d1153 helper doc fixes : network 2021-03-03 11:17:59 +01:00
75539472ea helper doc fixes : mysql 2021-03-03 11:17:59 +01:00
27caab7234 helper doc fixes : multimedia 2021-03-03 11:17:59 +01:00
0dde41fe4a helper doc fixes : logrotate 2021-03-03 11:17:59 +01:00
33f8337f11 helper doc fixes : logging 2021-03-03 11:17:59 +01:00
966cd2ff16 helper doc fixes : hardware 2021-03-03 11:17:59 +01:00
8f294916d9 helper doc fixes : fail2ban 2021-03-03 11:06:54 +01:00
d69f031d8f helper doc fixes : backup 2021-03-03 11:06:54 +01:00
e6f3adfa08 helper doc fixes : apt 2021-03-03 11:06:51 +01:00
4603697ac5 helper doc fixes : permission 2021-03-03 11:06:43 +01:00
Alexandre Aubin
9b13c95f77 Re-add --others_var in fail2ban and systemd helpers for backward compatibility... 2021-03-02 19:54:24 +01:00
Alexandre Aubin
7ba08eb550 Merge branch 'hotfixes-4.1.7.3' into dev 2021-03-02 02:14:35 +01:00
Alexandre Aubin
234ae15d77 Update changelog for 4.1.7.3 2021-03-02 02:07:58 +01:00
Alexandre Aubin
bd8644a651 Translation typo.. 2021-03-02 02:03:26 +01:00
Alexandre Aubin
6ce02270ae Gotta escape \ during ynh_replace_vars 2021-03-02 02:02:10 +01:00
Kay0u
05969184fe fix ynh_systemd_action in case of service fails 2021-03-02 02:02:10 +01:00
Alexandre Aubin
d12f403fe3 Fix permission helper doc format 2021-03-02 02:02:10 +01:00
Alexandre Aubin
88b414c8f3 Don't redact empty string... 2021-03-02 02:02:10 +01:00
yalh76
2402a1db39 Fixing ___APP__ 2021-03-02 02:02:09 +01:00
yalh76
9bbc3b72ae Make grep lazy 2021-03-02 02:02:09 +01:00
yalh76
2728801d17 Force destination to be replaced 2021-03-02 02:02:08 +01:00
Alexandre Aubin
a43cd72c72 Fix ynh_replace_vars again, mystical bash is mystic... 2021-03-02 02:00:45 +01:00
Alexandre Aubin
0c172cd3f9 Catch more secrets not redacted 2021-03-02 02:00:44 +01:00
Alexandre Aubin
01058aca28 Catch more secrets not redacted 2021-03-02 01:49:23 +01:00
Alexandre Aubin
d763247df4
No need for mysql root password (#912)
* Get rid of /etc/yunohost/mysql

* Get rid of restore hook for mysql password

* Tab -> spaces

* declare->local lost while merging conflicts etc

* Gotta keep that var
2021-03-01 19:11:41 +01:00
Alexandre Aubin
4a20cf8003
Merge pull request #1168 from Salamandar/helper_template
Enhance the jinja template for bash helpers
2021-03-01 18:13:18 +01:00
Alexandre Aubin
0884a0c162 Further simplify logging configuration by using the 'cli' handler when running yunohost-api in debug mode instead of creating a 'console' handler which is pretty much the same 2021-03-01 18:06:43 +01:00
Alexandre Aubin
dbedec3546
Merge pull request #1177 from yalh76/more_ynh_add_config_fix
Fixing ___APP__
2021-02-28 20:08:52 +01:00