Skip to content

Commit e393476

Browse files
committed
chore: v0.3.24
1 parent ea50b9d commit e393476

File tree

10 files changed

+26
-9
lines changed

10 files changed

+26
-9
lines changed

.scripts/seed.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import * as toml from 'jsr:@std/toml';
66
import * as path from 'jsr:@std/path';
77
import * as collections from "jsr:@std/collections/deep-merge";
88

9-
const VERSION = "0.3.23";
9+
const VERSION = "0.3.24";
1010

1111
type ValueSeed = {
1212
// Path relative to the project root

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@avcodes/harbor-app",
33
"private": true,
4-
"version": "0.3.23",
4+
"version": "0.3.24",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

app/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[package]
33
name = "harbor-app"
4-
version = "0.3.23"
4+
version = "0.3.24"
55
description = "A companion app for Harbor LLM toolkit"
66
authors = ["av"]
77
edition = "2021"

app/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2.4.0",
33
"productName": "Harbor",
4-
"version": "0.3.23",
4+
"version": "0.3.24",
55
"identifier": "com.harbor.app",
66
"build": {
77
"beforeDevCommand": "bun run dev",

boost/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ description = "Optimising LLM proxy"
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = ["fastapi==0.111.0","uvicorn[standard]==0.30.6","requests==2.32.3","aiohttp==3.10.5","litellm==1.65.7","mcp==1.6.0","cachetools==5.5.2","asyncache==0.3.1","openai","websockets==15.0.1"]
8-
version = "0.3.23"
8+
version = "0.3.24"

compose.x.traefik.karakeep.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# This file is generated by seed-traefik.ts script,
2+
# any updates will be overwritten.
3+
services:
4+
karakeep:
5+
labels:
6+
- "traefik.enable=true"
7+
- "traefik.http.routers.karakeep.rule=Host(`karakeep.${HARBOR_TRAEFIK_DOMAIN}`)"
8+
- "traefik.http.services.karakeep.loadbalancer.server.port=3000"
9+
- "traefik.http.routers.karakeep.entrypoints=websecure"
10+
- "traefik.http.routers.karakeep.tls=true"
11+
- "traefik.http.routers.karakeep.service=karakeep"
12+
13+
networks:
14+
- traefik-public

docs/2.-Services.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,9 @@ Helper service to author/run Jupyter notebooks in Python with access to Harbor s
169169
- [K6](https://github.com/av/harbor/wiki/2.3.27-Satellite:-K6) <span style="opacity: 0.5;">`Satellite`, `CLI`</span><br/>
170170
A modern load testing tool, using Go and JavaScript - https://k6.io
171171

172+
- [Karakeep](https://github.com/av/harbor/wiki/2.3.53-Satellite-Karakeep) <span style="opacity: 0.5;">`Satellite`</span><br/>
173+
Self-hosted bookmark manager with AI-powered automatic tagging via OpenAI or Ollama.
174+
172175
- [KoboldCpp](https://github.com/av/harbor/wiki/2.2.16-Backend:-KoboldCpp) <span style="opacity: 0.5;">`Satellite`, `Frontend`, `Backend`</span><br/>
173176
KoboldCpp is an easy-to-use AI text-generation software for GGML and GGUF models.
174177

harbor.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4479,7 +4479,7 @@ run_modularmax_command() {
44794479
# ========================================================================
44804480

44814481
# Globals
4482-
version="0.3.23"
4482+
version="0.3.24"
44834483
harbor_repo_url="https://github.com/av/harbor.git"
44844484
harbor_release_url="https://api.github.com/repos/av/harbor/releases/latest"
44854485
delimiter="|"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@avcodes/harbor",
3-
"version": "0.3.23",
3+
"version": "0.3.24",
44
"description": "Effortlessly run LLM backends, APIs, frontends, and services with one command.",
55
"private": false,
66
"author": "av <[email protected]> (https://av.codes)",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)