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
ProxMenuxBot
39ddb7c8f9
Update helpers_cache.json
2025-11-12 12:41:44 +00:00
ProxMenuxBot
3c509ce0e4
Update helpers_cache.json
2025-11-12 12:38:40 +00:00
cod378
048cf2fb8f
docs: update project name references from ProxMenuxDotDeb to ProxMenuxOffline
2025-11-12 05:21:33 +00:00
cod378
0a20821c41
refactor: remove verbose cleanup messages from temporary file removal
2025-11-12 05:00:06 +00:00
cod378
e0eaf6267f
fix: suppress git clone output to reduce installation noise
2025-11-12 04:53:37 +00:00
cod378
3ddf98277f
refactor: update utils script source URL to offline repository
2025-11-12 04:48:29 +00:00
cod378
85294bcd33
fix: correct utils.sh download URL format
2025-11-12 04:40:10 +00:00
cod378
acff4523f3
refactor: simplify utils.sh loading with inline sourcing
...
- Replaced conditional file check with direct curl sourcing using process substitution
- Streamlined error handling to single-line check
2025-11-12 04:29:40 +00:00
cod378
bf71e1f9b8
refactor: update comment for utils.sh loading
2025-11-12 04:23:43 +00:00
cod378
f0bcdc1c25
refactor: move utils.sh loading to script initialization because this is an installer dependency
2025-11-12 04:22:11 +00:00
cod378
43526c58bd
refactor: reorganize installer to use git-based offline installation
...
- Changed from local script loading to cloning repository into temporary directory
- Added cleanup function with trap to ensure temporary files are removed on exit
- Added git as a required dependency for the installation process
2025-11-12 04:11:41 +00:00
cod378
ce3c7a545e
feat: add GitHub authentication script to gitignore
2025-11-12 04:04:10 +00:00
cod378
9498e4e7eb
Merge branch 'MacRimi:main' into main
2025-11-11 23:39:28 -03:00
ProxMenuxBot
4ec7c207f4
Update helpers_cache.json
2025-11-12 01:29:08 +00:00
ProxMenuxBot
000479463f
Update helpers_cache.json
2025-11-12 01:04:12 +00:00