From 48e5d45b3f09e1dfbb714ef96c04ee8c12ba04c8 Mon Sep 17 00:00:00 2001 From: Christian Winther Date: Mon, 15 Jan 2024 19:43:52 +0000 Subject: [PATCH] improve faq --- docker/README.md | 5 +++-- docker/faq.md | 6 ++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/docker/README.md b/docker/README.md index bb3389965..ea1870fd3 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1,8 +1,9 @@ # Pixelfed + Docker + Docker Compose * [Setting up a new Pixelfed server with Docker Compose](new-server.md) - * [I already have a SSL certificate, how do I use it?](faq.md#i-already-have-a-proxy-how-do-i-disable-the-included-one) - * [I already have an proxy / how do I disable the Nginx proxy](faq.md#i-already-have-a-ssl-certificate-how-do-i-use-it) +* [Frequently Asked Question / FAQ](faq.md) + * [How do I use my own Proxy server?](faq.md#how-do-i-use-my-own-proxy-server) + * [How do I use my own SSL certificate?](faq.md#how-do-i-use-my-own-ssl-certificate) * [Understanding Pixelfed Container runtimes (Apache, FPM, Nginx + FPM)](runtimes.md) * [Apache](runtimes.md#apache) * [FPM](runtimes.md#fpm) diff --git a/docker/faq.md b/docker/faq.md index f1354f1c3..39a81f99d 100644 --- a/docker/faq.md +++ b/docker/faq.md @@ -1,6 +1,6 @@ # Pixelfed Docker FAQ -## I already have a Proxy, how do I disable the included one? +## How do I use my own Proxy server? No problem! All you have to do is: @@ -11,7 +11,9 @@ No problem! All you have to do is: * The port is controlled by the `DOCKER_WEB_PORT_EXTERNAL_HTTP` key in `.env`. * The setting is near the bottom of the file. -## I already have a SSL certificate, how do I use it? +## How do I use my own SSL certificate? + +No problem! All you have to do is: 1. Change the `DOCKER_PROXY_ACME_PROFILE` key/value pair in your `.env` file to `"disabled"`. * This disabled the `proxy-acme` service in `docker-compose.yml`.