A FreshRSS extension which adds a Karakeep sharing integration.
With this extension you can simply press the Karakeep Button next to an article or a custom keyboard shortcut to share it with Karakeep. Everything else happens in the background while you can continue reading articles without any further interruptions.
- Download the latest release
- Extract and upload it to the
./extensionsfolder of your FreshRSS installation - Go to your Karakeep instance User Settings -> API Keys
- Create a new API key
- Enter your Karakeep instance url in the Karakeep Button extension settings
- Enter your API key in the Karakeep Button extension settings
- Press "Connect to Karakeep"
- Optional Set a custom keyboard shortcut
If you get errors while trying to connect to Karakeep, please check the Karakeep API Documentation.
If you'd like to translate the extension to another language please file a pull request. I'd be happy to merge it!
For local development pull the repository. The prerequisite is Docker installed.
Go to the repository root folder and run docker compose up that will start a local FreshRSS instance running http://localhost:8080/.
Complete it's installation and navigate to Extensions, where you have to enable Karakeep Button.
All changes in the PHP files are loaded with each page refresh.
This extension is based on freshrss-readeck-button and re-branded for Karakeep.
Thank you very much Joedmin for creating the Readeck extension.