PrincipalEngineer1

joined 10 months ago
[–] PrincipalEngineer1@alien.top 1 points 10 months ago (1 children)

The design of a landing page is hard for sure. But using a design system (like TailwindCSS, daisyUI, etc.) or event templates simplifies things compared to manually writing CSS styles.

But for me writing good meaningful texts is even harder than design. Of course, the design has to be eye-catching, but if visitors doesn't fully understand what your product does from the text, it's a catastrophe. Also, texts should not be too long cause nobody will read them. Thus, I first write the initial text, then simplify it over and over again, Then show to multiple mates to get the feedback and fix parts that they didn't understand. Sometimes remove ambiguous sentences, sometimes add extra explanation.

 

Hi everyone,

I want to share my open source project letsencrypt-docker-compose that provides a Docker Compose project and a CLI configuration management tool to automatically obtain and renew free Let's Encrypt SSL/TLS certificates and set up HTTPS in Nginx for multiple domain names.

Nginx is configured to support IPv4, IPv6, HTTP/1.1, HTTP/2, and optionally, WebSocket, and can be configured to serve static content, as a reverse proxy for a backend, or for PHP-FPM.

The project was released in 2020 and has been continuously improved since then. The CLI configuration management tool was added in 2023 to to make setup and usage as easy as possible.

The source code is available on GitHub.

Why was it created?

When using Kubernetes Let's Encrypt SSL/TLS certificates can be easily obtained and installed using cloud native certificate management solutions.

For simple websites and applications, Kubernetes is too much overhead and Docker Compose is more suitable. Thus, this project was created to easily manage, install and auto-renew free SSL/TLS certificates with Docker Compose.

How it works?

There are three main services in the Docker Compose project:

  1. nginx,
  2. certbot for obtaining and renewing certificates,
  3. cron for triggering certificates renewal,

and one additional service cli for interactive configuration.

Performing an initial setup using the CLI tool

Features

In addition to obtaining and automatically renewing SSL/TLS certificates, the following features are supported:

  • Switching from staging to a Let's Encrypt production environment;
  • Adding new domains without downtime;
  • Removing existing domains without downtime;
  • Manually renewing all Let's Encrypt certificates;
  • Running on a local machine not directed to by DNS records;
  • Advanced Nginx configuration.

Documentation is available on GitHub.

[–] PrincipalEngineer1@alien.top 1 points 10 months ago

Agree. Not using flags at all, or using ISO 639-2 language code instead is a better choice.

BTW, Apple has replaced the multicolored country flag icons used to identify many of its different language input sources/keyboard layouts with monochrome square icons containing letters that indicate the language with version 12.4 of MacOS Monterey in 2022. Not so long ago.

[–] PrincipalEngineer1@alien.top 1 points 10 months ago (3 children)

I like the website.

In the language selection section at the bottom flags are images. I'd rather make them emojies: 🇬🇧, 🇪🇸.

Do you already have a plan how to promote the website?

[–] PrincipalEngineer1@alien.top 1 points 10 months ago

Great topic. Good article. To make it even better, consider adding screenshots of effective and not effective landing pages. Or even start with some good looking landing page as an example and step by step improve it with explanation until it becomes "perfect". It will be very interesting to compare the screenshots before and after.