mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-17 23:14:08 +01:00
release: 0.1.1
fix: docker build dep
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -3126,7 +3126,7 @@ checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
||||
|
||||
[[package]]
|
||||
name = "main"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"api-router",
|
||||
|
||||
@@ -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()))?;
|
||||
|
||||
@@ -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
14
todo.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user