Commit Graph

3229 Commits

Author SHA1 Message Date
ProxMenuxBot
74a7569f4c Update helpers_cache.json 2025-11-14 17:18:37 +00:00
MacRimi
66185e3b91 Update cache 2025-11-14 18:17:23 +01:00
MacRimi
1b2beda695 Update workflow 2025-11-14 18:15:56 +01:00
MacRimi
feb3b5ef5f Update config_menu.sh 2025-11-14 17:44:19 +01:00
MacRimi
b2439331b3 Update install_proxmenux.sh 2025-11-14 17:26:08 +01:00
MacRimi
f1000afc27 Delete ProxMenux-1.0.0.AppImage 2025-11-14 17:06:58 +01:00
github-actions[bot]
5fc2a82423 Update AppImage build (2025-11-14 16:02:55) 2025-11-14 16:02:55 +00:00
MacRimi
a27f884418 Merge branch 'main' of https://github.com/MacRimi/ProxMenux 2025-11-14 16:59:35 +01:00
MacRimi
cae4b73226 Update AppImage 2025-11-14 16:59:18 +01:00
MacRimi
50ed293de2 Merge pull request #76 from c78-contrib/main
Proxmenux offline mode
2025-11-14 16:56:04 +01:00
cod378
616b772a45 chore: remove test installer script
- Delete install_proxmenux_test.sh (1048 lines)
- Test installer no longer needed after validation
2025-11-14 02:40:48 +00:00
cod378
c1d00e21db fix: suppress systemctl output in ProxMenux Monitor uninstaller
- Redirect stdout and stderr to /dev/null for stop, disable, daemon-reload, and reset-failed commands
- Maintain clean console output during uninstallation process
2025-11-14 02:37:43 +00:00
cod378
2e8e2b61d3 fix: use MONITOR_SERVICE constant instead of MONITOR_SERVICE_NAME in uninstall function 2025-11-14 02:30:19 +00:00
cod378
ba595c9719 feat: add test installer script with offline support and ProxMenux Monitor uninstaller 2025-11-14 02:21:00 +00:00
cod378
e392f6a2b7 feat: add cod378 to contributors list in config_menu.sh 2025-11-14 02:20:07 +00:00
cod378
7457e71776 Merge branch 'MacRimi:main' into main 2025-11-13 23:08:13 -03:00
cod378
982d0dd72e Merge branch 'main' of github.com:c78-contrib/ProxMenuxOffline 2025-11-14 01:49:58 +00:00
cod378
d345f96518 feat: add ProxMenux Monitor uninstallation to config menu
- Add uninstall_proxmenux_monitor() function with systemd service cleanup
- Stop and disable monitor service if active
- Remove systemd unit file and reload daemon
- Integrate monitor uninstallation into main uninstall_proxmenu() workflow
- Define MONITOR_UNIT_FILE constant for service file path
2025-11-14 01:49:39 +00:00
ProxMenuxBot
469874e975 Update helpers_cache.json 2025-11-14 01:37:35 +00:00
ProxMenuxBot
6ba817cd43 Update helpers_cache.json 2025-11-14 01:03:21 +00:00
MacRimi
42f2e69e3a Update AppImagen 2025-11-13 21:12:32 +01:00
MacRimi
12442b4bd3 Update settings.tsx 2025-11-13 20:59:36 +01:00
MacRimi
305d37a13b Update settings.tsx 2025-11-13 20:43:13 +01:00
MacRimi
4baf60174f Update settings.tsx 2025-11-13 20:36:35 +01:00
MacRimi
8cd1ac6a4b Update settings.tsx 2025-11-13 20:29:22 +01:00
MacRimi
c65fef638e Update settings.tsx 2025-11-13 20:23:08 +01:00
MacRimi
a030cd7e28 Update flask_auth_routes.py 2025-11-13 20:16:39 +01:00
MacRimi
59a3b7eac5 Update settings.tsx 2025-11-13 20:10:00 +01:00
MacRimi
2faac48adf Update settings.tsx 2025-11-13 20:01:08 +01:00
MacRimi
3883039764 Update AppImage 2025-11-13 19:51:42 +01:00
MacRimi
307ed0c637 Update AppImage 2025-11-13 19:43:17 +01:00
MacRimi
96ffdb65d0 Update README.md 2025-11-13 19:36:45 +01:00
MacRimi
5ca55798b2 Update README.md 2025-11-13 19:20:06 +01:00
MacRimi
cd32e11c6d Update AppImage 2025-11-13 19:11:56 +01:00
MacRimi
774cbe4c9d Update AppImage 2025-11-13 18:32:44 +01:00
MacRimi
1d0bb20506 Update AppImage 2025-11-13 18:21:37 +01:00
MacRimi
8064e107f4 Update AppImage 2025-11-13 17:56:42 +01:00
MacRimi
c1d1121ed1 Update AppImage 2025-11-13 17:46:07 +01:00
MacRimi
07603f11db Update api-config.ts 2025-11-13 17:25:51 +01:00
MacRimi
ec22c857d5 Update api-config.ts 2025-11-13 17:20:31 +01:00
MacRimi
364e808261 Update api-config.ts 2025-11-13 17:14:47 +01:00
MacRimi
1d47ad0c4b Update AppImage 2025-11-13 16:58:45 +01:00
cod378
c9d0eac6cc Merge branch 'main' of github.com:c78-contrib/ProxMenuxOffline 2025-11-13 03:23:32 +00:00
cod378
97fc72b78a fix: add validation for missing ProxMenux Monitor AppImage
- Check if AppImage exists before attempting installation
- Display clear error message when AppImage is not found
- Update config to track installation failure state
2025-11-13 03:23:11 +00:00
cod378
7b1111430b chore: remove unused offline installer script 2025-11-13 03:22:52 +00:00
cod378
4f3306cd0f Merge branch 'MacRimi:main' into main 2025-11-12 23:56:22 -03:00
cod378
d3f7056ece Merge branch 'main' of github.com:c78-contrib/ProxMenuxOffline 2025-11-13 02:52:26 +00:00
cod378
9f3286c570 feat: migrate to offline installer with enhanced monitor deployment
- Restructured installer to use local repository files instead of remote downloads for improved reliability
- Added comprehensive logging functions (spinner, type_text, msg_* helpers) and dual logo support for SSH/noVNC terminals
- Implemented AppImage version detection, SHA256 verification, and systemd service management for ProxMenux Monitor
- Updated metadata to reflect toolkit positioning and added contributor attribution
2025-11-13 02:50:41 +00:00
ProxMenuxBot
16fc737b2d Update helpers_cache.json 2025-11-12 18:29:07 +00:00
ProxMenuxBot
3e0ae709d9 Update helpers_cache.json 2025-11-12 18:19:51 +00:00