1
0
Fork 0

improve faq

This commit is contained in:
Christian Winther 2024-01-15 19:43:52 +00:00
parent 98660760c9
commit 48e5d45b3f
2 changed files with 7 additions and 4 deletions

View File

@ -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)

View File

@ -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`.