this post was submitted on 20 Oct 2023
1 points (100.0% liked)

Self-Hosted Main

502 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

Some of you asked me for an easy way to self-host Voilib, I've just released v3.0.0 where you can run your own instance in a few seconds!

mkdir voilib && cd voilib 
curl https://raw.githubusercontent.com/unmonoqueteclea/voilib/main/compose.yml -o compose.yml 
docker compose up

More at https://github.com/unmonoqueteclea/voilib

​

https://i.redd.it/8fms282eievb1.gif

For those who don't know yet, Voilib offers semantic search in thousands of minutes of high-quality transcriptions of podcasts. Just type your query in English πŸ‡ΊπŸ‡Έ or Spanish πŸ‡ͺπŸ‡Έ and we will find related content in thousands of episodes. You can check the cloud version at https://voilib.com

This new version also includes also a streamlit-based dashboard to trigger daily management tasks!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 11 months ago (2 children)

Nice, sounds like a useful system - just one issue, thought Id post here to ask- I am running on Synology/docker which already uses port 80. Tried to change yours to port 82 instead of 80 and the cmd port 80 to 82 and still cannot login. You might want to make all the ports variable with a bit of documentation on how to properly change and where.

Thank you