1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-07 03:50:08 +02:00

WIP: Add support for nginx-full, formulae tweaks

This commit is contained in:
2022-11-21 23:55:37 +01:00
parent c6aa06842c
commit c3e55df9fb
9 changed files with 153 additions and 63 deletions

View File

@ -555,6 +555,10 @@
C4C8E819276F54D8003AC782 /* App+ConfigWatch.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4C8E817276F54D8003AC782 /* App+ConfigWatch.swift */; }; C4C8E819276F54D8003AC782 /* App+ConfigWatch.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4C8E817276F54D8003AC782 /* App+ConfigWatch.swift */; };
C4C8E81B276F54E5003AC782 /* PhpConfigWatcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4C8E81A276F54E5003AC782 /* PhpConfigWatcher.swift */; }; C4C8E81B276F54E5003AC782 /* PhpConfigWatcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4C8E81A276F54E5003AC782 /* PhpConfigWatcher.swift */; };
C4C8E81C276F54E5003AC782 /* PhpConfigWatcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4C8E81A276F54E5003AC782 /* PhpConfigWatcher.swift */; }; C4C8E81C276F54E5003AC782 /* PhpConfigWatcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4C8E81A276F54E5003AC782 /* PhpConfigWatcher.swift */; };
C4CB6E65292C362C002E9027 /* Homebrew.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4CB6E64292C362C002E9027 /* Homebrew.swift */; };
C4CB6E66292C362C002E9027 /* Homebrew.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4CB6E64292C362C002E9027 /* Homebrew.swift */; };
C4CB6E67292C362C002E9027 /* Homebrew.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4CB6E64292C362C002E9027 /* Homebrew.swift */; };
C4CB6E68292C362C002E9027 /* Homebrew.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4CB6E64292C362C002E9027 /* Homebrew.swift */; };
C4CCBA6C275C567B008C7055 /* PMWindowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4CCBA6B275C567B008C7055 /* PMWindowController.swift */; }; C4CCBA6C275C567B008C7055 /* PMWindowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4CCBA6B275C567B008C7055 /* PMWindowController.swift */; };
C4CCBA6D275C567B008C7055 /* PMWindowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4CCBA6B275C567B008C7055 /* PMWindowController.swift */; }; C4CCBA6D275C567B008C7055 /* PMWindowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4CCBA6B275C567B008C7055 /* PMWindowController.swift */; };
C4CDA893288F1A71007CE25F /* Keys.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4CDA892288F1A71007CE25F /* Keys.swift */; }; C4CDA893288F1A71007CE25F /* Keys.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4CDA892288F1A71007CE25F /* Keys.swift */; };
@ -862,6 +866,7 @@
C4C8900628F0E3EF00CE5E97 /* ActiveFileSystem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActiveFileSystem.swift; sourceTree = "<group>"; }; C4C8900628F0E3EF00CE5E97 /* ActiveFileSystem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActiveFileSystem.swift; sourceTree = "<group>"; };
C4C8E817276F54D8003AC782 /* App+ConfigWatch.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "App+ConfigWatch.swift"; sourceTree = "<group>"; }; C4C8E817276F54D8003AC782 /* App+ConfigWatch.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "App+ConfigWatch.swift"; sourceTree = "<group>"; };
C4C8E81A276F54E5003AC782 /* PhpConfigWatcher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PhpConfigWatcher.swift; sourceTree = "<group>"; }; C4C8E81A276F54E5003AC782 /* PhpConfigWatcher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PhpConfigWatcher.swift; sourceTree = "<group>"; };
C4CB6E64292C362C002E9027 /* Homebrew.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Homebrew.swift; sourceTree = "<group>"; };
C4CCBA6B275C567B008C7055 /* PMWindowController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PMWindowController.swift; sourceTree = "<group>"; }; C4CCBA6B275C567B008C7055 /* PMWindowController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PMWindowController.swift; sourceTree = "<group>"; };
C4CDA892288F1A71007CE25F /* Keys.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Keys.swift; sourceTree = "<group>"; }; C4CDA892288F1A71007CE25F /* Keys.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Keys.swift; sourceTree = "<group>"; };
C4CE3BB727B31F2E0086CA49 /* MainMenu+Switcher.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "MainMenu+Switcher.swift"; sourceTree = "<group>"; }; C4CE3BB727B31F2E0086CA49 /* MainMenu+Switcher.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "MainMenu+Switcher.swift"; sourceTree = "<group>"; };
@ -1083,6 +1088,7 @@
C4C1019A27C65C6F001FACC2 /* Process.swift */, C4C1019A27C65C6F001FACC2 /* Process.swift */,
C40C7F2F27722E8D00DDDCDC /* Logger.swift */, C40C7F2F27722E8D00DDDCDC /* Logger.swift */,
C417DC73277614690015E6EE /* Helpers.swift */, C417DC73277614690015E6EE /* Helpers.swift */,
C4CB6E64292C362C002E9027 /* Homebrew.swift */,
); );
path = Core; path = Core;
sourceTree = "<group>"; sourceTree = "<group>";
@ -2094,6 +2100,7 @@
C4B97B75275CF08C003F3378 /* AppDelegate+MenuOutlets.swift in Sources */, C4B97B75275CF08C003F3378 /* AppDelegate+MenuOutlets.swift in Sources */,
C41C02A627E60D7A009F26CB /* SiteScanner.swift in Sources */, C41C02A627E60D7A009F26CB /* SiteScanner.swift in Sources */,
C464ADAC275A7A3F003FCD53 /* DomainListWindowController.swift in Sources */, C464ADAC275A7A3F003FCD53 /* DomainListWindowController.swift in Sources */,
C4CB6E65292C362C002E9027 /* Homebrew.swift in Sources */,
C464ADB2275A87CA003FCD53 /* DomainListCellProtocol.swift in Sources */, C464ADB2275A87CA003FCD53 /* DomainListCellProtocol.swift in Sources */,
C4EE188422D3386B00E126E5 /* Constants.swift in Sources */, C4EE188422D3386B00E126E5 /* Constants.swift in Sources */,
C493084A279F331F009C240B /* AddSiteVC.swift in Sources */, C493084A279F331F009C240B /* AddSiteVC.swift in Sources */,
@ -2250,6 +2257,7 @@
C471E7E328F9BAC20021E251 /* Logger.swift in Sources */, C471E7E328F9BAC20021E251 /* Logger.swift in Sources */,
C471E7FD28F9BACE0021E251 /* HomebrewService.swift in Sources */, C471E7FD28F9BACE0021E251 /* HomebrewService.swift in Sources */,
C471E7E428F9BAC20021E251 /* Helpers.swift in Sources */, C471E7E428F9BAC20021E251 /* Helpers.swift in Sources */,
C4CB6E67292C362C002E9027 /* Homebrew.swift in Sources */,
C45E2A77291992DA005C7CFD /* FeatureTestCase.swift in Sources */, C45E2A77291992DA005C7CFD /* FeatureTestCase.swift in Sources */,
C471E82028F9BB290021E251 /* NginxConfigurationFile.swift in Sources */, C471E82028F9BB290021E251 /* NginxConfigurationFile.swift in Sources */,
C471E7D428F9BA8F0021E251 /* ActiveFileSystem.swift in Sources */, C471E7D428F9BA8F0021E251 /* ActiveFileSystem.swift in Sources */,
@ -2413,6 +2421,7 @@
C471E7EA28F9BAC30021E251 /* Logger.swift in Sources */, C471E7EA28F9BAC30021E251 /* Logger.swift in Sources */,
C471E7FB28F9BACE0021E251 /* HomebrewService.swift in Sources */, C471E7FB28F9BACE0021E251 /* HomebrewService.swift in Sources */,
C471E7EB28F9BAC30021E251 /* Helpers.swift in Sources */, C471E7EB28F9BAC30021E251 /* Helpers.swift in Sources */,
C4CB6E68292C362C002E9027 /* Homebrew.swift in Sources */,
C4181F1128FAF9330042EA28 /* UITestCase.swift in Sources */, C4181F1128FAF9330042EA28 /* UITestCase.swift in Sources */,
C471E81F28F9BB290021E251 /* NginxConfigurationFile.swift in Sources */, C471E81F28F9BB290021E251 /* NginxConfigurationFile.swift in Sources */,
C471E7BF28F9B90F0021E251 /* StartupTest.swift in Sources */, C471E7BF28F9B90F0021E251 /* StartupTest.swift in Sources */,
@ -2502,6 +2511,7 @@
C485707B28BF458900539B36 /* VersionPopoverView.swift in Sources */, C485707B28BF458900539B36 /* VersionPopoverView.swift in Sources */,
C4E2E85D28FC282B003B070C /* TestableConfiguration.swift in Sources */, C4E2E85D28FC282B003B070C /* TestableConfiguration.swift in Sources */,
C485706E28BF451C00539B36 /* OnboardingWindowController.swift in Sources */, C485706E28BF451C00539B36 /* OnboardingWindowController.swift in Sources */,
C4CB6E66292C362C002E9027 /* Homebrew.swift in Sources */,
C43603A1275E67610028EFC6 /* AppDelegate+Notifications.swift in Sources */, C43603A1275E67610028EFC6 /* AppDelegate+Notifications.swift in Sources */,
C4C3643A28AE4FCE00C0770E /* StatusMenu+Items.swift in Sources */, C4C3643A28AE4FCE00C0770E /* StatusMenu+Items.swift in Sources */,
C42759682627662800093CAE /* NSMenuExtension.swift in Sources */, C42759682627662800093CAE /* NSMenuExtension.swift in Sources */,

