Compare commits

..

3 Commits

Author SHA1 Message Date
dependabot[bot] c53d4532bf Bump astro from 6.1.2 to 6.1.10 in /front
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 6.1.2 to 6.1.10.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@6.1.10/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-version: 6.1.10
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-13 19:06:38 +00:00
Hadi ea5c3484d9 Edit home
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
2026-04-13 19:34:17 +02:00
Hadi c1a50103b9 gravatar: no output when not found
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
2026-04-13 19:28:43 +02:00
3 changed files with 7 additions and 3 deletions
@@ -3,6 +3,7 @@ package gravatarrecon
import (
"context"
"os/exec"
"strings"
"github.com/anotherhadi/iknowyou/internal/tools"
)
@@ -46,9 +47,11 @@ func (r *Runner) Run(ctx context.Context, target string, _ tools.InputType, out
if err != nil && ctx.Err() != nil {
out <- tools.Event{Tool: name, Type: tools.EventTypeError, Payload: "scan cancelled"}
} else if output != "" {
if !strings.Contains(output, "status 404") {
out <- tools.Event{Tool: name, Type: tools.EventTypeOutput, Payload: output}
count = 1
}
}
out <- tools.Event{Tool: name, Type: tools.EventTypeCount, Payload: count}
out <- tools.Event{Tool: name, Type: tools.EventTypeDone}
return nil
+1 -1
View File
@@ -15,7 +15,7 @@
"@lucide/svelte": "^1.7.0",
"@tailwindcss/vite": "^4.2.1",
"ansi_up": "^6.0.6",
"astro": "6.1.2",
"astro": "6.1.10",
"dompurify": "^3.3.3",
"js-yaml": "^4.1.1",
"remark-github-blockquote-alert": "^2.1.0",
+1
View File
@@ -75,6 +75,7 @@ in {
IKY_FRONT_DIR = "${cfg.package}/share/iky/frontend";
IKY_SEARCH_TTL = cfg.searchTTL;
IKY_CLEANUP_INTERVAL = cfg.cleanupInterval;
HOME = "%S/iky";
};
serviceConfig = {