Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heylu/numblr
Alternative Tumblr (and Twitter, Instagram, AO3, RSS, ...) frontend.
https://github.com/heylu/numblr
privacy self-hosted tumblr
Last synced: 3 months ago
JSON representation
Alternative Tumblr (and Twitter, Instagram, AO3, RSS, ...) frontend.
- Host: GitHub
- URL: https://github.com/heylu/numblr
- Owner: heyLu
- License: agpl-3.0
- Created: 2021-02-20T15:43:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T17:13:43.000Z (10 months ago)
- Last Synced: 2024-06-19T13:37:08.486Z (7 months ago)
- Topics: privacy, self-hosted, tumblr
- Language: Go
- Homepage:
- Size: 951 KB
- Stars: 27
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# numblr
Alternative Tumblr (and Twitter, Instagram, AO3, YouTube, RSS, ...) frontend.
Very scrappy, but usable and useful for its original author. Please
host your own!Inspired by [nitter](https://github.com/zedeus/nitter).
![screenshot of the main page](./screenshot.png)
See [help](./help.md) for more details!
## Principles
- does not store any personal data on the server
- take back control (filter and mute with abandon)
- cookies and javascript are not necessary for use
- but subscriptions and settings can optionally saved using cookies## Features
- ✓ rss and atom
- ✓ tumblr (via rss)
- ✓ twitter (via [nitter](https://github.com/zedeus/nitter))
- ✓ instagram (via [bibliogram](https://sr.ht/~cadence/bibliogram))
- ✓ mastodon (via rss)
- ✓ [ao3](https://archiveofourown.org) (via scraping)
- ✓ youtube (via scraping + rss)
- ✓ in-memory cache
- ✓ optional database cache
- ✓ native dark mode
- ✓ settings stored in cookie
- ✓ lists## Known issues
- tumblr rss feeds lag behind actual content (seen up to 1+ hour delays)
- tumblr rss feeds miss content (often images and videos)
- if a post looks like it is missing something, check the "post" link
- and then the tumblr link if there is still more missing :/
- tumblr post view is pretty broken (because tumblr allows almost anything in there)## Building
1. run `make` to fetch dependencies and compile
2. start using `./numblr` and visit## License
This project is licensed under AGPLv3.