Skip to content

Commit e6eb899

Browse files
committed
chore: v0.4.0
1 parent 3f5fb2e commit e6eb899

File tree

5 files changed

+37
-3
lines changed

5 files changed

+37
-3
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.41";
9+
const VERSION = "0.4.0";
1010

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

docs/2.-Services.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,9 @@ An AI-powered search engine with a generative UI, similar to Perplexity and Perp
247247
- <a href="https://github.com/av/harbor/wiki/2.3.23-Satellite:-n8n"><img src="https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/n8n.png" alt="n8n logo" width="12" height="12" /> n8n</a> <span style="opacity: 0.5;">`Satellite`, `Workflows`</span><br/>
248248
Fair-code workflow automation platform with native AI capabilities.
249249

250+
- <a href="https://github.com/av/harbor/wiki/2.3.71-Satellite-nanobot"><img src="https://github.com/HKUDS.png?size=200" alt="nanobot logo" width="12" height="12" /> nanobot</a> <span style="opacity: 0.5;">`Satellite`, `CLI`, `Tools`</span><br/>
251+
Ultra-lightweight personal AI assistant with multi-channel messaging and scheduled tasks.
252+
250253
- <a href="https://github.com/av/harbor/wiki/2.3.54-Satellite-Netdata"><img src="https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/netdata.png" alt="Netdata logo" width="12" height="12" /> Netdata</a> <span style="opacity: 0.5;">`Satellite`, `Infra`</span><br/>
251254
Real-time infrastructure monitoring with per-second metrics for systems, containers, and applications.
252255

@@ -283,6 +286,9 @@ AI-powered photo management app with face recognition, image classification, and
283286
- <a href="https://github.com/av/harbor/wiki/2.3.4-Satellite:-Plandex"><img src="https://github.com/plandex-ai.png?size=200" alt="Plandex logo" width="12" height="12" /> Plandex</a> <span style="opacity: 0.5;">`Satellite`, `CLI`</span><br/>
284287
AI driven development in your terminal.
285288

289+
- <a href="https://github.com/av/harbor/wiki/2.3.72-Satellite-Postiz"><img src="https://www.google.com/s2/favicons?domain=postiz.com&sz=128" alt="Postiz logo" width="12" height="12" /> Postiz</a> <span style="opacity: 0.5;">`Satellite`, `Tools`</span><br/>
290+
AI-powered social media scheduling tool for managing posts, analytics, and team collaboration.
291+
286292
- <a href="https://github.com/av/harbor/wiki/2.1.13-Frontend-Presenton"><img src="https://github.com/presenton.png?size=200" alt="Presenton logo" width="12" height="12" /> Presenton</a> <span style="opacity: 0.5;">`Satellite`</span><br/>
287293
Open-source AI presentation generator with custom layouts, multi-model support, and PDF/PPTX export.
288294

pyproject.toml

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.
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+
nanobot:
5+
labels:
6+
- "traefik.enable=true"
7+
- "traefik.http.routers.nanobot.rule=Host(`nanobot.${HARBOR_TRAEFIK_DOMAIN}`)"
8+
- "traefik.http.services.nanobot.loadbalancer.server.port=18790"
9+
- "traefik.http.routers.nanobot.entrypoints=websecure"
10+
- "traefik.http.routers.nanobot.tls=true"
11+
- "traefik.http.routers.nanobot.service=nanobot"
12+
13+
networks:
14+
- traefik-public
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+
postiz:
5+
labels:
6+
- "traefik.enable=true"
7+
- "traefik.http.routers.postiz.rule=Host(`postiz.${HARBOR_TRAEFIK_DOMAIN}`)"
8+
- "traefik.http.services.postiz.loadbalancer.server.port=5000"
9+
- "traefik.http.routers.postiz.entrypoints=websecure"
10+
- "traefik.http.routers.postiz.tls=true"
11+
- "traefik.http.routers.postiz.service=postiz"
12+
13+
networks:
14+
- traefik-public

0 commit comments

Comments
 (0)