From c8daa79f069e8aa1a390cb74853980971bcfd1e9 Mon Sep 17 00:00:00 2001 From: Andrew Amason Date: Fri, 11 Jul 2025 11:12:09 -0400 Subject: [PATCH] Add Swag --- repos.toml | 43 ++++++++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 19 deletions(-) diff --git a/repos.toml b/repos.toml index 72160d8..051b2f1 100644 --- a/repos.toml +++ b/repos.toml @@ -1,4 +1,6 @@ +## INdividual Apps + [[repo]] name = "audiobookshelf" [repo.config] @@ -8,8 +10,6 @@ git_account = "andrewamason" repo = "advplyr/audiobookshelf" branch = "master" -## - [[repo]] name = "freshrss" [repo.config] @@ -19,8 +19,6 @@ git_account = "andrewamason" repo = "FreshRSS/FreshRSS" branch = "latest" -## - [[repo]] name = "Glance" [repo.config] @@ -30,7 +28,25 @@ git_account = "andrewamason" repo = "glanceapp/glance" branch = "main" -## +[[repo]] +name = "tautulli" +[repo.config] +server = "unraid" +builder = "local" +git_account = "andrewamason" +repo = "tautulli/tautulli" +branch = "master" + +## LinuxServerIO Repos + +[[repo]] +name = "dashy" +[repo.config] +server = "unraid" +builder = "local" +git_account = "andrewamason" +repo = "lissy93/dashy" +branch = "master" [[repo]] name = "Heimdall" @@ -41,22 +57,11 @@ git_account = "andrewamason" repo = "linuxserver/heimdall" branch = "master" -## - [[repo]] -name = "tautulli" +name = "swag" [repo.config] server = "unraid" builder = "local" git_account = "andrewamason" -repo = "tautulli/tautulli" -branch = "master" - -[[repo]] -name = "dashy" -[repo.config] -server = "unraid" -builder = "local" -git_account = "andrewamason" -repo = "lissy93/dashy" -branch = "master" +repo = "linuxserver/swag" +branch = "master" \ No newline at end of file