ljf (zamentur)

Results 37 comments of ljf (zamentur)

- [x] `yunohost tools postinstall [-h] [-p PASSWORD] [-d DOMAIN] [--subscribe [PASSWORD]|--no-subscribe] [--force-password] [--force-diskspace]` - [x] `yunohost domain add DOMAIN [--subscribe [PASSWORD]|--no-subscribe]` - [x] `yunohost domain remove DOMAIN [--unsubscribe [PASSWORD]|--no-unsubscribe]`...

## ## TODO ### CLI - [ ] Unit test - [x] Rename TSIG public_key into tsig_shared_key - [x] Add a Domain settings to activate or deactivate the automatic push...

Running a regen-conf every hour will display the pacman every hour on the yunohost-admin interface. Could be quite annoying. I suggest to put this daily and not hourly.

Just to say that it could be very useful to have this PR for timers, i use systemd timers inside #531 . For the moment, i will just run a...

So what's the status? is this PR needed ? Or https://github.com/YunoHost/yunohost/pull/977 is enough to fix the issue ?

## ipv4 only Do we include an option for ipv4 only use case too ? I recently debug a user who had a local ipv6 and public ipv4, as the...

- [x] Factorize get_public_ip (diagnoser and utils/network.py) - [x] Manage the case where you get differents ip from different IP services... - [x] Trigger a warning in diagnoser - [x]...

It's not a complete fix, but it could help a lot of person and be part of the solution (with this method: https://forum.yunohost.org/t/comment-editer-un-fichier-directement-sur-le-serveur/18323 ). This PR allows to conserve the...

I suggest to use this perl implementation instead https://github.com/weiss/ngx_http_upload . No new dependencies, no daemon to run. There is also a flask implementation: https://github.com/horazont/xmpp-http-upload In any case, Metronome should be...

I had the same bug (dubious ownership on composer) on an other instance with the same upgrade from the same version. ``` # yunohost --version yunohost: repo: stable version: 11.2.5...