From b0e146ca66ee7aa09865b938786a8d32bc8aea3f Mon Sep 17 00:00:00 2001 From: perennial Date: Wed, 11 Sep 2024 22:21:49 +1000 Subject: [PATCH] docs: rework hosting index.md --- doc/hosting/index.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/doc/hosting/index.md b/doc/hosting/index.md index 4f4c313..2499912 100644 --- a/doc/hosting/index.md +++ b/doc/hosting/index.md @@ -1,5 +1,20 @@ -# Hosting documentation +--- +hide: + - toc +--- -This section contains documentation related to the hosting of PixivFE. +# Hosting Documentation -Useful for those who want to setup their own PixivFE instance. +This section covers the setup and deployment of a PixivFE instance. Relevant for individual users setting up personal instances and administrators deploying PixivFE for public use. + +## Overview + +The hosting documentation is comprised of the following files: + +1. [Environment Variables](environment-variables.md): Configuration options available through environment variables for customizing PixivFE. + +2. [Hosting PixivFE](hosting-pixivfe.md): Step-by-step installation and deployment procedures for a PixivFE instance. + +3. [Hosting an image proxy server for Pixiv](image-proxy-server.md): Functionality and configuration of the image proxy server, used to retrieve and serve images from Pixiv. + +4. [Obtaining the PIXIVFE_TOKEN cookie](obtaining-pixivfe-token.md): Instructions for acquiring the authentication token required for a PixivFE instance to interact with Pixiv's servers.