/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.oddbit.com
| | www.thepolyglotdeveloper.com
3.3 parsecs away

Travel
| | Learn how to deploy a Couchbase NoSQL database as a Docker container and cluster several Couchbase containers into an ultimate NoSQL cluster.
| | davquar.it
2.9 parsecs away

Travel
| | Umami is an open-source, privacy oriented and lightweight web analytics service written in Node. Umami is super easy and quick to self-host, and in this post we'll see a setup with Docker Compose.
| | dnsmichi.at
2.4 parsecs away

Travel
| | When Ghost 4 [https://ghost.org/changelog/4/] was released earlier this year, I've looked into the upgrade from the initial v3 based setup in docker-compose [https://dnsmichi.at/2020/02/09/new-blog/]. Unfortunately, the container based setup is not officially supported, and there were no upgrade guides [https://ghost.
| | hjr265.me
14.5 parsecs away

Travel
| HTTP3 is here. Well, almost. If you are using NGINX, you can update to the mainline version and start using HTTP3 today experimentally. Installing NGINX Mainline As of writing this blog post, NGINX v1.24 is the latest stable version. But, HTTP3 is available in v1.25. On Ubuntu/Debian-esque servers, the easiest way to install the mainline NGINX version is to use NGINX's official repository. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 apt install curl gnupg2 ca-certificates lsb-release debian-archive-keyring # Import the official NGINX signing key.