146 Commits

Author SHA1 Message Date
M0VUB
6bb1c40f52
Update alpine version 2025-12-14 01:21:41 +00:00
M0VUB
ac22b3dd4a
Merge pull request #15 from ShaYmez/copilot/update-installer-for-docker
Modernize installer: Docker Compose v2, Ubuntu support, unified approach
2025-12-14 00:52:03 +00:00
copilot-swe-agent[bot]
9ecafe7959 Add Ubuntu 22.04 and 24.04 LTS support, remove Ubuntu 20.04
Co-authored-by: ShaYmez <76499782+ShaYmez@users.noreply.github.com>
2025-12-14 00:46:17 +00:00
copilot-swe-agent[bot]
73cceaf444 Simplify installer for modern approach - remove version-specific duplications
Co-authored-by: ShaYmez <76499782+ShaYmez@users.noreply.github.com>
2025-12-14 00:41:08 +00:00
copilot-swe-agent[bot]
0246fe7c27 Fix grammar: 'Your running' to 'You're running'
Co-authored-by: ShaYmez <76499782+ShaYmez@users.noreply.github.com>
2025-12-14 00:38:08 +00:00
copilot-swe-agent[bot]
4a7d71c339 Clean up remaining Debian 10 references in comments
Co-authored-by: ShaYmez <76499782+ShaYmez@users.noreply.github.com>
2025-12-14 00:36:35 +00:00
copilot-swe-agent[bot]
e277e1da53 Fix remaining Debian 10 reference in README
Co-authored-by: ShaYmez <76499782+ShaYmez@users.noreply.github.com>
2025-12-14 00:35:28 +00:00
copilot-swe-agent[bot]
56237a8557 Update installer to always use Docker Compose v2 for Debian 11-13
Co-authored-by: ShaYmez <76499782+ShaYmez@users.noreply.github.com>
2025-12-14 00:34:19 +00:00
copilot-swe-agent[bot]
707813d5f9 Initial plan 2025-12-14 00:30:38 +00:00
M0VUB
61cb04b17d
Merge pull request #14 from ShaYmez/copilot/add-pyproject-toml-file
Replace --break-system-packages with virtual environments for Debian 12+
2025-12-13 22:18:31 +00:00
copilot-swe-agent[bot]
626e500ef0 Improve error handling and robustness based on second code review
Co-authored-by: ShaYmez <76499782+ShaYmez@users.noreply.github.com>
2025-12-13 22:13:06 +00:00
copilot-swe-agent[bot]
4fa32f6fc4 Address code review feedback: fix redundant checks and improve robustness
Co-authored-by: ShaYmez <76499782+ShaYmez@users.noreply.github.com>
2025-12-13 22:10:43 +00:00
copilot-swe-agent[bot]
2860bda260 Update documentation for modern Python virtual environment approach
Co-authored-by: ShaYmez <76499782+ShaYmez@users.noreply.github.com>
2025-12-13 22:08:26 +00:00
copilot-swe-agent[bot]
36c5e38e35 Modernize Python package installation using virtual environments for Debian 12+
Co-authored-by: ShaYmez <76499782+ShaYmez@users.noreply.github.com>
2025-12-13 22:06:53 +00:00
copilot-swe-agent[bot]
3a7c783d31 Initial plan 2025-12-13 22:02:25 +00:00
M0VUB
e0e6bc97e1
Merge pull request #13 from ShaYmez/copilot/fix-pip-installation-issues
Fix pip installation error handling and Debian 12+ compatibility
2025-12-13 21:43:43 +00:00
copilot-swe-agent[bot]
f7e9ef474f Fix indentation consistency in pip installation section
Co-authored-by: ShaYmez <76499782+ShaYmez@users.noreply.github.com>
2025-12-13 21:37:04 +00:00
copilot-swe-agent[bot]
b685e1df1a Enhance pip installation with better error handling and consistency
Co-authored-by: ShaYmez <76499782+ShaYmez@users.noreply.github.com>
2025-12-13 21:34:53 +00:00
copilot-swe-agent[bot]
4121f64576 Initial plan 2025-12-13 21:30:59 +00:00
M0VUB
a2a947a532
Update Docker upstream repo version to 2.0.2 2025-12-13 20:38:28 +00:00
M0VUB
3a2cb08eff
Update HBMonv2 configuration file for production 2025-12-13 19:23:13 +00:00
M0VUB
01c18b30fc
Merge pull request #12 from ShaYmez/copilot/fix-docker-compose-command-not-found
Fix docker-compose command not found on Debian 12+ with docker-compose-plugin
2025-12-13 02:59:22 +00:00
copilot-swe-agent[bot]
41540e3d9e Add clarifying comments to address code review feedback
Co-authored-by: ShaYmez <76499782+ShaYmez@users.noreply.github.com>
2025-12-13 02:56:24 +00:00
copilot-swe-agent[bot]
1424e5e8f0 Improve wrapper creation: check cat exit status directly and add skip message
Co-authored-by: ShaYmez <76499782+ShaYmez@users.noreply.github.com>
2025-12-13 02:54:25 +00:00
copilot-swe-agent[bot]
7235442b54 Simplify error check for wrapper creation to only use file existence test
Co-authored-by: ShaYmez <76499782+ShaYmez@users.noreply.github.com>
2025-12-13 02:51:58 +00:00
copilot-swe-agent[bot]
1cca6057c4 Add error handling for docker-compose wrapper creation
Co-authored-by: ShaYmez <76499782+ShaYmez@users.noreply.github.com>
2025-12-13 02:49:34 +00:00
copilot-swe-agent[bot]
da535e0f5c Fix docker-compose command not found by creating wrapper for docker-compose-plugin
Co-authored-by: ShaYmez <76499782+ShaYmez@users.noreply.github.com>
2025-12-13 02:48:12 +00:00
copilot-swe-agent[bot]
5db86268fb Initial plan 2025-12-13 02:44:59 +00:00
M0VUB
534fe8c480
Merge pull request #11 from ShaYmez/copilot/check-debian-13-support
Verify Debian 13 (Trixie) compatibility and add version 1.5.0 release
2025-12-13 02:31:55 +00:00
copilot-swe-agent[bot]
5a9b990d24 Fix repository references in CHANGELOG for clarity
Co-authored-by: ShaYmez <76499782+ShaYmez@users.noreply.github.com>
2025-12-13 02:29:41 +00:00
copilot-swe-agent[bot]
5ac9ee2a09 Add version 1.5.0 with CHANGELOG and Debian 13 verification
Co-authored-by: ShaYmez <76499782+ShaYmez@users.noreply.github.com>
2025-12-13 02:28:25 +00:00
copilot-swe-agent[bot]
593dec235c Initial plan 2025-12-13 02:17:20 +00:00
M0VUB
12a11f72c7
Merge pull request #10 from ShaYmez/copilot/update-support-email-address
Update contact email from support@gb7nr.co.uk to shane@freestar.network
2025-12-13 01:52:57 +00:00
copilot-swe-agent[bot]
204001b1b4 Update email address from support@gb7nr.co.uk to shane@freestar.network in all script files
Co-authored-by: ShaYmez <76499782+ShaYmez@users.noreply.github.com>
2025-12-13 01:51:05 +00:00
copilot-swe-agent[bot]
8f4747caa2 Initial plan 2025-12-13 01:48:18 +00:00
M0VUB
47bb8f1d47
Update copyright email address in script 2025-12-13 01:46:31 +00:00
M0VUB
ae8308c7df
Merge pull request #9 from ShaYmez/copilot/refactor-initial-setup
Refactor sbin scripts to V2.0 and enable path-independent installation
2025-12-13 01:44:55 +00:00
copilot-swe-agent[bot]
d4e2bb5962 Update all sbin scripts to V2.0 and make installer path-independent
Co-authored-by: ShaYmez <76499782+ShaYmez@users.noreply.github.com>
2025-12-13 01:36:40 +00:00
copilot-swe-agent[bot]
f404d6f413 Initial plan 2025-12-13 01:29:31 +00:00
M0VUB
d7f096ef32
Update version information in hblink3 installer script 2025-12-13 01:26:05 +00:00
M0VUB
804be3c33e
Merge pull request #8 from ShaYmez/copilot/refactor-installation-process
Add Debian 13 support, uninstall functionality, and refactor installation logic
2025-12-13 01:21:48 +00:00
copilot-swe-agent[bot]
fcc314a46d Address code review feedback: fix typo, menu height, and refactor pip helper
Co-authored-by: ShaYmez <76499782+ShaYmez@users.noreply.github.com>
2025-12-13 01:16:43 +00:00
copilot-swe-agent[bot]
89ade8cf14 Add pip installation handling for Debian 12+ restrictions
Co-authored-by: ShaYmez <76499782+ShaYmez@users.noreply.github.com>
2025-12-13 01:13:59 +00:00
copilot-swe-agent[bot]
379ac8ad1a Add Debian 13 support, uninstall functionality, and refactor install script
Co-authored-by: ShaYmez <76499782+ShaYmez@users.noreply.github.com>
2025-12-13 01:11:47 +00:00
copilot-swe-agent[bot]
30f0f02132 Initial plan 2025-12-13 01:06:07 +00:00
M0VUB
b458ffc329
Merge pull request #7 from ShaYmez/copilot/check-install-run-errors
Fix typos and add error handling for external IP detection
2025-11-20 02:12:58 +00:00
copilot-swe-agent[bot]
541a9bf45e Fix multiple typos in README documentation
Co-authored-by: ShaYmez <76499782+ShaYmez@users.noreply.github.com>
2025-11-20 02:07:44 +00:00
copilot-swe-agent[bot]
4b0f43a902 Fix typos and add error handling for curl command
Co-authored-by: ShaYmez <76499782+ShaYmez@users.noreply.github.com>
2025-11-20 02:06:31 +00:00
copilot-swe-agent[bot]
8308b6254e Initial plan 2025-11-20 02:02:33 +00:00
M0VUB
9376c1d610
Update hblink3-docker-install.sh
Versioning
2024-11-13 23:36:20 +00:00