Mathieu Trossevin mtrossevin
  • Joined on 2020-05-25
mtrossevin pushed to main at mtrossevin/_cargo-index 2023-11-28 09:19:06 +01:00
caa3f4dae2 Update i2api-utils
mtrossevin pushed to main at mtrossevin/_cargo-index 2023-11-28 09:18:37 +01:00
4b48c2c069 Update icinga_api
mtrossevin opened issue evolix/evocheck#150 2023-11-22 17:22:54 +01:00
IS_EVOBACKUP_EXCLUDE_MOUNT fail to work on old evobackup versions
mtrossevin commented on issue evolix/evoadmin-web#75 2023-11-22 17:02:42 +01:00
Génériser gestion versions de PHP (multi-php)

Paths were standardized for new php version from 7.0 onward in Debian so it is definitely possible :

In the case of https://gitea.evolix.org/evolix/evoadmin-web/src/commit/e76ea90d89706699ace218

mtrossevin commented on issue evolix/evoadmin-web#80 2023-11-22 16:40:28 +01:00
Reset web account password

If we are doing this, we should almost certainly do three things (which we should already do on account creation when no password is provided but we don't) :

  1. Make the generated password much…
mtrossevin commented on issue evolix/minifirewall#13 2023-11-22 16:25:46 +01:00
error "parameter not set"

And this is the case since a600d03ab4 (though the message was worse than it currently is).

mtrossevin commented on issue evolix/minifirewall#13 2023-11-22 16:21:07 +01:00
error "parameter not set"

See 2bdcf01882/minifirewall (L1257-L1332)

More specifically the fallback at the very end which is hit if no…

mtrossevin commented on issue evolix/minifirewall#13 2023-11-22 16:18:30 +01:00
error "parameter not set"

This is already the case, you were using an older version where it wasn't.

mtrossevin closed issue evolix/minifirewall#13 2023-11-22 16:18:30 +01:00
error "parameter not set"
mtrossevin pushed to bind-add-ng-fix-regex at evolix/evoadmin-web 2023-11-17 15:44:45 +01:00
28a16a24cf Merge remote-tracking branch 'origin/unstable' into bind-add-ng-fix-regex
6951d1fd33 Merge branch 'master' into unstable
0dfb19faea Remove undue commit
8e15676d05 Improve op_del improvement
f5fe462248 Revert "Fix missing ITK admin link for multi PHP"
Compare 123 commits »
mtrossevin commented on pull request evolix/evoacme#1 2023-11-17 15:30:28 +01:00
Use genpkey instead of genrsa to generate private keys

ping

mtrossevin suggested changes for evolix/ansible-roles#168 2023-11-17 15:28:17 +01:00
WIP: Fix debian 10+ php 5.6 container creation

NAK

mtrossevin commented on pull request evolix/evoadmin-web#50 2023-11-17 15:15:42 +01:00
Added add_domain_slave.sh
  1. What is this empty command ?
mtrossevin commented on pull request evolix/evoadmin-web#50 2023-11-17 15:15:42 +01:00
Added add_domain_slave.sh

Should almost definitely also add Auto-Submitted: auto-generated header in the mail.

mtrossevin commented on pull request evolix/evoadmin-web#50 2023-11-17 15:15:42 +01:00
Added add_domain_slave.sh

Should be using mktemp(1).

mtrossevin commented on pull request evolix/evoadmin-web#50 2023-11-17 15:15:42 +01:00
Added add_domain_slave.sh

Should be using example.com here too.

mtrossevin suggested changes for evolix/evoadmin-web#50 2023-11-17 15:15:42 +01:00
Added add_domain_slave.sh

NAK

mtrossevin commented on pull request evolix/evoadmin-web#51 2023-11-17 15:02:49 +01:00
Use extended regex

Though it probably should be merged into unstable instead of master.

mtrossevin approved evolix/evoadmin-web#51 2023-11-17 15:01:58 +01:00
Use extended regex
mtrossevin commented on pull request evolix/evoadmin-web#73 2023-11-17 14:53:48 +01:00
Migrate away from apache access_compat to authz_host.

Shouldn't it also require a Require all denied or to be in a <RequireAll></RequireAll> ? I'm not certain on if Require valid-user generate a negative or neutral result if it isn't matched.