Skip to content

Davilarek/TekstoLibre

Repository files navigation

TekstoLibre

A free & open source Tekstowo front-end.

It currently uses latest build of Tekstowo-Unofficial-API with SirJoshProxy option.

Self-hosting

Manual

To self host, you need to have Node.js installed (latest LTS recommended).

  1. Clone this repo
  2. cd to your cloned directory
  3. If you want to host with JavaScript disabled, run node server.js false, If JS is ok for you, node server.js

Docker

Pull the image as usual, and then run
docker run -p7778:7778 <your image name>
If you want to host with JavaScript disabled, run
docker run -p7778:7778 -eNO_JS=true <your image name>
Obviously, replace <your image name> with your actual image name.

Features

  • Search bar
  • Lyrics + translation view
  • "Go to official" button
  • Artist's song list
  • Artist details
  • Popular songs list
  • Popular artists list
  • Wanted translations list
  • Wanted lyrics list
  • Translation edit history
  • Lyrics edit history
  • Comments view
  • Song's video

Not planned