Add update information

This commit is contained in:
mrjvs
2023-12-12 22:27:15 +01:00
parent 042023dd11
commit 3d75954235
5 changed files with 82 additions and 7 deletions

View File

@@ -3,4 +3,14 @@ title: 'Introduction'
---
# Introduction to the client
// EXPLAIN WHAT THE CLIENT DOES
The client is what the main part of the application, it houses the interface and all of the scraping logic.
## PWA
The client can be optionally ran as a PWA. This can be hard to do correctly and really hard to reverse, so it's generally not recommended to do so if you don't have experience hosting PWA's.
You can read more about it [here](../1.self-hosting/3.about-pwa.md).
## Configuration
The client has a decent amount of configuration options. You can view them all [here](./3.configuration.md).