Blame

7d78ff theophile 2025-10-12 21:26:42 1
# Readeck
2
3
- [Project Page](https://readeck.org)
4
- [Source code](https://codeberg.org/readeck/readeck)
5
6
> Readeck is an open source web application that lets you save content from the web so you can access it later and keep it forever.
7
8
**Technologies**:
9
10
- Go (templ)
11
- Turbo Hotwire
12
- TailwindCSS
13
- SQLite (or PostgreSQL)
14
15
16
Our current setup is the SQLite version.
17
18
## Admin
19
20
### Export Import
21
22
Manual import of a zip file downloaded via the interface. _This command only works if the user does not already exist_:
23
24
```bash
25
docker compose exec app readeck import -config /readeck/config.toml /readeck/readeck-user-20251012-1614.zip
26
```
be6e8f theophile 2025-10-12 21:31:15 27
:::info
b0daae theophile 2025-10-12 21:30:39 28
`/readeck` is the internal path to the volume at `/mnt/data/readeck`.
be6e8f theophile 2025-10-12 21:31:15 29
:::