mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
chore: ⬆️ Upgrade Bun to 1.2.0
This commit is contained in:
parent
e32b6f9f8e
commit
c4339e64bd
7 changed files with 17 additions and 8 deletions
|
|
@ -2,15 +2,15 @@
|
|||
|
||||
## Requirements
|
||||
|
||||
- The [Bun Runtime](https://bun.sh), version 1.1.25 or later (usage of the latest version is recommended)
|
||||
- Versia Server will not work on lower versions than 1.1.25.
|
||||
- The [Bun Runtime](https://bun.sh), version 1.2.0 or later (usage of the latest version is recommended)
|
||||
- Versia Server will not work on lower versions than 1.2.0.
|
||||
- A PostgreSQL database
|
||||
- (Optional but recommended) A Linux-based operating system
|
||||
- (Optional if you want search) A working [Sonic](https://github.com/valeriansaliou/sonic) instance
|
||||
|
||||
> [!WARNING]
|
||||
> Versia Server has not been tested on Windows or macOS. It is recommended to use a Linux-based operating system to run Versia Server.
|
||||
>
|
||||
>
|
||||
> We will not be offering support to Windows or macOS users. If you are using one of these operating systems, please use a virtual machine or container to run Versia Server.
|
||||
|
||||
## With Docker/Podman
|
||||
|
|
@ -92,4 +92,4 @@ Updating the server is as simple as pulling the latest changes from the reposito
|
|||
|
||||
For Docker, you can run `docker-compose pull` to update the Docker images.
|
||||
|
||||
Sometimes, new configuration options are added to `config.example.toml`. If you see a new option in the example file, you should add it to your `config.toml` file.
|
||||
Sometimes, new configuration options are added to `config.example.toml`. If you see a new option in the example file, you should add it to your `config.toml` file.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue