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"