From 9898426fccf5f43278ced6c5aa639c31e6bd69ea Mon Sep 17 00:00:00 2001 From: andrewamason Date: Fri, 11 Jul 2025 09:53:18 -0400 Subject: [PATCH] Add repos.toml --- repos.toml | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 repos.toml diff --git a/repos.toml b/repos.toml new file mode 100644 index 0000000..72160d8 --- /dev/null +++ b/repos.toml @@ -0,0 +1,62 @@ + +[[repo]] +name = "audiobookshelf" +[repo.config] +server = "unraid" +builder = "local" +git_account = "andrewamason" +repo = "advplyr/audiobookshelf" +branch = "master" + +## + +[[repo]] +name = "freshrss" +[repo.config] +server = "unraid" +builder = "local" +git_account = "andrewamason" +repo = "FreshRSS/FreshRSS" +branch = "latest" + +## + +[[repo]] +name = "Glance" +[repo.config] +server = "unraid" +builder = "local" +git_account = "andrewamason" +repo = "glanceapp/glance" +branch = "main" + +## + +[[repo]] +name = "Heimdall" +[repo.config] +server = "unraid" +builder = "local" +git_account = "andrewamason" +repo = "linuxserver/heimdall" +branch = "master" + +## + +[[repo]] +name = "tautulli" +[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"