@tyevco/pulumi-homelab 1.10.4 → 1.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lxcContainer.d.ts CHANGED
@@ -27,6 +27,8 @@ export declare class LxcContainer extends pulumi.CustomResource {
27
27
  readonly config: pulumi.Output<string>;
28
28
  readonly autostart: pulumi.Output<boolean>;
29
29
  readonly status: pulumi.Output<number>;
30
+ /** Human-readable state: "running", "stopped", "frozen", or "unknown". */
31
+ readonly stateText: pulumi.Output<string>;
30
32
  readonly ip: pulumi.Output<string>;
31
33
  readonly pid: pulumi.Output<number>;
32
34
  readonly memory: pulumi.Output<string>;
package/lxcContainer.js CHANGED
@@ -36,11 +36,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
36
36
  exports.LxcContainer = void 0;
37
37
  const pulumi = __importStar(require("@pulumi/pulumi"));
38
38
  const PLUGIN_VERSION = require("./package.json").version;
39
- const PLUGIN_DOWNLOAD_URL = "github://api.github.com/tyevco/pulumi-homelab";
39
+ const PLUGIN_DOWNLOAD_URL = "https://github.com/tyevco/homelab/releases/download/pulumi-v${VERSION}";
40
40
  class LxcContainer extends pulumi.CustomResource {
41
41
  constructor(name, args, opts) {
42
42
  super("homelab:index:LxcContainer", name, {
43
43
  status: undefined,
44
+ stateText: undefined,
44
45
  ip: undefined,
45
46
  pid: undefined,
46
47
  memory: undefined,
@@ -36,7 +36,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
36
36
  exports.NotificationSettings = void 0;
37
37
  const pulumi = __importStar(require("@pulumi/pulumi"));
38
38
  const PLUGIN_VERSION = require("./package.json").version;
39
- const PLUGIN_DOWNLOAD_URL = "github://api.github.com/tyevco/pulumi-homelab";
39
+ const PLUGIN_DOWNLOAD_URL = "https://github.com/tyevco/homelab/releases/download/pulumi-v${VERSION}";
40
40
  /**
41
41
  * Manages notification provider settings on the homelab server.
42
42
  * This is a singleton resource — only one instance should exist per provider.
package/opnsenseAlias.js CHANGED
@@ -36,7 +36,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
36
36
  exports.OpnsenseAlias = void 0;
37
37
  const pulumi = __importStar(require("@pulumi/pulumi"));
38
38
  const PLUGIN_VERSION = require("./package.json").version;
39
- const PLUGIN_DOWNLOAD_URL = "github://api.github.com/tyevco/pulumi-homelab";
39
+ const PLUGIN_DOWNLOAD_URL = "https://github.com/tyevco/homelab/releases/download/pulumi-v${VERSION}";
40
40
  class OpnsenseAlias extends pulumi.CustomResource {
41
41
  constructor(name, args, opts) {
42
42
  super("homelab:index:OpnsenseAlias", name, {
@@ -36,7 +36,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
36
36
  exports.OpnsenseFirewallRule = void 0;
37
37
  const pulumi = __importStar(require("@pulumi/pulumi"));
38
38
  const PLUGIN_VERSION = require("./package.json").version;
39
- const PLUGIN_DOWNLOAD_URL = "github://api.github.com/tyevco/pulumi-homelab";
39
+ const PLUGIN_DOWNLOAD_URL = "https://github.com/tyevco/homelab/releases/download/pulumi-v${VERSION}";
40
40
  class OpnsenseFirewallRule extends pulumi.CustomResource {
41
41
  constructor(name, args, opts) {
42
42
  super("homelab:index:OpnsenseFirewallRule", name, {
@@ -36,7 +36,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
36
36
  exports.OpnsenseUnboundAcl = void 0;
37
37
  const pulumi = __importStar(require("@pulumi/pulumi"));
38
38
  const PLUGIN_VERSION = require("./package.json").version;
39
- const PLUGIN_DOWNLOAD_URL = "github://api.github.com/tyevco/pulumi-homelab";
39
+ const PLUGIN_DOWNLOAD_URL = "https://github.com/tyevco/homelab/releases/download/pulumi-v${VERSION}";
40
40
  class OpnsenseUnboundAcl extends pulumi.CustomResource {
41
41
  constructor(name, args, opts) {
42
42
  super("homelab:index:OpnsenseUnboundAcl", name, {
@@ -36,7 +36,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
36
36
  exports.OpnsenseUnboundDnsbl = void 0;
37
37
  const pulumi = __importStar(require("@pulumi/pulumi"));
38
38
  const PLUGIN_VERSION = require("./package.json").version;
39
- const PLUGIN_DOWNLOAD_URL = "github://api.github.com/tyevco/pulumi-homelab";
39
+ const PLUGIN_DOWNLOAD_URL = "https://github.com/tyevco/homelab/releases/download/pulumi-v${VERSION}";
40
40
  class OpnsenseUnboundDnsbl extends pulumi.CustomResource {
41
41
  constructor(name, args, opts) {
42
42
  super("homelab:index:OpnsenseUnboundDnsbl", name, {
@@ -36,7 +36,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
36
36
  exports.OpnsenseUnboundForward = void 0;
37
37
  const pulumi = __importStar(require("@pulumi/pulumi"));
38
38
  const PLUGIN_VERSION = require("./package.json").version;
39
- const PLUGIN_DOWNLOAD_URL = "github://api.github.com/tyevco/pulumi-homelab";
39
+ const PLUGIN_DOWNLOAD_URL = "https://github.com/tyevco/homelab/releases/download/pulumi-v${VERSION}";
40
40
  class OpnsenseUnboundForward extends pulumi.CustomResource {
41
41
  constructor(name, args, opts) {
42
42
  super("homelab:index:OpnsenseUnboundForward", name, {
@@ -36,7 +36,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
36
36
  exports.OpnsenseUnboundHostOverride = void 0;
37
37
  const pulumi = __importStar(require("@pulumi/pulumi"));
38
38
  const PLUGIN_VERSION = require("./package.json").version;
39
- const PLUGIN_DOWNLOAD_URL = "github://api.github.com/tyevco/pulumi-homelab";
39
+ const PLUGIN_DOWNLOAD_URL = "https://github.com/tyevco/homelab/releases/download/pulumi-v${VERSION}";
40
40
  class OpnsenseUnboundHostOverride extends pulumi.CustomResource {
41
41
  constructor(name, args, opts) {
42
42
  super("homelab:index:OpnsenseUnboundHostOverride", name, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tyevco/pulumi-homelab",
3
- "version": "1.10.4",
3
+ "version": "1.11.0",
4
4
  "description": "Pulumi SDK for managing homelab infrastructure",
5
5
  "main": "index.js",
6
6
  "typings": "index.d.ts",
package/provider.js CHANGED
@@ -36,7 +36,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
36
36
  exports.Provider = void 0;
37
37
  const pulumi = __importStar(require("@pulumi/pulumi"));
38
38
  const PLUGIN_VERSION = require("./package.json").version;
39
- const PLUGIN_DOWNLOAD_URL = "github://api.github.com/tyevco/pulumi-homelab";
39
+ const PLUGIN_DOWNLOAD_URL = "https://github.com/tyevco/homelab/releases/download/pulumi-v${VERSION}";
40
40
  /**
41
41
  * The provider type for the Homelab package. By default, resources use package-wide configuration
42
42
  * settings, however an explicit `Provider` instance may be created and passed during resource
package/stack.js CHANGED
@@ -36,7 +36,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
36
36
  exports.Stack = void 0;
37
37
  const pulumi = __importStar(require("@pulumi/pulumi"));
38
38
  const PLUGIN_VERSION = require("./package.json").version;
39
- const PLUGIN_DOWNLOAD_URL = "github://api.github.com/tyevco/pulumi-homelab";
39
+ const PLUGIN_DOWNLOAD_URL = "https://github.com/tyevco/homelab/releases/download/pulumi-v${VERSION}";
40
40
  /**
41
41
  * Manages a Docker Compose stack on a homelab server via the REST API.
42
42
  * Supports creating, updating, starting, stopping, and deleting stacks.
package/traefikRoute.js CHANGED
@@ -36,7 +36,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
36
36
  exports.TraefikRoute = void 0;
37
37
  const pulumi = __importStar(require("@pulumi/pulumi"));
38
38
  const PLUGIN_VERSION = require("./package.json").version;
39
- const PLUGIN_DOWNLOAD_URL = "github://api.github.com/tyevco/pulumi-homelab";
39
+ const PLUGIN_DOWNLOAD_URL = "https://github.com/tyevco/homelab/releases/download/pulumi-v${VERSION}";
40
40
  /**
41
41
  * Manages a Traefik dynamic route configuration file via the Homelab REST API.
42
42
  */
@@ -36,7 +36,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
36
36
  exports.TraefikStaticConfig = void 0;
37
37
  const pulumi = __importStar(require("@pulumi/pulumi"));
38
38
  const PLUGIN_VERSION = require("./package.json").version;
39
- const PLUGIN_DOWNLOAD_URL = "github://api.github.com/tyevco/pulumi-homelab";
39
+ const PLUGIN_DOWNLOAD_URL = "https://github.com/tyevco/homelab/releases/download/pulumi-v${VERSION}";
40
40
  /**
41
41
  * Manages the Traefik static configuration file (traefik.yml) via the Homelab REST API.
42
42
  */
package/unraidVm.js CHANGED
@@ -36,7 +36,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
36
36
  exports.UnraidVm = void 0;
37
37
  const pulumi = __importStar(require("@pulumi/pulumi"));
38
38
  const PLUGIN_VERSION = require("./package.json").version;
39
- const PLUGIN_DOWNLOAD_URL = "github://api.github.com/tyevco/pulumi-homelab";
39
+ const PLUGIN_DOWNLOAD_URL = "https://github.com/tyevco/homelab/releases/download/pulumi-v${VERSION}";
40
40
  /**
41
41
  * Manages an Unraid VM via the homelab agent REST API.
42
42
  * Supports starting and stopping VMs. Unraid VMs are always agent-based —