index
:
karakeep
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
shared
/
config.ts
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-10-12
feature: Allow customizing the inference's context length
MohamedBassem
1
-0
/
+2
2024-10-12
feature: Allow to disable default password login after SSO is configured. Fix...
kamtschatka
1
-3
/
+3
2024-10-06
feature: Allow disabling password signups (#413)
kamtschatka
1
-0
/
+3
2024-09-29
feature(web): Add the ability to customize the inference prompts. Fixes #170
MohamedBassem
1
-0
/
+3
2024-09-15
feature: Added support for custom OIDC providers to set up authentication. Fi...
kamtschatka
1
-0
/
+15
2024-09-15
feature(worker): Allow configuring inference job timeout and ollama keep aliv...
MohamedBassem
1
-0
/
+4
2024-07-27
feat: Upgrade default openai models to gpt-4o-mini which are 3x cheaper
MohamedBassem
1
-2
/
+2
2024-07-21
refactor: Replace the usage of bullMQ with the hoarder sqlite-based queue (#309)
Mohamed Bassem
1
-10
/
+0
2024-05-26
feature: Full page archival with monolith. Fixes #132
MohamedBassem
1
-0
/
+2
2024-05-16
feature(inference): Upgrade the default vision model to the new gpt-4o-2024-0...
MohamedBassem
1
-1
/
+1
2024-05-15
feature(crawler): Allow connecting to browser's websocket address and launchi...
MohamedBassem
1
-0
/
+4
2024-05-15
feature(worker): Allow configuring redis with a password
MohamedBassem
1
-0
/
+2
2024-05-12
feature: Take full page screenshots #143 (#148)
kamtschatka
1
-0
/
+2
2024-05-03
fix: Allow zod to coerce the crawler timeout from strings. Fixes #134
MohamedBassem
1
-2
/
+2
2024-04-26
feature(crawler): Allow increasing crawler concurrency and configure storing ...
MohamedBassem
1
-0
/
+6
2024-04-11
fix: Increase default navigation timeout to 30s, make it configurable and add...
MohamedBassem
1
-0
/
+2
2024-04-09
feature(inference): Upgrade the default vision model to the new gpt-4-turbo
MohamedBassem
1
-1
/
+1
2024-04-06
fix(workers): Increase default timeout to 60s, make it configurable and impro...
MohamedBassem
1
-0
/
+2
2024-04-02
feature: Include server version in the admin UI. Fixes #66
MohamedBassem
1
-0
/
+7
2024-04-02
feat(workers): Allow configuring the language in which the tags are generated...
MohamedBassem
1
-0
/
+2
2024-03-31
chore(workers): Remove unused configuration options
MohamedBassem
1
-4
/
+0
2024-03-27
feature: Change maximum asset size to be configurable. Fixes #33
MohamedBassem
1
-0
/
+2
2024-03-27
feature: Allow specifying a specific redis db to use. Fixes #13
MohamedBassem
1
-0
/
+2
2024-03-27
feature: Add support for local models using ollama
MohamedBassem
1
-0
/
+2
2024-03-27
refactor: Validate env variables using zod
MohamedBassem
1
-32
/
+71
2024-03-26
fix: Allow setting demo mode creds when demo mode is enabled
MohamedBassem
1
-1
/
+4
2024-03-24
docker: Use external chrome docker container
MohamedBassem
1
-0
/
+1
2024-03-22
feature: Add an option to disable new signups
MohamedBassem
1
-15
/
+5
2024-03-19
feature(web): Add support for demo mode
MohamedBassem
1
-0
/
+5
2024-03-19
refactor: Change asset storage to be the filesystem instead of sqlite
MohamedBassem
1
-6
/
+7
2024-03-01
feature: Add full text search support
MohamedBassem
1
-0
/
+6
2024-02-20
feature: Basic support for demo mode
MohamedBassem
1
-0
/
+1
2024-02-17
build: Fix docker images
MohamedBassem
1
-0
/
+2
2024-02-17
fix: Let the crawler wait a bit more for page load
MohamedBassem
1
-0
/
+3
2024-02-14
chore: Consolidate all config vars in one file
MohamedBassem
1
-1
/
+9
2024-02-11
refactor: Migrating to trpc instead of next's route handers
MohamedBassem
1
-0
/
+0
2024-02-09
[chore] Linting and formating tweaking
MohamedBassem
1
-1
/
+1
2024-02-08
[refactor] Move the different packages to the package subdir
MohamedBassem
1
-0
/
+0
2024-02-07
[ui] Very first draft of the link grid
MohamedBassem
1
-0
/
+1
2024-02-06
[Auth] Fix authentication config
MohamedBassem
1
-5
/
+6
2024-02-06
Linting and formatting
MohamedBassem
1
-6
/
+6
2024-02-06
Move the web app into a subdir
MohamedBassem
1
-0
/
+0
2024-02-05
Init NextAuth
MohamedBassem
1
-0
/
+20