No description
- C 77.1%
- Tcl 15.3%
- HTML 2.5%
- Perl 1.5%
- Makefile 0.8%
- Other 2.6%
| .vscode | ||
| src | ||
| .gitignore | ||
| build_all.sh | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
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:
- BreezeWiki (inux)
- LibReddit (linux, windows)
- Nitter (linux)
- Rimgo (linux, windows)
- SimplyTranslate (linux)
- AnonymousOverflow (linux, windows)
- Dumb (linux, windows)
- BiblioReads (linux, windows)
- ProxiTok (linux, windows)
- Quetre (linux, windows)
- LibreMDb (linux, windows)
- SearXNG (linux, windows)
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