docs: rework hosting index.md

This commit is contained in:
perennial
2024-09-11 22:21:49 +10:00
parent 80673b3c6b
commit b0e146ca66
+18 -3
View File
@@ -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.