removed apps linkace and readeck
This commit is contained in:
parent
f86de73b15
commit
cbfb60f0c3
8 changed files with 0 additions and 420 deletions
|
|
@ -1,20 +0,0 @@
|
||||||
{
|
|
||||||
"name": "LinkAce",
|
|
||||||
"available": true,
|
|
||||||
"port": 8874,
|
|
||||||
"exposable": true,
|
|
||||||
"dynamic_config": true,
|
|
||||||
"id": "linkace",
|
|
||||||
"description": "LinkAce is a self-hosted archive to collect links of your favorite websites.",
|
|
||||||
"tipi_version": 1,
|
|
||||||
"version": "2.4.0",
|
|
||||||
"categories": ["utilities"],
|
|
||||||
"short_desc": "self-hosted bookmark manager",
|
|
||||||
"author": "kovah",
|
|
||||||
"source": "https://github.com/Kovah/LinkAce/",
|
|
||||||
"website": "https://www.linkace.org/",
|
|
||||||
"form_fields": [],
|
|
||||||
"supported_architectures": ["arm64", "amd64"],
|
|
||||||
"created_at": 1762383896259,
|
|
||||||
"updated_at": 1762383896259
|
|
||||||
}
|
|
||||||
|
|
@ -1,39 +0,0 @@
|
||||||
{
|
|
||||||
"schemaVersion": 2,
|
|
||||||
"services": [
|
|
||||||
{
|
|
||||||
"name": "linkace",
|
|
||||||
"image": "linkace/linkace:v2.4.0",
|
|
||||||
"isMain": true,
|
|
||||||
"internalPort": 80,
|
|
||||||
"environment": [
|
|
||||||
{ "key": "APP_KEY", "value": "base64:f6pz5BcY1ITOy0xkcO+8NrtaGXlZqFAX2YmZmgxkoFA="},
|
|
||||||
{ "key": "DB_CONNECTION", "value": "sqlite"},
|
|
||||||
{ "key": "DB_DATABASE", "value": "/data/database.sqlite"}
|
|
||||||
],
|
|
||||||
"volumes": [
|
|
||||||
{
|
|
||||||
"hostPath": "${APP_DATA_DIR}/data/",
|
|
||||||
"containerPath": "/data/",
|
|
||||||
"readOnly": false,
|
|
||||||
"shared": false,
|
|
||||||
"private": false
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"dependsOn": {
|
|
||||||
"valkey": {
|
|
||||||
"condition": "service_started"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "valkey",
|
|
||||||
"image": "valkey/valkey:alpine",
|
|
||||||
"healthCheck": {
|
|
||||||
"test": "CMD valkey-cli ping",
|
|
||||||
"interval": "20s",
|
|
||||||
"timeout": "3s"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -1,118 +0,0 @@
|
||||||
<h1 align="center">
|
|
||||||
<picture>
|
|
||||||
<source media="(prefers-color-scheme: dark)" srcset="https://www.linkace.org/images/linkace-social-dark-transparent.png">
|
|
||||||
<img src="https://www.linkace.org/images/linkace-social.jpg" alt="Linkace">
|
|
||||||
</picture>
|
|
||||||
</h1>
|
|
||||||
|
|
||||||
<p align="center"><b>Your self-hosted tool for effortlessly archiving, organizing, and sharing your favorite web links.</b></p>
|
|
||||||
|
|
||||||
<p align="center">
|
|
||||||
<a href="https://mastodon.social/@linkace"><img src="https://img.shields.io/badge/%40linkace%40mastodon.social-6364ff" alt="Follow LinkAce on Mastodon"></a>
|
|
||||||
<a href="https://x.com/LinkAceApp"><img src="https://img.shields.io/badge/X.com%2FLinkAceApp-black" alt="Follow LinkAce on X.com"></a>
|
|
||||||
<a href="https://github.com/Kovah/LinkAce/releases"><img src="https://img.shields.io/github/v/release/kovah/linkace?label=Latest%20Release" alt="Latest Release"></a>
|
|
||||||
<a href="https://opensource.org/licenses/GPL-3.0"><img src="https://img.shields.io/github/license/kovah/linkace.svg" alt="License"></a>
|
|
||||||
</p>
|
|
||||||
<p> </p>
|
|
||||||
|
|
||||||
|
|
||||||
### Contents
|
|
||||||
|
|
||||||
* [About LinkAce](#about-linkace)
|
|
||||||
* [Setup](#gear-setup)
|
|
||||||
* [Support](#bulb-support-for-linkace)
|
|
||||||
* [Contribution](#construction-contribution)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### About LinkAce
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
LinkAce ia a powerful, self-hosted solution for managing your personal link archive. Save articles for later reading, bookmark useful tools, and preserve important web content long-term – all in one place. With a clean, user-friendly interface, you can easily categorize and retrieve your links, and even share collections with friends, family, or coworkers. LinkAce isn't meant to replace your browser bookmarks, but rather to provide you with a robust, personalized database for curating and managing your online discoveries. Whether you're a professional, a researcher or simply an avid internet user, you'll find this tool invaluable for organizing your web resources efficiently and effectively.
|
|
||||||
|
|
||||||
👉 [**Try the Demo**](https://demo.linkace.org)
|
|
||||||
|
|
||||||
|
|
||||||
#### Feature Highlights
|
|
||||||
|
|
||||||
* Organize bookmarks with the help of lists and tags.
|
|
||||||
* Multi-user support with internal sharing of links, lists or tags.
|
|
||||||
* OAuth and OIDC are supported for SSO login to LinkAce.
|
|
||||||
* Automated link monitoring informs you when any links become unavailable or were moved.
|
|
||||||
* Automated archiving of saved sites via the [Internet Archive](https://web.archive.org/).
|
|
||||||
* A full REST API offers access to all features of LinkAce from other apps and services.
|
|
||||||
* LinkAce is also [available on Zapier](https://zapier.com/apps/linkace/integrations) and integrates with over 2500+ applications.
|
|
||||||
* An advanced search including different filters and ordering.
|
|
||||||
* A bookmarklet to quickly save links from any browser.
|
|
||||||
* Save links with automatic title and description generation.
|
|
||||||
* LinkAce ships with a light and dark theme, that can be toggled or changes automatically.
|
|
||||||
* Links can be private or public, so friends or internet strangers may see your collection.
|
|
||||||
* Both private and public lists of links are accessible via RSS feeds.
|
|
||||||
* Import and export of bookmarks from and to HTML.
|
|
||||||
* Support for complete database and application backups to any AWS S3-compatible storage.
|
|
||||||
|
|
||||||
More screenshots of the app and further details about the features can be found on the [LinkAce Website](https://www.linkace.org/).
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### :gear: Setup
|
|
||||||
|
|
||||||
LinkAce provides multiple ways of installing it on your server. The complete documentation for all installation methods can be found [**in the wiki**](https://www.linkace.org/docs/v2/setup/).
|
|
||||||
|
|
||||||
* [Setup with Docker](https://www.linkace.org/docs/v2/setup/setup-with-docker/)
|
|
||||||
* [Setup without Docker](https://www.linkace.org/docs/v2/setup/setup-with-php/)
|
|
||||||
* [One-Click Deployment to the Cloud](https://www.linkace.org/docs/v2/setup/one-click-deploy/)
|
|
||||||
* [Setup with Kubernetes](https://www.linkace.org/docs/v2/setup/setup-to-k8s/) (Beta)
|
|
||||||
* [Official managed Hosting](https://hosting.linkace.org) (_Beta Waitlist_)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> **LinkAce 2.0 was just released!** This is a big upgrade to the application. Please read the [upgrade guide](https://www.linkace.org/docs/v2/upgrade/from-v1/) if you are still using LinkAce 1 and want to use version 2.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### :bulb: Support for LinkAce
|
|
||||||
|
|
||||||
I built LinkAce to solve my own problem, and I now offer my solution and code without charging any money. I spent a lot of my free time building this application, so I won't offer any *free* personal support, customization or installation help. If you need help please visit the [community discussions](https://github.com/Kovah/LinkAce/discussions) and post your issue there.
|
|
||||||
|
|
||||||
:star: You can get personal and dedicated support by **becoming a supporter on [Open Collective](https://opencollective.com/linkace), [Patreon](https://www.patreon.com/Kovah) or [Github](https://github.com/sponsors/Kovah)**.
|
|
||||||
|
|
||||||
#### Our Supporters on Open Collective
|
|
||||||
|
|
||||||
<a href="https://opencollective.com/linkace"><img src="https://opencollective.com/linkace/individuals.svg?width=890"></a>
|
|
||||||
|
|
||||||
|
|
||||||
### Documentation and Community
|
|
||||||
|
|
||||||
Details about all features and advanced configuration can be found in the [**project documentation**](https://www.linkace.org/docs/v2).
|
|
||||||
Additionally, you may visit the [community discussions](https://github.com/Kovah/LinkAce/discussions) to share your ideas, talk with other users or find help for specific problems.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### :construction: Contribution
|
|
||||||
|
|
||||||
[](https://crowdin.com/project/linkace) [](https://app.codacy.com/gh/Kovah/LinkAce/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) 
|
|
||||||
|
|
||||||
Please consult the [**contribution guidelines**](CONTRIBUTING.md) to start working on LinkAce.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Thanks go to these wonderful people for their contributions:
|
|
||||||
|
|
||||||
[](https://github.com/Kovah/LinkAce/graphs/contributors)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
LinkAce is a project by [Kevin Woblick](https://woblick.dev) and [Contributors](https://github.com/Kovah/LinkAce/graphs/contributors)
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 7.1 KiB |
|
|
@ -1,20 +0,0 @@
|
||||||
{
|
|
||||||
"name": "Readeck",
|
|
||||||
"available": true,
|
|
||||||
"port": 8315,
|
|
||||||
"exposable": true,
|
|
||||||
"dynamic_config": true,
|
|
||||||
"id": "readeck",
|
|
||||||
"description": "Readeck helps you keep all that web content you’ll want to revisit in an hour, tomorrow, or in 20 years.",
|
|
||||||
"tipi_version": 1,
|
|
||||||
"version": "0.20.4",
|
|
||||||
"categories": ["utilities"],
|
|
||||||
"short_desc": "self-hosted bookmark manager",
|
|
||||||
"author": "readeck",
|
|
||||||
"source": "https://codeberg.org/readeck/readeck",
|
|
||||||
"website": "https://readeck.org/",
|
|
||||||
"form_fields": [],
|
|
||||||
"supported_architectures": ["arm64", "amd64"],
|
|
||||||
"created_at": 1762811851670,
|
|
||||||
"updated_at": 1762811851670
|
|
||||||
}
|
|
||||||
|
|
@ -1,48 +0,0 @@
|
||||||
{
|
|
||||||
"schemaVersion": 2,
|
|
||||||
"services": [
|
|
||||||
{
|
|
||||||
"name": "readeck",
|
|
||||||
"image": "codeberg.org/readeck/readeck:latest",
|
|
||||||
"isMain": true,
|
|
||||||
"environment": [
|
|
||||||
{
|
|
||||||
"key": "READECK_LOG_LEVEL",
|
|
||||||
"value": "info"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "READECK_SERVER_HOST",
|
|
||||||
"value": "0.0.0.0"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "READECK_SERVER_PORT",
|
|
||||||
"value": "8000"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "READECK_TRUSTED_PROXIES",
|
|
||||||
"value": "['127.0.0.0/8', '::1/128']"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "READECK_LOG_FORMAT",
|
|
||||||
"value": "text"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"internalPort": 8000,
|
|
||||||
"volumes": [
|
|
||||||
{
|
|
||||||
"hostPath": "${APP_DATA_DIR}/data/",
|
|
||||||
"containerPath": "/readeck",
|
|
||||||
"readOnly": false,
|
|
||||||
"shared": false,
|
|
||||||
"private": false
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"healthCheck": {
|
|
||||||
"test": "/bin/readeck healthcheck -config /readeck/config.toml",
|
|
||||||
"interval": "30s",
|
|
||||||
"timeout": "2s",
|
|
||||||
"retries": 3
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -1,175 +0,0 @@
|
||||||
# Readeck
|
|
||||||
|
|
||||||
[](https://www.gnu.org/licenses/agpl-3.0)
|
|
||||||
<a rel="me" href="https://mastodon.online/@readeck"><img src="https://img.shields.io/badge/%40readeck-blue?logo=mastodon&logoColor=%23fff&color=%236364ff" alt="Follow on Mastodon" /></a>
|
|
||||||
|
|
||||||
Readeck is a simple web application that lets you save the
|
|
||||||
precious readable content of web pages you like and want to keep
|
|
||||||
forever. \
|
|
||||||
See it as a bookmark manager and a read later tool.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## Contents
|
|
||||||
|
|
||||||
- [Features](#features)
|
|
||||||
- [Installation](#how-to-test-or-install)
|
|
||||||
- [FAQ](#faq)
|
|
||||||
- [Under the hood](#under-the-hood)
|
|
||||||
- [License](#license)
|
|
||||||
|
|
||||||
## Features
|
|
||||||
|
|
||||||
### 🔖 Bookmarks
|
|
||||||
|
|
||||||
Like a page you're reading? Paste the link in Readeck and you're done!
|
|
||||||
|
|
||||||
### 📸 Articles, pictures and videos
|
|
||||||
|
|
||||||
Readeck saves the readable content of web pages for you to read later. It also detects when a page is an image or a video and adapts its process accordingly.
|
|
||||||
|
|
||||||
### ⭐ Labels, favorites, archives
|
|
||||||
|
|
||||||
Move bookmarks to archives or favorites and add as many labels as you want.
|
|
||||||
|
|
||||||
### 🖍️ Highlights
|
|
||||||
|
|
||||||
Highlight the important content of your bookmarks to easily find it later.
|
|
||||||
|
|
||||||
### 🗃️ Collections
|
|
||||||
|
|
||||||
If you need a dedicated section with all your bookmarks from the past 2 weeks labeled with "cat", Readeck lets you save this search query into a collection so you can access it later.
|
|
||||||
|
|
||||||
### 🧩 Browser Extension
|
|
||||||
|
|
||||||
Want to keep something for later while browsing? No need to copy and paste a link. Install the browser extension and save bookmarks in one click!
|
|
||||||
|
|
||||||
- [For Mozilla Firefox](https://addons.mozilla.org/en-US/firefox/addon/readeck/)
|
|
||||||
- [For Google Chrome](https://chromewebstore.google.com/detail/readeck/jnmcpmfimecibicbojhopfkcbmkafhee)
|
|
||||||
- [More Information and Source Code](https://codeberg.org/readeck/browser-extension)
|
|
||||||
|
|
||||||
### 📖 E-Book export
|
|
||||||
|
|
||||||
What's better than reading your collected articles on your e-reader? You can export any article to an e-book file (EPUB). You can even export a collection to a single book!
|
|
||||||
|
|
||||||
On top of that, you can directly access Readeck's catalog and collections from your e-reader if it supports OPDS.
|
|
||||||
|
|
||||||
### 🔎 Full text search
|
|
||||||
|
|
||||||
Whether you need to find a vague piece of text from an article, or all the articles with a specific label or from a specific website, we've got you covered!
|
|
||||||
|
|
||||||
### 🚀 Fast!
|
|
||||||
|
|
||||||
Readeck is a modern take on so-called boring, but proven, technology pieces. It guarantees very quick response times and a smooth user experience.
|
|
||||||
|
|
||||||
### 🔒 Built for your privacy and long term archival
|
|
||||||
|
|
||||||
Will this article you like be online next year? In 10 year? Maybe not; maybe it's all gone, text and images. For this reason, and for your privacy, text and images are all stored in your Readeck instance the moment you save a link.
|
|
||||||
|
|
||||||
With the exception of videos, not a single request is made from your browser to an external website.
|
|
||||||
|
|
||||||
## How to test or install
|
|
||||||
|
|
||||||
Done reading this promotional content? Good! Want to try Readeck on your laptop or a server? Even better!
|
|
||||||
|
|
||||||
### Container
|
|
||||||
|
|
||||||
To install or test Readeck with Docker or Podman, simply run the image:
|
|
||||||
|
|
||||||
```shell
|
|
||||||
docker run --rm -ti -p 8000:8000 -v readeck-data:/readeck codeberg.org/readeck/readeck:latest
|
|
||||||
```
|
|
||||||
|
|
||||||
You'll find all the container images there: \
|
|
||||||
[https://codeberg.org/readeck/-/packages/container/readeck/latest](https://codeberg.org/readeck/-/packages/container/readeck/latest)
|
|
||||||
|
|
||||||
### Binary file installation
|
|
||||||
|
|
||||||
Readeck is distributed as a single binary file. Using it is almost as easy as a container.
|
|
||||||
|
|
||||||
- Create a new directory
|
|
||||||
```shell
|
|
||||||
mkdir -p readeck-install
|
|
||||||
cd readeck-install
|
|
||||||
```
|
|
||||||
- Download the file matching your system from the [last release](https://codeberg.org/readeck/readeck/releases)
|
|
||||||
|
|
||||||
- Make this file executable
|
|
||||||
- Launch Readeck with the `serve` argument, for example:
|
|
||||||
```shell
|
|
||||||
./readeck-0.9.1-linux-amd64 serve
|
|
||||||
```
|
|
||||||
|
|
||||||
### First time launch
|
|
||||||
|
|
||||||
Once Readeck has started, it is accessible at: \
|
|
||||||
**[http://localhost:8000/](http://localhost:8000/)**
|
|
||||||
|
|
||||||
### Installation from source code
|
|
||||||
|
|
||||||
Installing from source can be useful to try out unreleased Readeck versions, or to set up a development environment for contributing code. For more information, see the [development documentation](https://readeck.org/en/docs/dev).
|
|
||||||
|
|
||||||
### Installation for production
|
|
||||||
|
|
||||||
If you already know how to deploy containers on a server, installing Readeck for production should be quite straightforward. As for deploying to Linux servers with systemd and NGINX reverse proxy, see the [deployment guide](https://readeck.org/en/docs/deploy).
|
|
||||||
|
|
||||||
## FAQ
|
|
||||||
|
|
||||||
Please refer to the [FAQ on readeck.org](https://readeck.org/en/docs/faq).
|
|
||||||
|
|
||||||
## Under the hood
|
|
||||||
|
|
||||||
Readeck was born out of frustration (and COVID lock-downs) from the tools that don't save everything related to the saved content, primarily images.
|
|
||||||
This key principle guided every step of Readeck development.
|
|
||||||
|
|
||||||
### The ZIP file
|
|
||||||
|
|
||||||
Every bookmark is stored in a single, immutable, ZIP file. Parts of this file (HTML content, images, etc.) are directly served by the application or converted to a web page or an e-book when needed.
|
|
||||||
|
|
||||||
### A simple database
|
|
||||||
|
|
||||||
Readeck has a very simple database schema with a few tables (and a bit of clever JSON fields here and there). The recommended database engine is SQLite for most installations.
|
|
||||||
|
|
||||||
### A simple stack
|
|
||||||
|
|
||||||
Unlike many modern web applications, Readeck is not a single page application built on top of an API with impossible to install dependencies and a mess of background processes.
|
|
||||||
|
|
||||||
Readeck is written in [Go](https://go.dev/) and all its content is rendered server side with some interactivity brought by [Stimulus](https://stimulus.hotwired.dev/) and [Turbo](https://turbo.hotwired.dev/).
|
|
||||||
|
|
||||||
This has proven to be a great combination when performance really matters.
|
|
||||||
|
|
||||||
### Contributing
|
|
||||||
|
|
||||||
Readeck's simple stack means that the barrier to entry is relatively low when it comes to contributing to the Readeck project. Contributions are welcome by filing issues, participating in community discussions, submitting translations, and proposing changes to the source code. For more information, see the [documentation on contributing](https://readeck.org/en/contribute).
|
|
||||||
|
|
||||||
## License
|
|
||||||
|
|
||||||
Readeck is distributed under the terms of the [GNU Affero General Public License v3.0](https://www.gnu.org/licenses/agpl-3.0.html). Here's a short summary of the license conditions:
|
|
||||||
|
|
||||||
- Permissions
|
|
||||||
- **Commercial use** \
|
|
||||||
The licensed material and derivatives may be used for commercial purposes.
|
|
||||||
- **Distribution** \
|
|
||||||
The licensed material may be distributed.
|
|
||||||
- **Modification** \
|
|
||||||
The licensed material may be modified.
|
|
||||||
- **Patent use** \
|
|
||||||
This license provides an express grant of patent rights from contributors.
|
|
||||||
- **Private use** \
|
|
||||||
The licensed material may be used and modified in private.
|
|
||||||
- Conditions
|
|
||||||
- **Disclose source** \
|
|
||||||
Source code must be made available when the licensed material is distributed.
|
|
||||||
- **License and copyright notice** \
|
|
||||||
A copy of the license and copyright notice must be included with the licensed material.
|
|
||||||
- **Network use is distribution** \
|
|
||||||
Users who interact with the licensed material via network are given the right to receive a copy of the source code.
|
|
||||||
- **Same license** \
|
|
||||||
Modifications must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used.
|
|
||||||
- **State changes** \
|
|
||||||
Changes made to the licensed material must be documented.
|
|
||||||
- Limitations
|
|
||||||
- **Liability** \
|
|
||||||
This license includes a limitation of liability.
|
|
||||||
- **Warranty** \
|
|
||||||
This license explicitly states that it does NOT provide any warranty.
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 6.8 KiB |
Loading…
Add table
Add a link
Reference in a new issue