No description
This repository has been archived on 2026-03-24. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • C 77.1%
  • Tcl 15.3%
  • HTML 2.5%
  • Perl 1.5%
  • Makefile 0.8%
  • Other 2.6%
Find a file
2023-05-04 22:25:54 +03:00
.vscode Initial Commit baby! 2023-04-29 08:51:18 +03:00
src Fixed problems in .deb and improved docker error handling 2023-05-04 22:13:56 +03:00
.gitignore Initial Commit baby! 2023-04-29 08:51:18 +03:00
build_all.sh Organized code and fixed bugs 2023-05-04 20:48:37 +03:00
LICENSE Initial Commit baby! 2023-04-29 08:51:18 +03:00
package-lock.json Updated README. Added rpm 2023-05-04 22:25:54 +03:00
package.json Updated README. Added rpm 2023-05-04 22:25:54 +03:00
README.md Updated README. Added rpm 2023-05-04 22:25:54 +03:00

LibRedirect Frontends Manager

Host frontends locally on your computer rather than relying on 3rd party instances, and anonymize your IP through Loki (still not implemented). A much better trust-less model.

Installed Frontends:

For Managing the frontends:

Development Linux

Install Docker

sudo snap install node --channel=14/stable --classic # Newer versions aren't working
git clone --depth 1 https://github.com/libredirect/frontends_manager
cd frontends_manager/
npm install
npm run start

Development Windows

Install Docker
Install Node.js v18

git clone --depth 1 https://github.com/libredirect/frontends_manager
cd frontends_manager
npm install
npm run start