mf-hosting 2.9.4 → 2.9.6

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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mf-hosting",
3
- "version": "2.9.4",
3
+ "version": "2.9.6",
4
4
  "files": [
5
5
  ".releaserc.json",
6
6
  "pkg/hooks.sh",
@@ -11,6 +11,7 @@
11
11
  "pkg/sysusers.conf",
12
12
  "pkg/tmpfiles.conf"
13
13
  ],
14
+ "packageManager": "npm@11.6.4+sha512.1118cab46a05a50aee6bff5b1b4fa1df18afff89d57465620a3518035026955db87c5bdf9d207b07b7487d99f2490d450cb774655ad63ec2cba7bf1d0ad25d45",
14
15
  "main": ".releaserc.json",
15
16
  "description": "hosting definitions @MF",
16
17
  "keywords": [
@@ -115,7 +116,7 @@
115
116
  "os.group": "${name}",
116
117
  "os.user": "${name}",
117
118
  "polkit.rules.dir": "/etc/polkit-1/rules.d/",
118
- "public.base.url": "https://mfelten.dynv6.net/",
119
+ "public.base.url": "${http.origin}/",
119
120
  "run.dir": "/run/${name}/",
120
121
  "socket.http": "${run.dir}http/socket",
121
122
  "socket.http.group": "http",
@@ -181,6 +182,5 @@
181
182
  "arlac77/template-npm",
182
183
  "arlac77/template-semantic-release"
183
184
  ]
184
- },
185
- "packageManager": "npm@11.6.3+sha512.4085a763162e0e3acd19a4e9d23ad3aa0978e501ccf947dd7233c12a689ae0bb0190763c4ef12366990056b34eec438903ffed38fde4fbd722a17c2a7407ee92"
185
+ }
186
186
  }