release: 0.1.1

fix: docker build dep
This commit is contained in:
Per Stark
2025-05-13 22:03:28 +02:00
parent 29750b1194
commit 85ceb9b6eb
4 changed files with 10 additions and 10 deletions

2
Cargo.lock generated
View File

@@ -3126,7 +3126,7 @@ checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
[[package]]
name = "main"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"anyhow",
"api-router",

View File

@@ -113,7 +113,7 @@ async fn fetch_article_from_url(
#[cfg(feature = "docker")]
{
// Use this when compiling for docker
let options = LaunchOptionsBuilder::default()
let options = headless_chrome::LaunchOptionsBuilder::default()
.sandbox(false)
.build()
.map_err(|e| AppError::InternalError(e.to_string()))?;

View File

@@ -1,6 +1,6 @@
[package]
name = "main"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
repository = "https://github.com/perstarkse/minne"

14
todo.md
View File

@@ -1,15 +1,12 @@
[x] fix card image in content
[x] fix redirect for non hx
[] allow setting of data storage folder, via envs and config
[] embed surrealdb for the main binary
[] sse ingestion updates
[] archive ingressed webpage, pdf would be easy
[] embed surrealdb for the main binary
[] full text search
[] rename ingestion instructions to context
[] three js graph explorer
[] three js vector explorer
[x] add user_id to ingress objects
[x] admin controls re registration
[x] allow setting of data storage folder, via envs and config
[x] build docker container on release plan
[x] change to smoothie dom
[x] chat functionality
[x] chat history
@@ -17,8 +14,9 @@
[x] configs primarily get envs
[x] debug why not automatic retrieval of chrome binary works
[x] filtering on categories
[x] fix card image in content
[x] fix patch_text_content
[x] gdpr
[x] fix redirect for non hx
[x] html ingression
[x] hx-redirect
[x] implement migrations
@@ -35,8 +33,10 @@
[x] option to set models, query and processing
[x] page screenshot?
[x] redirects
[x] rename ingestion instructions to context
[x] restrict retrieval to users own objects
[x] smoothie_dom test
[x] sse ingestion updates
[x] store page title
[x] template customization?
[x] templating