From a0518f5baf7d07f515be2fc3817258d10ffa0c05 Mon Sep 17 00:00:00 2001 From: tiyn Date: Thu, 8 Sep 2022 00:28:11 +0200 Subject: [PATCH] nginx: updated --- .../nasourso_-_nginx-certbot-docker-tui.md | 22 ------------------- wiki/nginx.md | 4 ++-- 2 files changed, 2 insertions(+), 24 deletions(-) delete mode 100644 wiki/docker-images/nasourso_-_nginx-certbot-docker-tui.md diff --git a/wiki/docker-images/nasourso_-_nginx-certbot-docker-tui.md b/wiki/docker-images/nasourso_-_nginx-certbot-docker-tui.md deleted file mode 100644 index de287ac..0000000 --- a/wiki/docker-images/nasourso_-_nginx-certbot-docker-tui.md +++ /dev/null @@ -1,22 +0,0 @@ -# nasourso - nginx-certbot-docker-tui - -This is a docker container for [nginx](../nginx.md) with an easily usable -terminal user interface. -The official script/image and documentation [nasourso](https://github.com/nasourso/nginx-certbot-docker-tui). -The first step is downloading it. - -`wget https://raw.githubusercontent.com/nasourso/nginx-certbot-docker-tui/master/src/ncdt.sh` - -You can just run the script and it will install all needed dependencies. -After that just go ahead and start the container. -You can then configure reverse proxies by adding websites. - -## rebuild.sh - -```shell -#!/bin/sh -docker-compose down -docker pull nginx:latest -docker pull certbot/certbot:latest -docker-compose up -d -``` diff --git a/wiki/nginx.md b/wiki/nginx.md index 4e98b0c..f94df7b 100644 --- a/wiki/nginx.md +++ b/wiki/nginx.md @@ -6,8 +6,8 @@ An alternative solution for this, especially when used in combination with ## Server -A server can be setup via docker with the -[nasourso image](./docker-images/nasourso_-_nginx-certbot-docker-tui.md). +A server can be setup via docker with a terminal user interface program for +nginx and certbot, which is called nginx-certbot-docker-tui or short ncdt. Alternatively the standalone [nginx image](./docker-images/nginx.md) can be used.