From 1bcfa1f0cb10ce5ff4727ff634cd06609c7681f6 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Fri, 17 May 2024 16:02:04 +0200 Subject: Use a less common port. When working on multiple websites the same time, having every website using the port 8080 by default isn't very convenient. In addition here we need a number that is somewhat easy to remember and possibly meaningful for each website, so in general that not easy to choose. But since ports over 1024 can usually be used by non-root users, we can also use years. And the book "Do Androids Dream of Electric Sheep?" by Phillip K. Dick was published in 1968. As I remember the name 'Replicant' was found by Bradley Kuhn and comes from both Blade Runner and the fact that we 'Replicate' the Android operating system with fully free software. And since so having a number that is at the same time the year of publication of that book, and also where events probably happened in every place around the world or in people's lives could help remember it. Signed-off-by: Denis 'GNUtoo' Carikli --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a091b90..1b29a16 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ GUIX_PYTHON_PACKAGES ?= python python-beautifulsoup4 python-html2text python-sh CONVERT ?= $(GUIX_SHELL) $(GUIX_PYTHON_PACKAGES) -- python3 wordpresshtml2commonmark.py HAUNT ?= $(GUIX_SHELL) --with-patch=guile=patches/$(GUILE_PATCH) haunt -- haunt -HAUNT_PORT ?= 8080 +HAUNT_PORT ?= 1968 VENDOR_REPLICANT_ARTWORK_REV ?= fc213d2ca94cef9047d1e4a71c21c4c4c87f349d VENDOR_REPLICANT_ARTWORK_PATH ?= external/vendor_replicant_artwork -- cgit v1.2.3