mirror of
https://github.com/versia-pub/frontend.git
synced 2026-06-14 07:29:15 +02:00
feat: ✨ Allow specifying an Onion API host URL
This commit is contained in:
parent
b2989e898e
commit
7b13265d47
3 changed files with 10 additions and 0 deletions
|
|
@ -75,6 +75,8 @@ services:
|
|||
- lysand-net
|
||||
environment:
|
||||
NUXT_PUBLIC_API_HOST: https://yourserver.com
|
||||
# For Tor users, set the following environment variable in addition to the above
|
||||
# NUXT_PUBLIC_ONION_API_HOST: http://youronionserver.onion
|
||||
```
|
||||
|
||||
Then, the frontend will be available at `http://localhost:3000` inside the container. To link it to a Lysand Server, set the `NUXT_PUBLIC_API_HOST` environment variable to the server's URL.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue