more hoarder
This commit is contained in:
parent
180e556130
commit
e71c148719
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
title: "Building a Personal Archive With Hoarder"
|
title: "Building a Personal Archive With Hoarder"
|
||||||
date: 2025-02-15T14:02:40Z
|
date: 2025-02-15T14:02:40Z
|
||||||
draft: true
|
|
||||||
description: How to self-host a personal archive of web content even if stuff get's taken down
|
description: How to self-host a personal archive of web content even if stuff get's taken down
|
||||||
url: /2025/2/15/personal-archive-hoarder
|
url: /2025/2/15/personal-archive-hoarder
|
||||||
type: posts
|
type: posts
|
||||||
|
@ -12,6 +11,7 @@ tags:
|
||||||
- technology
|
- technology
|
||||||
- internet
|
- internet
|
||||||
- society
|
- society
|
||||||
|
- archiving
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
@ -59,7 +59,7 @@ Once you've done this, the next time you click the SinglePage extension icon, it
|
||||||
|
|
||||||
## Adding Self-Hosted AI Tags and Summaries with LiteLLM
|
## Adding Self-Hosted AI Tags and Summaries with LiteLLM
|
||||||
|
|
||||||
I already have a litellm instance configured, you can refer to [my earlier post](https://brainsteam.co.uk/2024/07/08/ditch-that-chatgpt-subscription-moving-to-pay-as-you-go-ai-usage-with-open-web-ui/) for hints and tips on how to get this working.
|
I already have a litellm instance configured, you can refer to [my earlier post](https://brainsteam.co.uk/2024/07/08/ditch-that-chatgpt-subscription-moving-to-pay-as-you-go-ai-usage-with-open-web-ui/) for hints and tips on how to get this working. See the following example and replace litellm.yourdomain.example and your-litellm-admin-password with the corresponding values from your setup.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
OPENAI_BASE_URL=https://litellm.yourdomain.example
|
OPENAI_BASE_URL=https://litellm.yourdomain.example
|
||||||
|
@ -98,4 +98,6 @@ Then, I opened up Hoarder's User Settings > RSS Subscriptions and added my feed
|
||||||
|
|
||||||
## Conclusion
|
## Conclusion
|
||||||
|
|
||||||
Hoarder is a pretty cool tool and, it's been easy to get up and running with. It's quickly evolving despite the size of the team behind it and it provides an impressive and easy user experience already. In order to become even more useful for me personally, I'd love to see better annotation support in-app both via the desktop web experience and via the mobile app. I'd also love to see a mobile app with features for reading articles in-app rather than opening things in the browser. Also, it would be great if we could export cached content as an ebook so that I can read bookmarked content on my kindle or my kobo.
|
Hoarder is a pretty cool tool and, it's been easy to get up and running with. It's quickly evolving despite the size of the team behind it and it provides an impressive and easy user experience already. In order to become even more useful for me personally, I'd love to see better annotation support in-app both via the desktop web experience and via the mobile app. I'd also love to see a mobile app with features for reading articles in-app rather than opening things in the browser. Also, it would be great if we could export cached content as an ebook so that I can read bookmarked content on my kindle or my kobo.
|
||||||
|
|
||||||
|
I'd also be interested in a decentralised social future for apps like hoarder. Imagine if you could join a federation of Hoarder servers which all make their bookmarked content available for search and reference. Annotations and notes could even (optionally) be shared. This would be a great step towards a more open alternative to centralized search services.
|
||||||
|
|
Loading…
Reference in New Issue