Mats Dufberg
Mats Dufberg
Fine to remove.
@MichaelTimbert, please merge.
I tried to build a zip file using the following commands: ``` npm install npm run release ``` But it ended with ``` (...) 07:30:48 [vite] ✓ built in 2.02s...
I have to follow the steps in new "doc/RELEASE.md". Also updated version of Node is needed, see PR https://github.com/zonemaster/zonemaster/pull/1427
I checked out the PR to create an installation zip file. Following the instruction in `docs/RELEASE.pm` I ran: ``` $ npm run build > [email protected] build > paraglide-js compile --project...
`npm install` outputs a number of `npm warn deprecated` and then at the end writes ``` 22 vulnerabilities (1 low, 8 moderate, 4 high, 9 critical) ``` Is this expected?...
I created the zip file with `npm run release`. The following files are missing in the zip file as far as I can see: ``` ./zonemaster.conf-example ./zonemaster-nginx.conf-example ```
"DocumentRoot" in Apache `zonemaster.conf` must match installation instructions (https://github.com/zonemaster/zonemaster/blob/master/docs/public/installation/zonemaster-gui.md). In current version: ``` DocumentRoot /var/www/html/zonemaster-web-gui/dist ``` In this PR: ``` DocumentRoot /var/www/zonemaster/public ``` Is there a reason for the change?
I get an error: ``` [Mon Sep 15 16:30:27.830700 2025] [core:warn] [pid 62021] AH00111: Config variable ${BASE_URL} is not defined [Mon Sep 15 16:30:27.830753 2025] [core:warn] [pid 62021] AH00111: Config...
> > I created the zip file with `npm run release`. The following files are missing in the zip file as far as I can see: > > ``` >...