Kategorien
Allgemein

Authentication issues with Google API - Androidpublisher

Setting up projects with Google API and Google Play Developer API can be quite confusing when done only once per year. Here are a couple of hints I do not want to forget. The API can only be managed by the owner of your Google Play Developer account https://developers.google.com/android-publisher/getting_started states. However, you might overlook this […]

Kategorien
Allgemein

phpMyAdmin Docker Image with SSL/TLS

The official Docker phpMyAdmin Image does not come with any documented configuration option for SSL/TLS certificates. However the image runs an Apache2 webserver with pretty much default configuration. In case you need SSL/TLS and you do not want to run phpMyAdmin behind a proxy you can build your own Docker Image by creating a Dockerfile […]