mirror of
https://github.com/LogicLabs-OU/OpenArchiver.git
synced 2026-04-06 00:31:57 +02:00
Docs update
This commit is contained in:
@@ -40,7 +40,7 @@ Open Archiver is built on a modern, scalable, and maintainable technology stack:
|
||||
### Prerequisites
|
||||
|
||||
- [Docker](https://docs.docker.com/get-docker/) and [Docker Compose](https://docs.docker.com/compose/install/)
|
||||
- A server or local machine with at least 2GB of RAM.
|
||||
- A server or local machine with at least 4GB of RAM (2GB of RAM if you use external Postgres, Redis (Valkey) and Meilisearch instances).
|
||||
|
||||
### Installation
|
||||
|
||||
|
||||
@@ -1,9 +1,15 @@
|
||||
import { defineConfig } from 'vitepress';
|
||||
|
||||
export default defineConfig({
|
||||
title: 'Open Archiver Documentation',
|
||||
title: 'Open Archiver',
|
||||
description: 'Official documentation for the Open Archiver project.',
|
||||
themeConfig: {
|
||||
search: {
|
||||
provider: 'local'
|
||||
},
|
||||
logo: {
|
||||
src: './assets/logo-sq.svg'
|
||||
},
|
||||
nav: [
|
||||
{ text: 'Home', link: '/' },
|
||||
{ text: 'User Guides', link: '/user-guides/email-providers/' }
|
||||
|
||||
19
docs/assets/logo-sq.svg
Normal file
19
docs/assets/logo-sq.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 164 KiB |
@@ -5,7 +5,7 @@ This guide will walk you through setting up Open Archiver using Docker Compose.
|
||||
## Prerequisites
|
||||
|
||||
- [Docker](https://docs.docker.com/get-docker/) and [Docker Compose](https://docs.docker.com/compose/install/) installed on your server or local machine.
|
||||
- A server or local machine with at least 2GB of RAM.
|
||||
- A server or local machine with at least 4GB of RAM (2GB of RAM if you use external Postgres, Redis (Valkey) and Meilisearch instances).
|
||||
- [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) installed on your server or local machine.
|
||||
|
||||
## 1. Clone the Repository
|
||||
|
||||
Reference in New Issue
Block a user