Alexandre Aubin
3f64374f9d
Move DKIM from rmilter to rspamd
2018-05-02 18:04:15 +02:00
Alexandre Aubin
34451babe3
Fall back to 1024 for the DKIM key size because nsupdate is stupid
2018-05-02 18:04:15 +02:00
Alexandre Aubin
a05d7b1e20
Fixes in DKIM generation in rspamd regen-conf
2018-05-02 18:04:15 +02:00
root
291c8747f1
Adding DKIM key generation back from rmilter to rspamd
2018-05-02 18:04:15 +02:00
Alexandre Aubin
29e48965bb
Rspamd now have a dedicated log file apparently
2018-05-02 18:04:15 +02:00
Alexandre Aubin
e85421721a
Now using rspamd as milter in postfix
2018-05-02 18:04:15 +02:00
Alexandre Aubin
4595dd2be4
Updating master.cf for postfix to avoid a few warnings
2018-05-02 18:04:15 +02:00
Alexandre Aubin
f25a487c19
nscd service is now unscd
2018-05-02 18:04:15 +02:00
Alexandre Aubin
efc201c9b0
Remove messy openssl output during package install
2018-05-02 18:04:15 +02:00
Alexandre Aubin
b2648584ab
Updating fail2ban conf
2018-05-02 18:04:15 +02:00
Alexandre Aubin
f221c2f06c
Fail2ban was unhappy because port was present two times
2018-05-02 18:04:15 +02:00
Alexandre Aubin
bde8b02fef
Removing some rmilter-related conf
2018-05-02 18:04:15 +02:00
Alexandre Aubin
da973e69a7
Getting rid of systematic error message during install
2018-05-02 18:04:15 +02:00
frju365
9ebb082e32
[fix] Nginx Regression typo ( #459 )
2018-05-02 14:10:13 +02:00
Bram
c36431ce24
Merge pull request #454 from frju365/patch-2
...
[enh] ECDH Curves
2018-05-02 06:36:39 +02:00
Alexandre Aubin
01956d22bd
Merge pull request #429 from YunoHost/manual-migrations
...
[enh] Manual migrations
2018-05-02 02:00:32 +02:00
Alexandre Aubin
062ca32eac
Move ssh commands into a subcategory of 'user' + fix a few bugs ( #445 )
...
* Move all ssh commands to a subcategory in user...
* [fix] Actionmap didn't match functions input ?
* [fix] Invalidate nscd cache to propagate new loginShell
* Consistency of list-keys even if there's no key..
2018-05-01 23:45:12 +02:00
frju365
90e093a482
Tweak the CSP config in nginx template for domains ( #456 )
...
* Little correction for template conf for apps
* Move the default-src CSP thing to report-only for now
2018-05-01 23:44:23 +02:00
frju365
6c07296b9f
[Fix] ECdH curve not compatible with Jessie
2018-05-01 17:16:27 +02:00
frju365
57155c94d8
[Fix] ECDH curve not compatible
2018-05-01 17:15:55 +02:00
frju365
d497fd216a
Update server.tpl.conf
2018-04-28 21:40:39 +02:00
frju365
3a4ac25721
Update yunohost_admin.conf
2018-04-28 21:40:13 +02:00
frju365
1bb65cfdf8
[enh] add X25519 curve
2018-04-28 21:34:23 +02:00
frju365
f59eed7b7e
[enh] add X25519 curve
2018-04-28 21:33:49 +02:00
frju365
15a331ec5d
Update yunohost_admin.conf
2018-04-28 21:21:44 +02:00
frju365
d73789c546
Update server.tpl.conf
2018-04-28 21:21:25 +02:00
frju365
8c3c9e697a
[enh] ECDH Curves
2018-04-28 20:44:44 +02:00
frju365
0154f15d95
[enh] ECDH Curves
2018-04-28 20:42:57 +02:00
Maniack Crudelis
c20fa217a7
fix bad line
2018-04-24 00:02:07 +02:00
ljf
1b62e9425d
[enh] Allow to display part of log specified with path
2018-04-14 18:11:50 +02:00
ljf
650b768229
[enh] Replace category by related_to fields
2018-04-14 04:04:09 +02:00
Josue-T
ab2b7db0cf
Trigger error if app dependency install fails (Redmine 1006) + allow for 'or' in dependencies ( #381 )
...
* Solve issue https://dev.yunohost.org/issues/1006
I purpose this change to improve the helper 'ynh_install_app_dependencies'.
Before this change if the dependences are not installable the install didn't fail. By these change the helper generate an error and the install stop.
* Get the error if apt fail
* Remove old change
* Add dependence choice
2018-04-13 14:31:36 +02:00
Maniack Crudelis
6c7fb0cef2
Fix n usage ( #446 )
...
* Fix n usage
* Fix ynh_remove_nodejs as well
2018-04-13 14:28:58 +02:00
ljf
ba01168684
[enh] Allow to display all operation logs with one command
2018-04-03 20:38:56 +02:00
Maniack Crudelis
91d0965569
Add nodejs helpers ( #441 )
...
* Add nodejs helpers
* Typo fix
* Add explanation for load_n_path
* Remove useless line
* Remove another old useless line
* Move to a dedicated file
* Move to a dedicated file
* Fix check n already installed
2018-03-30 23:05:04 +02:00
Alexandre Aubin
9009b3f9d3
Handle disclaimers
2018-03-16 14:38:04 +01:00
Alexandre Aubin
c266147fd9
Be able to list only pending or done migrations
2018-03-16 14:38:04 +01:00
Alexandre Aubin
c568b04459
Manage the auto/manual flag in migrations_migrate
2018-03-16 14:38:04 +01:00
Josue-T
bdf923aafc
Solve issue with ynh_restore_file ( #384 )
...
* Solve issue with ynh_restore_file
While we use the `ynh_restore_file` if the destination already exist the `mv` fonction don't work correctly. By this commit the old directory is renamed.
* Move to /home/yunohost.conf file if already exist in restoration
* Remove if the file is bigger than 500Mo
* Use a local variable
* Fix DEST_PATH
* Fix comment and typo
* More precise comment regarding the behavior if DEST_PATH exists
2018-03-15 18:58:11 +01:00
Maniack Crudelis
65dab2022c
Merge branch 'unstable' into backup_core_only
2018-03-15 17:27:40 +01:00
Alexandre Aubin
af22474a50
Add some [internal] flags in the comment to hide a few helpers from autodoc
2018-03-10 19:01:37 +01:00
Alexandre Aubin
935b972d6e
Misc fixes in the helpers to clean the autodoc
2018-03-09 17:55:07 +01:00
Maniack Crudelis
8652435d8a
[fix] Remove warning from equivs
2018-03-08 18:53:21 +01:00
Alexandre Aubin
9a80635dbc
[fix] Fail2ban conf/filter was not matching failed login attempts...
2018-02-28 08:54:11 -05:00
Maniack Crudelis
79c7ba7615
Indentation fix...
2018-02-22 11:52:55 +01:00
Maniack Crudelis
b3c600ac1d
Merge branch 'unstable' into NO_BACKUP_UPGRADE
2018-02-22 11:51:27 +01:00
Laurent Peuch
c992085009
Merge pull request #404 from YunoHost/authorized_keys
...
[enh] add commands to manage authorized-keys of users
2018-02-15 05:51:57 +01:00
Laurent Peuch
79ee4cb13d
Merge pull request #403 from YunoHost/allow_ssh_user
...
Add commands to allow/disallow a yunohost user to connect in ssh
2018-02-15 05:51:46 +01:00
Laurent Peuch
bda19df019
Merge pull request #399 from frju365/unstable
...
Fix security of nginx headers .
2018-02-09 19:32:23 +01:00
frju365
6ab29260cf
[enh] Mozilla directives.
2018-02-09 16:25:09 +01:00