View File

@ -13,31 +13,32 @@ class Actions {
// MARK: - Services // MARK: - Services
public static func restartPhpFpm() async { public static func restartPhpFpm() async {
await brew("services restart \(PhpEnv.phpInstall.formula)", sudo: true) await brew("services restart \(Homebrew.Formulae.php.name)", sudo: Homebrew.Formulae.php.elevated)
} }
public static func restartNginx() async { public static func restartNginx() async {
await brew("services restart nginx", sudo: true) await brew("services restart \(Homebrew.Formulae.nginx.name)", sudo: Homebrew.Formulae.nginx.elevated)
} }
public static func restartDnsMasq() async { public static func restartDnsMasq() async {
await brew("services restart dnsmasq", sudo: true) await brew("services restart \(Homebrew.Formulae.dnsmasq.name)", sudo: Homebrew.Formulae.dnsmasq.elevated)
} }
public static func stopValetServices() async { public static func stopValetServices() async {
await brew("services stop \(PhpEnv.phpInstall.formula)", sudo: true) await brew("services stop \(Homebrew.Formulae.php)", sudo: Homebrew.Formulae.php.elevated)
await brew("services stop nginx", sudo: true) await brew("services stop \(Homebrew.Formulae.nginx)", sudo: Homebrew.Formulae.nginx.elevated)
await brew("services stop dnsmasq", sudo: true) await brew("services stop \(Homebrew.Formulae.dnsmasq)", sudo: Homebrew.Formulae.dnsmasq.elevated)
} }
public static func fixHomebrewPermissions() throws { public static func fixHomebrewPermissions() throws {
var servicesCommands = [ var servicesCommands = [
"\(Paths.brew) services stop nginx", "\(Paths.brew) services stop \(Homebrew.Formulae.nginx)",
"\(Paths.brew) services stop dnsmasq" "\(Paths.brew) services stop \(Homebrew.Formulae.dnsmasq)"
] ]
var cellarCommands = [ var cellarCommands = [
"chown -R \(Paths.whoami):admin \(Paths.cellarPath)/nginx", "chown -R \(Paths.whoami):admin \(Paths.cellarPath)/\(Homebrew.Formulae.nginx)",
"chown -R \(Paths.whoami):admin \(Paths.cellarPath)/dnsmasq" "chown -R \(Paths.whoami):admin \(Paths.cellarPath)/\(Homebrew.Formulae.dnsmasq)"
] ]
PhpEnv.shared.availablePhpVersions.forEach { version in PhpEnv.shared.availablePhpVersions.forEach { version in
@ -68,7 +69,7 @@ class Actions {
public static func stopService(name: String) async { public static func stopService(name: String) async {
await brew( await brew(
"services stop \(name)", "services stop \(name)",
sudo: ServicesManager.shared.rootServices.contains { $0.value.name == name } sudo: ServicesManager.shared.services[name]?.formula.elevated ?? false
) )
await ServicesManager.loadHomebrewServices() await ServicesManager.loadHomebrewServices()
} }
@ -76,7 +77,7 @@ class Actions {
public static func startService(name: String) async { public static func startService(name: String) async {
await brew( await brew(
"services start \(name)", "services start \(name)",
sudo: ServicesManager.shared.rootServices.contains { $0.value.name == name } sudo: ServicesManager.shared.services[name]?.formula.elevated ?? false
) )
await ServicesManager.loadHomebrewServices() await ServicesManager.loadHomebrewServices()
} }
@ -138,9 +139,9 @@ class Actions {
public static func fixMyValet(completed: @escaping () -> Void) { public static func fixMyValet(completed: @escaping () -> Void) {
InternalSwitcher().performSwitch(to: PhpEnv.brewPhpAlias, completion: { InternalSwitcher().performSwitch(to: PhpEnv.brewPhpAlias, completion: {
Task { // Restart all services asynchronously and fire callback upon completion Task { // Restart all services asynchronously and fire callback upon completion
await brew("services restart dnsmasq", sudo: true) await brew("services restart \(Homebrew.Formulae.dnsmasq)", sudo: Homebrew.Formulae.dnsmasq.elevated)
await brew("services restart php", sudo: true) await brew("services restart \(Homebrew.Formulae.php)", sudo: Homebrew.Formulae.php.elevated)
await brew("services restart nginx", sudo: true) await brew("services restart \(Homebrew.Formulae.nginx)", sudo: Homebrew.Formulae.nginx.elevated)
completed() completed()
} }
}) })

View File

@ -0,0 +1,37 @@
//
// Homebrew.swift
// PHP Monitor
//
// Created by Nico Verbruggen on 21/11/2022.
// Copyright © 2022 Nico Verbruggen. All rights reserved.
//
import Foundation
class Homebrew {
struct Formulae {
static var php: HomebrewFormula {
return HomebrewFormula(PhpEnv.phpInstall.formula, elevated: true)
}
static var nginx: HomebrewFormula {
return HomebrewDiagnostics.usesNginxFullFormula
? HomebrewFormula("nginx-full", elevated: true)
: HomebrewFormula("nginx", elevated: true)
}
static var dnsmasq: HomebrewFormula {
return HomebrewFormula("dnsmasq", elevated: true)
}
}
}
class HomebrewFormula {
let name: String
let elevated: Bool
init(_ name: String, elevated: Bool = true) {
self.name = name
self.elevated = elevated
}
}

View File

@ -83,9 +83,6 @@ class App {
/** List of detected (installed) applications that PHP Monitor can work with. */ /** List of detected (installed) applications that PHP Monitor can work with. */
var detectedApplications: [Application] = [] var detectedApplications: [Application] = []
/** The services manager, responsible for figuring out what services are active/inactive. */
var services = ServicesManager.shared
/** The warning manager, responsible for keeping track of warnings. */ /** The warning manager, responsible for keeping track of warnings. */
var warnings = WarningManager.shared var warnings = WarningManager.shared

View File

@ -13,45 +13,78 @@ class ServicesManager: ObservableObject {
static var shared = ServicesManager() static var shared = ServicesManager()
@Published var rootServices: [String: HomebrewService] = [:] private var formulae: [HomebrewFormula]
@Published var userServices: [String: HomebrewService] = [:]
public static func loadHomebrewServices() async { @Published var services: [String: ServiceWrapper] = [:]
let rootServiceNames = [
PhpEnv.phpInstall.formula, init() {
"nginx", formulae = [
"dnsmasq" Homebrew.Formulae.php,
Homebrew.Formulae.nginx,
Homebrew.Formulae.dnsmasq
] ]
let normalJson = await Shell let additionalFormulae = (Preferences.custom.services ?? []).map({ item in
.pipe("sudo \(Paths.brew) services info --all --json") return HomebrewFormula(item, elevated: false)
.out.data(using: .utf8)! })
let normalServices = try! JSONDecoder() formulae.append(contentsOf: additionalFormulae)
.decode([HomebrewService].self, from: normalJson)
.filter({ return rootServiceNames.contains($0.name) })
Task { @MainActor in services = Dictionary(uniqueKeysWithValues: formulae.map { ($0.name, ServiceWrapper(formula: $0)) })
ServicesManager.shared.rootServices = Dictionary( }
uniqueKeysWithValues: normalServices.map { ($0.name, $0) }
) public static func loadHomebrewServices() async {
Task {
let rootServiceNames = Self.shared.formulae
.filter { $0.elevated }
.map { $0.name }
let rootJson = await Shell
.pipe("sudo \(Paths.brew) services info --all --json")
.out.data(using: .utf8)!
let rootServices = try! JSONDecoder()
.decode([HomebrewService].self, from: rootJson)
.filter({ return rootServiceNames.contains($0.name) })
Task { @MainActor in
for service in rootServices {
Self.shared.services[service.name]!.service = service
}
}
} }
guard let userServiceNames = Preferences.custom.services else { return } Task {
let userServiceNames = Self.shared.formulae
.filter { !$0.elevated }
.map { $0.name }
let rootJson = await Shell let normalJson = await Shell
.pipe("\(Paths.brew) services info --all --json") .pipe("\(Paths.brew) services info --all --json")
.out .out.data(using: .utf8)!
.data(using: .utf8)!
let rootServices = try! JSONDecoder() let userServices = try! JSONDecoder()
.decode([HomebrewService].self, from: rootJson) .decode([HomebrewService].self, from: normalJson)
.filter({ return userServiceNames.contains($0.name) }) .filter({ return userServiceNames.contains($0.name) })
Task { @MainActor in Task { @MainActor in
ServicesManager.shared.userServices = Dictionary( for service in userServices {
uniqueKeysWithValues: rootServices.map { ($0.name, $0) } Self.shared.services[service.name]!.service = service
) }
}
}
}
/**
Service wrapper, that contains the Homebrew JSON output (if determined) and the formula.
This helps the app determine whether a service should run as an administrator or not.
*/
public class ServiceWrapper {
public let formula: HomebrewFormula
public var service: HomebrewService?
init(formula: HomebrewFormula) {
self.formula = formula
} }
} }
@ -60,11 +93,11 @@ class ServicesManager: ObservableObject {
*/ */
func withDummyServices(_ services: [String: Bool]) -> Self { func withDummyServices(_ services: [String: Bool]) -> Self {
for (service, enabled) in services { for (service, enabled) in services {
let item = HomebrewService.dummy(named: service, enabled: enabled) let item = ServiceWrapper(formula: HomebrewFormula(service))
self.rootServices[service] = item item.service = HomebrewService.dummy(named: service, enabled: enabled)
self.services[service] = item
} }
return self return self
} }
} }

View File

@ -162,7 +162,7 @@ class Startup {
EnvironmentCheck( EnvironmentCheck(
command: { command: {
await HomebrewDiagnostics.loadInstalledTaps() await HomebrewDiagnostics.loadInstalledTaps()
return await HomebrewDiagnostics.cannotLoadService("nginx") return await HomebrewDiagnostics.cannotLoadService("dnsmasq")
}, },
name: "`sudo \(Paths.brew) services info` JSON loaded", name: "`sudo \(Paths.brew) services info` JSON loaded",
titleText: "startup.errors.services_json_error.title".localized, titleText: "startup.errors.services_json_error.title".localized,

View File

@ -34,6 +34,17 @@ class HomebrewDiagnostics {
return installedTaps.contains("nicoverbruggen/cask") return installedTaps.contains("nicoverbruggen/cask")
}() }()
/**
Determines whether to use the regular `nginx` or `nginx-full` formula.
*/
public static var usesNginxFullFormula: Bool = {
guard let destination = try? FileManager.default
.destinationOfSymbolicLink(atPath: "\(Paths.binPath)/nginx") else { return false }
// Verify that the `nginx` binary is symlinked to a directory that includes `nginx-full`.
return destination.contains("/nginx-full/")
}()
/** /**
It is possible to have the `shivammathur/php` tap installed, and for the core homebrew information to be outdated. It is possible to have the `shivammathur/php` tap installed, and for the core homebrew information to be outdated.
This will then result in two different aliases claiming to point to the same formula (`php`). This will then result in two different aliases claiming to point to the same formula (`php`).

View File

@ -36,8 +36,13 @@ extension MainMenu {
// Determine install method // Determine install method
Log.info(HomebrewDiagnostics.customCaskInstalled Log.info(HomebrewDiagnostics.customCaskInstalled
? "The app has probably been installed via Homebrew Cask." ? "[BREW] The app has probably been installed via Homebrew Cask."
: "The app has probably been installed directly." : "[BREW] The app has probably been installed directly."
)
Log.info(HomebrewDiagnostics.usesNginxFullFormula
? "[BREW] The app will be using the `nginx-full` formula."
: "[BREW] The app will be using the `nginx` formula."
) )
// Attempt to find out more info about Valet // Attempt to find out more info about Valet

View File

@ -17,9 +17,9 @@ struct ServicesView: View {
static func asMenuItem(perRow: Int = 3) -> NSMenuItem { static func asMenuItem(perRow: Int = 3) -> NSMenuItem {
let item = NSMenuItem() let item = NSMenuItem()
var services = [ var services = [
PhpEnv.phpInstall.formula, Homebrew.Formulae.php.name,
"nginx", Homebrew.Formulae.nginx.name,
"dnsmasq" Homebrew.Formulae.dnsmasq.name
] ]
if Preferences.custom.hasServices() { if Preferences.custom.hasServices() {
@ -76,16 +76,12 @@ struct CheckmarkView: View {
@EnvironmentObject var manager: ServicesManager @EnvironmentObject var manager: ServicesManager
public func hasAnyServices() -> Bool { public func hasAnyServices() -> Bool {
return !manager.rootServices.isEmpty return !manager.services.isEmpty
} }
public func active() -> Bool? { public func active() -> Bool? {
if manager.rootServices.keys.contains(serviceName) { if manager.services.keys.contains(serviceName) {
return manager.rootServices[serviceName]!.running return manager.services[serviceName]!.service?.running ?? nil
}
if manager.userServices.keys.contains(serviceName) {
return manager.userServices[serviceName]!.running
} }
return nil return nil