Skip to content

Commit

Permalink
doc: update docs for new self-host options
Browse files Browse the repository at this point in the history
  • Loading branch information
unmonoqueteclea committed Oct 20, 2023
1 parent 9a0e29d commit 9326694
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,28 @@ will find related content in thousands of episodes.
> src='https://storage.ko-fi.com/cdn/kofi3.png?v=3' border='0' alt='Buy
> Me a Coffee at ko-fi.com' /></a>
![Voilib](./docs/voilib.gif)

▶️ You can run **your own instance** of Voilib in your server, it
doesn't depend on any external paid service. You can start by reading
[deployment docs](./infra/readme.md) and its [first run tasks
section](./infra/readme.md#first-run-tasks).
## ▶️ run your own instance now!

You can run **your own instance** of Voilib in your server, it
doesn't depend on any external paid service.

![Voilib](./docs/voilib.gif)
```
mkdir voilib && cd "$_"
curl https://raw.githubusercontent.com/unmonoqueteclea/voilib/main/compose.yml -o compose.yml
docker compose up
```

You will need an admin user and password. By default user
`voilib-admin` with password `*audio*search*engine*` will be created.

After all services are up, jump to
[http://localhost:8501](http://localhost:8501) and follow the
instructions. You can also check [first run tasks
section](./infra/readme.md#first-run-tasks).

More information about deployments in [infra/readme](./infra/readme.md).


## ❓ how it works
Expand Down

0 comments on commit 9326694

Please sign in to comment.