record Monitor-side installs and dedupe config by file

This commit is contained in:
MacRimi
2026-09-11 19:54:32 +02:00
parent e2dadebda1
commit bee242afa9
11 changed files with 73 additions and 9 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ const POST_INSTALL_SOURCES = new Set(["auto", "customizable"])
// A few sources deserve a friendly name instead of a raw script identifier;
// everything else shows the script it came from.
const FRIENDLY_SOURCE = new Set(["install_proxmenux"])
const FRIENDLY_SOURCE = new Set(["install_proxmenux", "monitor"])
// Which of the three sections a change belongs to: installations are their
// own block, post-install optimizations another, general scripts the rest.