Commit 7d78ff

2025-10-12 21:26:42 theophile: readeck page with import command (initial)
/dev/null .. readeck.md
@@ 0,0 1,26 @@
+ # Readeck
+
+ - [Project Page](https://readeck.org)
+ - [Source code](https://codeberg.org/readeck/readeck)
+
+ > 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.
+
+ **Technologies**:
+
+ - Go (templ)
+ - Turbo Hotwire
+ - TailwindCSS
+ - SQLite (or PostgreSQL)
+
+
+ Our current setup is the SQLite version.
+
+ ## Admin
+
+ ### Export Import
+
+ Manual import of a zip file downloaded via the interface. _This command only works if the user does not already exist_:
+
+ ```bash
+ docker compose exec app readeck import -config /readeck/config.toml /readeck/readeck-user-20251012-1614.zip
+ ```
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9