Skip to content

Commit 9cd3c51

Browse files
committed
working on Unraid template
1 parent 52082ea commit 9cd3c51

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

app/layout.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ const inter = Inter({ subsets: ["latin"] });
77
export const metadata: Metadata = {
88
title: "StreetSweep",
99
description: "Generate optimized bike routes",
10+
icons: {
11+
icon: "/icon.svg",
12+
},
1013
};
1114

1215
export default function RootLayout({

templates/street-sweep.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<?xml version="1.0"?>
22
<Container version="2">
33
<Name>StreetSweep</Name>
4-
<Repository>bigtimber/street-sweep:latest</Repository>
5-
<Registry>https://hub.docker.com/r/bigtimber/street-sweep/</Registry>
4+
<Repository>chadbeaudin/street-sweep:latest</Repository>
5+
<Registry>https://hub.docker.com/r/chadbeaudin/street-sweep/</Registry>
66
<Network>bridge</Network>
77
<MyIP/>
88
<Shell>sh</Shell>
99
<Privileged>false</Privileged>
10-
<Support>https://github.com/bigtimber/StreetSweep/issues</Support>
11-
<Project>https://github.com/bigtimber/StreetSweep</Project>
10+
<Support>https://github.com/chadbeaudin/street-sweep/issues</Support>
11+
<Project>https://github.com/chadbeaudin/street-sweep</Project>
1212
<Overview>StreetSweep is an application for generating optimized bike routes to ensure 100% street coverage within a specified area with minimal backtracking and redundancy.</Overview>
1313
<Category>Tools:Utilities Network:Web Mapper:Biking</Category>
14-
<WebUI>http://[IP]:[PORT:3888]/</WebUI>
14+
<WebUI>http://[IP]:[PORT:3888]</WebUI>
1515
<TemplateURL/>
16-
<Icon>https://raw.githubusercontent.com/bigtimber/StreetSweep/main/app/icon.svg</Icon>
16+
<Icon>https://github.com/chadbeaudin/street-sweep/raw/refs/heads/main/app/icon.svg</Icon>
1717
<ExtraParams/>
1818
<PostArgs/>
1919
<CPUset/>

0 commit comments

Comments
 (0)