diff --git a/resources.toml b/resources.toml index 2a52376..679fe30 100644 --- a/resources.toml +++ b/resources.toml @@ -32,6 +32,14 @@ enabled = true ## +[[server]] +name = "weebill" +[server.config] +address = "https://10.0.1.4:8120" +enabled = true + +## + [[stack]] name = "13ft" tags = ["internal"] @@ -428,6 +436,17 @@ COUCHDB_PASSWORD=[[OBSIDIAN_LIVESYNC_DB_PASSWORD]] ## +[[stack]] +name = "octoapp-plugin" +[stack.config] +server = "weebill" +poll_for_updates = true +auto_update = true +linked_repo = "github" +run_directory = "octoapp-plugin" + +## + [[stack]] name = "paperless" tags = ["internal"]