installed app page a nd functionality with fixes to the app catalog page#47
Merged
Conversation
|
Unit tests run: 84 |
smalex-z
approved these changes
Mar 12, 2026
smalex-z
left a comment
Owner
There was a problem hiding this comment.
tested and looks good to me! everything works as expected
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds full management for installed apps: catalog/installed state, service control (systemd + Docker), logs, config, uninstall, and unit tests for the new behavior.
What was implemented
rm-service-dir.sh,read-caddy-config.sh).GET .../logs?tail=200), stats, config (parsed domain/port), and uninstall (POST .../uninstallwithservice_name,remove_volumes).ALTSUITE_DEPLOY_DIRfor script path; install copies helper scripts; sudoers updated for the new scripts.SERVICE_NAME_BY_APP).parseCaddyConfig,getDeployDir, and config handler (400 for invalid service name); frontend tests for Installed page (loading, empty state, controls, logs panel, config panel, uninstall flow).Changes Made
api/):privileged.go– service control, logs, stats, config, uninstall,getDeployDir,parseCaddyConfig;main.go– handlers for logs, stats, config, uninstall;privileged_test.go,main_test.go– new tests.rm-service-dir.sh,read-caddy-config.sh; allowlists in both;install.shcopies scripts;build.shchmod +x;altsuite.sudoersentries for scripts.api.ts–getServiceLogs,getServiceStats,getServiceConfig,uninstallService;__tests__/InstalledPage.test.tsx.Testing
Screenshots (if applicable)