From 5991b8cb09bbb361156664b525cc9b24b275f49d Mon Sep 17 00:00:00 2001 From: Glenn Date: Tue, 24 Jan 2023 14:08:19 +0100 Subject: [PATCH] doc: Add README --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index e69de29..00db45f 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,18 @@ + +# Dokku setup + +Create app + + ssh dokku@danaos.infra.glenux.net apps:create socialweb + +Configure proxy + + dokku config:set $app --no-restart + +Configure apps + +Configure letsencrypt + +Restart + + dokku ps:restart