mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-21 08:21:25 +02: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]]
|
[[package]]
|
||||||
name = "main"
|
name = "main"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"api-router",
|
"api-router",
|
||||||
|
|||||||
@@ -113,7 +113,7 @@ async fn fetch_article_from_url(
|
|||||||
#[cfg(feature = "docker")]
|
#[cfg(feature = "docker")]
|
||||||
{
|
{
|
||||||
// Use this when compiling for docker
|
// Use this when compiling for docker
|
||||||
let options = LaunchOptionsBuilder::default()
|
let options = headless_chrome::LaunchOptionsBuilder::default()
|
||||||
.sandbox(false)
|
.sandbox(false)
|
||||||
.build()
|
.build()
|
||||||
.map_err(|e| AppError::InternalError(e.to_string()))?;
|
.map_err(|e| AppError::InternalError(e.to_string()))?;
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "main"
|
name = "main"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
repository = "https://github.com/perstarkse/minne"
|
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
|
[] archive ingressed webpage, pdf would be easy
|
||||||
|
[] embed surrealdb for the main binary
|
||||||
[] full text search
|
[] full text search
|
||||||
[] rename ingestion instructions to context
|
|
||||||
[] three js graph explorer
|
[] three js graph explorer
|
||||||
[] three js vector explorer
|
[] three js vector explorer
|
||||||
[x] add user_id to ingress objects
|
[x] add user_id to ingress objects
|
||||||
[x] admin controls re registration
|
[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] change to smoothie dom
|
||||||
[x] chat functionality
|
[x] chat functionality
|
||||||
[x] chat history
|
[x] chat history
|
||||||
@@ -17,8 +14,9 @@
|
|||||||
[x] configs primarily get envs
|
[x] configs primarily get envs
|
||||||
[x] debug why not automatic retrieval of chrome binary works
|
[x] debug why not automatic retrieval of chrome binary works
|
||||||
[x] filtering on categories
|
[x] filtering on categories
|
||||||
|
[x] fix card image in content
|
||||||
[x] fix patch_text_content
|
[x] fix patch_text_content
|
||||||
[x] gdpr
|
[x] fix redirect for non hx
|
||||||
[x] html ingression
|
[x] html ingression
|
||||||
[x] hx-redirect
|
[x] hx-redirect
|
||||||
[x] implement migrations
|
[x] implement migrations
|
||||||
@@ -35,8 +33,10 @@
|
|||||||
[x] option to set models, query and processing
|
[x] option to set models, query and processing
|
||||||
[x] page screenshot?
|
[x] page screenshot?
|
||||||
[x] redirects
|
[x] redirects
|
||||||
|
[x] rename ingestion instructions to context
|
||||||
[x] restrict retrieval to users own objects
|
[x] restrict retrieval to users own objects
|
||||||
[x] smoothie_dom test
|
[x] smoothie_dom test
|
||||||
|
[x] sse ingestion updates
|
||||||
[x] store page title
|
[x] store page title
|
||||||
[x] template customization?
|
[x] template customization?
|
||||||
[x] templating
|
[x] templating
|
||||||
|
|||||||
Reference in New Issue
Block a user