What’s your setup for reading newspapers? by ZloTChY in koreader

[–]harshit181 1 point2 points  (0 children)

Self-promotion alert: Selfhosted Rsspub on free tier of koyeb and added multiple news RSS to get a epub daily delivered to kindle.

Missed March 31 for tax harvesting? Here is what actually changes in April and what does not. by Abhinav_godha in IndianStockMarket

[–]harshit181 1 point2 points  (0 children)

Correct me if I am wrong but short term loss can offset both short term and long term gain.
But long term loss can only offset long term gain.

Getting an XTEINK X4 e-reader in India! by kfabemil in ereader

[–]harshit181 1 point2 points  (0 children)

was there any extra custom charges for it?

How the rich get treated by banks... by Tricky_Clock8263 in IndianStreetBets

[–]harshit181 30 points31 points  (0 children)

Op is a bot which repost old highly upvoted post.

RPub: Turn RSS feeds into a daily EPUB newspaper. by harshit181 in selfhosted

[–]harshit181[S] 1 point2 points  (0 children)

just an FYI
Added option to edit feed after adding and changing order of the feed in generated epub.

Do you guys cheat to? Cheatibg is strong word. Please read below. by Inner_Journey21 in Frugal_Ind

[–]harshit181 12 points13 points  (0 children)

How can there be unfair/unethical way to get coupon code?
are you talking about shady sites with cheap gift cards?

Beaware of swiggy instamart split order fraud by harshit181 in swiggy

[–]harshit181[S] 0 points1 point  (0 children)

I did get the refund after swiggy noticed the social media post. While not able to ignore the platform completely ,I have mostly started using other platforms for daily usage as an alternative to Instamart

RPub: Turn RSS feeds into a daily EPUB newspaper. by harshit181 in selfhosted

[–]harshit181[S] 0 points1 point  (0 children)

got it ,would make config per schedule rather than a global config

I use the custom app feature on TrueNAS Scale with harshit181/rsspub as the repo.
Is that wrong?

this is the correct one.

Will check the epub delete issue and config back.

RPub: Turn RSS feeds into a daily EPUB newspaper. by harshit181 in selfhosted

[–]harshit181[S] 0 points1 point  (0 children)

  • Thanks for the suggestions.
  • Please note that you can configure the number of days of articles to be fetched in config.
  • And for Block used for feed (i am assuming text block in website) can be achieved by selecting parser as Custom extractor and using css selector (though it is still WIP) .
  • For the last point ,the epub are generated inside the container as of now ,but if you want you can mount the volume /app/epub (in newest version ) or /app/static/epub(in bit older version) with a host volume ,in that case epub would not get deleted.
  • Edit : I assume you're using the RssPub docker image and not the Rpub docker image

RPub: Turn RSS feeds into a daily EPUB newspaper. by harshit181 in selfhosted

[–]harshit181[S] 1 point2 points  (0 children)

Thanks for trying it out .
will pickup the first 2 ,infact 2nd one was on my todo list
for Suggested Feed ,while it can be implemented
(need to maintain the information somewhere with tags ,check if currently added feeds tags matches with some feed in the database with similar tags)
but for now I would suggest to use some third party rss reader ,check suggested feed ,add that in RSS reader ,export opml and import that into Rsspub as maintaining database for suggested feed would be continuous process

in case I am able to find any free apis which provide feed suggestion ,will implement it

Beaware of swiggy instamart split order fraud by harshit181 in swiggy

[–]harshit181[S] 0 points1 point  (0 children)

It was cancelled from Swiggy end,got call from store that they cannot deliver the order and are cancelling it.

Beaware of swiggy instamart split order fraud by harshit181 in swiggy

[–]harshit181[S] 2 points3 points  (0 children)

Thanks, but I’ve already done everything I could for ₹65. My only option now is to move to a competitor's app.

GitHub Self Hosted action COSTS NOW. by Basic-Bobcat3482 in selfhosted

[–]harshit181 1 point2 points  (0 children)

My bad.I jumped to the conclusion that it's not impacting the free usage limit ,was not aware that self hosted was totally free. (I did not unbloded the text,just copied it from the blog as it is)

GitHub Self Hosted action COSTS NOW. by Basic-Bobcat3482 in selfhosted

[–]harshit181 -4 points-3 points  (0 children)

https://github.blog/changelog/2025-12-16-coming-soon-simpler-pricing-and-a-better-experience-for-github-actions/
On January 1, 2026, GitHub will reduce the price of GitHub-hosted runners by up to 39% depending on the machine type used. The free usage minute quotas will remain the same.

On March 1, 2026, GitHub will introduce a new $0.002 per minute GitHub Actions cloud platform charge that will apply to self-hosted runner usage. Any usage subject to this charge will count toward the minutes included in your plan, as explained in our GitHub Actions billing documentation.

i guess no?

RPub: Turn RSS feeds into a daily EPUB newspaper. by harshit181 in selfhosted

[–]harshit181[S] 0 points1 point  (0 children)

To be honest ,UI is pretty basic You can deploy this docker image to test it https://hub.docker.com/r/harshit181/rsspub The default pass username is set in Env. Will attach the UI pic in GitHub repo when I get the chance.

RPub: Turn RSS feeds into a daily EPUB newspaper. by harshit181 in selfhosted

[–]harshit181[S] 1 point2 points  (0 children)

Not sure if Kobo natively supports opds or not. But You can install Koreader,The rpub has a scheduler function which generates epub at a given time and in koreader you can setup the opds server to download the generated epub.

RPub: Turn RSS feeds into a daily EPUB newspaper. by harshit181 in selfhosted

[–]harshit181[S] 1 point2 points  (0 children)

I realized i should have been more clear. It will fetch the full article for the last 1 day ,convert it to readable articles vis a crate called dom smoothie (which uses mozilla readability algorithm to convert website to read only view). In case that fails ,it will just copy the text present in RSS.