Deploying
NOTE: Python 3.12 or higher is required.
Installation
or
Configuration
Please see the configuration guide.
Running the Server
The server will start listening on the port defined in /etc/vona/config.toml (default 5000).
Setting up the Reverse Proxy
Nginx
If you use Nginx, add the following server section inside the http section of /etc/nginx/nginx.conf:
You need to make some edits. When you are done, run:
Caddy
Create /etc/caddy/conf.d/vona_caddyfile and enter this (substitute for your server name):
You need to make some edits again. Afterwards, run:
5. Updating Vona
or