Update Config

Internet Addict 2025-02-21 18:49:38 +00:00
parent cc5dcd278d
commit c2207a9a09

@ -49,6 +49,17 @@ This page documents all configuration variables available in `config.ini`, inclu
- Example: - Example:
- `proxy1.example.com:8080:user1:pass1,proxy2.example.com:8080` - `proxy1.example.com:8080:user1:pass1,proxy2.example.com:8080`
## MetaSearch Configuration
| **Key** | **Description** | **Default Value** | **Possible Values** |
| ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------- |
| `Text` | A comma-separated list of **text search engines** in the exact order to query. Engines not listed are skipped. | `Google,Brave,DuckDuckGo` | `Google`, `LibreX`, `Brave`, `DuckDuckGo` |
| `Image` | A comma-separated list of **image search engines** in the exact order to query. Engines not listed are skipped. | `Qwant,Bing,DeviantArt` | `Qwant`, `Bing`, `DeviantArt` |
| `Files` | A comma-separated list of **file/torrent search engines** to enable (in any order). | `TorrentGalaxy,ThePirateBay` | `TorrentGalaxy`, `ThePirateBay` |
| `Video` | A comma-separated list of **piped instances** to use for video searching, fastest one is used first. | `api.piped.yt,pipedapi.moomoo.me,pipedapi.darkness.services,pipedapi.kavin.rocks,`... | Any valid Piped instance domain |
| `LibreXInstances` | A comma-separated list of **LibreX / LibreX-Y** endpoints. The application queries each domain in order, aggregating results from all that respond. | `librex.antopie.org` | Any valid LibreX domain |
## Crawling and Indexing ## Crawling and Indexing
| **Variable** | **Description** | **Default Value** | **Possible Values** | | **Variable** | **Description** | **Default Value** | **Possible Values** |