Zepmann

Results 15 issues of Zepmann

## Current behavior (based on [disabled federation](https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/configuring-playbook-federation.md#disabling-federation=)] Configuration in a host_vars vars.yml file: ``` matrix_synapse_federation_port_enabled: false matrix_nginx_proxy_proxy_matrix_federation_api_enabled: false ``` Run and result: ``` $ ansible-playbook -i inventory/hosts setup.yml --tags=self-check (...)...

Launchy is almost perfect. What it lacks is re-ordering of the favorites. This is useful if some applications are more often used compared to others. These 'favorite favorites' can be...

enhancement

Useful for scripting and not getting stuck on a password prompt (in case a key has not been configured correctly on the side of the client or server). From ssh_config(5):...

feature request

From the [ssh_config man page](https://man.openbsd.org/ssh_config): > If this flag is set to **accept-new** then ssh will automatically add new host keys to the user's known_hosts file, but will not permit...

Dropbear's `ssh` client supports using `-y` and `-y -y` for various (insecure) levels of remote key handling. This is not supported by `scp`. This feature request proposes to add `-y`...

For servers which host everything locally, it is unnecessary to use the TCP/IP stack for local client-server connections. Many services which support LDAP for authentication support [unix domain sockets](https://en.wikipedia.org/wiki/Unix_domain_socket). Examples...

enhancement
backend
ldap
rust

Currently it is not possible to configure lldap on the command line. It would be nice to have a command line tool that could perform the same functions as the...

integration

The decode function assumes that the special characters in the used Base64 alphabet are always at positions 62 and 63. This is not always true. The alphabet used by [crypt...

### Context Docker Mailserver uses Redis. Redis [screwed around](https://redis.com/blog/redis-adopts-dual-source-available-licensing/) with their license. Redis was originally licensed exclusively under the BSD-3 license, which is quite compatible with Docker Mailserver's MIT license....

area/features
kind/improvement
stale-bot/ignore
kind/upstream

I'm trying to build the plugin for the latest [Gotify server docker release](https://hub.docker.com/r/gotify/server) (which is based on Gotify v2.6.1), but fail on a dependency related to crypto/sha3 due to incompatible...