Home

Awesome

<p align="center"> <img width="100px" src="https://github.com/sachinsenal0x64/picx-images-hosting/raw/master/heroku-software-deployment-software-development-postgr.7p22o7na4.webp" align="center" alt=":package: deploy-hifi-restapi-on-vercel" /> <h2 align="center">:package: Host HiFi REST API ON Heroku</h2> </p> <div align="center">

This is Hifi Tui core it base on this API and you can selfhost :)

</div>

<br><br>

:two_hearts: Community

:beers: Join the community: <a href="https://discord.gg/EbfftZ5Dd4">Discord</a>

<br>

❓ Requirements

[!TIP] You can access reverse api for free.

<br>

☁️ One-Click Deploy To Heroku

⛓️‍💥 THIS WILL BYPASS GEO RESTRICTED CONTENT

<a href="https://heroku.com/deploy?template=https://github.com/sachinsenal0x64/host-hifi-restapi-on-heroku" alt="Deploy to Heroku">
 <img width="150" alt="Deploy" src="https://www.herokucdn.com/deploy/button.svg"/>
</a>

<br><br>

📄 Documentation

<br>

🏠 Running Locally

🐳 Docker Hub

# Clone the Repo
https://github.com/sachinsenal0x64/hifi-tui

# Rename .env-example
cd hifi-tui/api
mv .env-example .env

# Run the Docker contaer
docker pull sachinsenal/hifi-proxy
docker run --env-file .env -p 8000:8000 hifi-tui

🐳 Docker Compose

# Clone the Repo
https://github.com/sachinsenal0x64/host-hifi-restapi-on-vercel

# Rename .env-example
cd host-hifi-restapi-on-vercel
mv .env-example .env

# Run the Docker contaer
docker-compose up

🐳 Docker File

# Clone the Repo
https://github.com/sachinsenal0x64/host-hifi-restapi-on-vercel

# Rename .env-example
cd host-hifi-restapi-on-vercel
mv .env-example .env

# Build the Docker image
docker build -t host-hifi-restapi-on-vercel .

# Run the Docker contaer
docker run --env-file .env -p 8000:8000 host-hifi-restapi-on-vercel

🎉 Your reverse proxy is now available at http://localhost:8000.

<br>

🦄 API SELF HOSTING

[!NOTE] This Required Tidal subscription / Redis & Fill the .env file. / Grab Tokens and Ids Using tidal_auth.py

[!TIP] You can access reverse api for free.

<br>
git clone https://github.com/sachinsenal0x64/hifi-tui
cd hifi-tui
cd api
mv env-example .env
pip install -r requirements.txt
python main.py

fastapi

🎉 Your reverse proxy is now available at http://localhost:5000.

<br>

🤝 Contributing

Contributions, issues and feature requests are welcome!<br />Feel free to check issues page.