From 118bdf0cdf30ad95476932afedca0771064ca2c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Peters?= Date: Tue, 15 May 2018 10:32:00 +0200 Subject: [PATCH] Fix SQL host --- docs/third_party-gogs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/third_party-gogs.md b/docs/third_party-gogs.md index 2aa744dcb..61d45975c 100644 --- a/docs/third_party-gogs.md +++ b/docs/third_party-gogs.md @@ -47,7 +47,7 @@ mysql> GRANT ALL PRIVILEGES ON gogs.* to gogs; 5\. Run `docker-compose up -d` to bring up Gogs container. Verify with `curl http://172.22.1.123:3000/` that it is running. -6\. Proceed to installer from browser, for the time being using direct url `http://${MAILCOW_HOSTNAME}:${GOGS_WWW_PORT}/`, for example `http://example.org:3000/`. For database details set `172.22.1.2` as database host, user `gogs`, database name `gogs` and password as set above +6\. Proceed to installer from browser, for the time being using direct url `http://${MAILCOW_HOSTNAME}:${GOGS_WWW_PORT}/`, for example `http://example.org:3000/`. For database details set `mysql` as database host, user `gogs`, database name `gogs` and password as set above 7\. Once install is complete, login as admin and in settings - authorization enable SMTP. SMTP Host should be `172.22.1.8` with port `587`. You'll probably want to set `Skip TLS Verify`.