feat(docs): add networking
This commit is contained in:
parent
7eace1e6bd
commit
a60145137c
2 changed files with 101 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
- [Features](#features)
|
||||
- [Installation](#installation)
|
||||
- [Getting Started with Docker (Recommended)](#getting-started-with-docker-recommended)
|
||||
- [Exposing to network](#exposing-to-network)
|
||||
- [Non-Docker Installation](#non-docker-installation)
|
||||
- [Ollama connection errors](#ollama-connection-errors)
|
||||
- [One-Click Deployment](#one-click-deployment)
|
||||
|
@ -82,6 +83,10 @@ There are mainly 2 ways of installing Perplexica - With Docker, Without Docker.
|
|||
|
||||
**Note**: After the containers are built, you can start Perplexica directly from Docker without having to open a terminal.
|
||||
|
||||
#### Exposing to network
|
||||
|
||||
If you wish to expose Perplexica to your network and use it accross all devices on that network you can read [NETWORKING.md](https://github.com/ItzCrazyKns/Perplexica/blob/master/docs/installation/NETWORKING.md).
|
||||
|
||||
### Non-Docker Installation
|
||||
|
||||
1. Clone the repository and rename the `sample.config.toml` file to `config.toml` in the root directory. Ensure you complete all required fields in this file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue