Open bramaudi opened 1 month ago
doesnt need packaging
cd $HOME mkdir readeck cd readeck wget -O readeck https://codeberg.org/readeck/readeck/releases/download/0.16.0/readeck-0.16.0-linux-arm64 chmod a+x ./readeck proot ./readeck serve
Its just a plain bookmark manager Better off using buku Nothing like delicious instapaper etc
without extension it will be pretty useless due to cors and other issues it only saves links , better use browsers own bookmark manager
and only kiwi browser had extension support on mobile And readeck extension wasnt working on kiwi cant even login report to its dev
I don't know the detail but everything is work fine when you compile / build it instead using the official provided binaries.
Never know that it can be run using proot like proot ./readeck serve
, yeah it run but network would fail, but if you compile yourself then just run ./readeck serve
then it should be fine.
This maybe can be useful information: https://stackoverflow.com/a/65375631/28126003
without extension it will be pretty useless due to cors and other issues
I even often use it without extension and it still usable no issue appeared, it kinda redundant to use extension thought since you mostly need to open the readeck instance when want to read something.
it only saves links , better use browsers own bookmark manager
yes, but not entirely true, not only save link but this save the whole article content, good for archiving & preserving in case of dead link, it also have EPUB export feature which I loved, recently I just make an e-book from multiple bookmark links.
UPDATE: now they added reading progress bar so you can see continue reading from your last position.
Why is it worth to add this package?
It should be a good open-source and self-host alternative to Mozilla's GetPocket, Wallabag, and any other similar software, I'm aware something like monolith exists to save web pages but this has UI.
Why choose readeck? it simple, not bloated, can be used from single executable binary means easy to setup, and probably smaller compared to the other.
Home page URL
https://readeck.org/
Source code URL
https://codeberg.org/readeck/readeck
Packaging policy acknowledgement
[X] The project is actively developed.
[ ] The project has existing packages and is "well known".
[X] Licensed under an open source license.
[X] Not available through a language package manager: pip, npm, cpan, cargo, etc.
[X] Not taking up too much disk space (< 100MiB per architecture, exceptions can be made)
[X] Not duplicating the functionality of existing packages.
[X] Not serving hacking, malware, phishing, spamming, spying, ddos functionality.
[X] I certify that I have read Termux Packaging Policy and understand that my request will be denied if it is found lacking.
Additional information
I can build and run it in my aarch64 device run in custom rom android 13, here are the steps:
make all
without any error the binary executable should ready inreadeck-git-folder/dist/readeck
./readeck serve
and open http://localhost:8000, done.