am97

Results 13 issues of am97

### Steps to reproduce 1. Go to https://internethealthreport.org/v01/privacy-and-security/?utm_source=dev-newsletter&utm_medium=email&utm_campaign=jan26 ![1](https://cloud.githubusercontent.com/assets/18473412/22355847/9128b474-e42d-11e6-9a34-113b718c1b58.png) 2. Select a rotated text from any of the graphics ![2](https://cloud.githubusercontent.com/assets/18473412/22355848/912af392-e42d-11e6-8477-85e916d75b8b.png) 3. Anotate it ![3](https://cloud.githubusercontent.com/assets/18473412/22355851/912ef758-e42d-11e6-8b98-7ac148362948.png) 4. The text disapears! ![4](https://cloud.githubusercontent.com/assets/18473412/22355849/912c274e-e42d-11e6-91ae-519bcb9d8cba.png) 5....

This is a port of #3356 for the `master` branch. It fixes GitLab authentication when group sync is disabled and the token has only `read_user` scope, as reported in SONAR-21589.

SonarQube 9.9.4 breaks GitLab authentication when group sync is disabled and the token has only `read_user` scope, as reported in SONAR-21589. (This used to work fine on v9.9.3) The first...

### Context Follow-up of #3485 Besides Certbot and Traefik, which are actually supported by DMS, there are a lot of programs that can obtain and renew SSL certificates (Caddy, acme.sh...

kind/new feature
meta/help wanted
area/security
area/scripts
area/features
kind/improvement
stale-bot/ignore

* /run/haproxy.pid is not used * seamless reload is not functional and causes a warning at startup: `[WARNING] 213/153256 (1) : Can't open server state file '/var/lib/haproxy/server-state': No such file...

Now that `musl-locales` is [packaged for Alpine](https://pkgs.alpinelinux.org/package/v3.19/main/x86_64/musl-locales) (since 3.12), this image can be simplified

## Description On Debian 9, the Docker package name changed from `docker-engine` to `docker-ce`. `docker-machine upgrade` fails on machines running Debian 9 or higher because `apt-get` doesn't find `docker-engine`: ```...

This PR reduces significantly the size of the typesense/docsearch-scraper-base image by making some optimizations and removing Node.js, which has been in this project since the first commit but isn't used...

Should fix #484 Maildev currently listens on IPv4 only, which causes the healthcheck to fail with some Docker versions or custom daemon settings. Most dockerized apps that I've seen listen...

This PR makes the following changes: - Fix testing section - A `curl` to localhost from another container wont work. The correct host would be 172.17.0.1 most of the time,...