mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-12 17:44:31 +00:00
improve faq
This commit is contained in:
parent
98660760c9
commit
48e5d45b3f
2 changed files with 7 additions and 4 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Pixelfed + Docker + Docker Compose
|
# Pixelfed + Docker + Docker Compose
|
||||||
|
|
||||||
* [Setting up a new Pixelfed server with Docker Compose](new-server.md)
|
* [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)
|
* [Frequently Asked Question / FAQ](faq.md)
|
||||||
* [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)
|
* [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)
|
* [Understanding Pixelfed Container runtimes (Apache, FPM, Nginx + FPM)](runtimes.md)
|
||||||
* [Apache](runtimes.md#apache)
|
* [Apache](runtimes.md#apache)
|
||||||
* [FPM](runtimes.md#fpm)
|
* [FPM](runtimes.md#fpm)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Pixelfed Docker FAQ
|
# 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:
|
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 port is controlled by the `DOCKER_WEB_PORT_EXTERNAL_HTTP` key in `.env`.
|
||||||
* The setting is near the bottom of the file.
|
* 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"`.
|
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`.
|
* This disabled the `proxy-acme` service in `docker-compose.yml`.
|
||||||
|
|
Loading…
Reference in a new issue