Compare commits

..

No commits in common. 'master' and 'v1.7.0' have entirely different histories.

@ -5,72 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.9.5],[1.9.4],[1.9.3] - 2025-03-19
## [Unreleased]
### Fixed
- Detecting mikr.us API key / hostname
- Detecting domains on old hostnames
## [1.9.2] - 2025-03-13
### Changed
- Adjusted to new mikr.us host naming strategy
### Fixed
- Limited of watchdog logs added for diagnostics
## [1.9.1] - 2024-10-26
### Added
- Detecting and fixing docker server issues
- Additional cleanup of container logs
- Events added to logs and diagnostics
- Mail notification on possible update
- Build date shown in UI, logs and diagnostics
- Forced update flag
- Gracefull handling of repo 404 and invalid channels
### Changed
- Tool update mechanism taking into account build date
### Fixed
- Cleanups and refactoring in dialogs
- Bugs in update detection
## [1.9.0] - 2024-10-12
### Added
- Cleanup menu
- Gathering and sending encrypted diagnostics
- Watchdog notifications for low free space
### Changed
- Main menu, moved update items to its own submenu
- Added diagnostics encryption key to about dialog
### Fixed
- More robust watchdog, detects and restarts stale MongoDB
## [1.8.1] - 2024-01-17
### Added
- Custom update channels support
### Changed
- Added more detailed logs in case of watchdog failure
## [1.8.0] - 2024-01-07
## [1.8.0] - 2024-01-06
### Added
@ -81,11 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Main menu status show live calculated status instead of Nightscout container status
### Fixed
- Removed underscore from domain name hint, as xDrip and NS have issues with domains containing it
- Main menu status show overal calculated status instead of Nightscout container
### Fixed

File diff suppressed because it is too large Load Diff

@ -1,6 +1,6 @@
{
"name": "@dlvoy/ns-installer-mikrus",
"version": "1.9.5",
"version": "1.8.0",
"description": "Nightscout installer for mikr.us VPS",
"main": "index.js",
"scripts": {

File diff suppressed because it is too large Load Diff

@ -1,11 +1,11 @@
#!/bin/bash
### version: 1.9.5
### version: 1.8.0
# ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.#
# Nightscout Mikr.us setup script #
# ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.#
# (c)2025 by Dominik Dzienia #
# (c)2023 by Dominik Dzienia #
# <dominik.dzienia@gmail.com> #
# Licensed under MIT license #
# ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.#
@ -26,7 +26,6 @@ if [[ ! -d "$DIR" ]]; then DIR="$PWD"; fi
# MAIN SCRIPT
#=======================================
startup_version
parse_commandline_args "$@"
# check_interactive
check_git
@ -36,7 +35,6 @@ check_jq
check_ufw
check_nano
check_dateutils
check_diceware
setup_packages
setup_node
check_dotenv
@ -44,7 +42,6 @@ setup_users
setup_dir_structure
download_conf
download_tools
setup_security
update_if_needed
setup_firewall

@ -1 +1 @@
2025-03-19T00:31:27.110Z
2024-01-06T21:57:56.813Z
Loading…
Cancel
Save