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