* Docs and releases
* added specific files for package
* added readme
* moved odin.md to README.md in odin folder
* http-server to huginn
* ignore files
While following the tutorial "bepinex.md", step 3 causes a compatibility error if the client has a newer version of "Valheim Plus". This error is somewhat guaranteed as the stable release is newer than specified in step 3.
* Added status command
* Multiple features
* Added HTTP Server
* minor readme update
* Added more info to pretty print output on status
* Update status_update.md
* Updated docs to reflect http endpoint
* Removed a failed IDE refactor
* More IDE blunder
* Added Prometheus Metrics
* Implemented recommendations
* Updated based on suggestions
* Added note to status command
* Remove + from find -mtime
Fixes#289
* Revert "Remove + from find -mtime"
This reverts commit 08af441b79.
* Subtract 1 from AUTO_BACKUP_DAYS_TO_LIVE
Before passing to find mtime argument as +${AUTO_BACKUP_DAYS_TO_LIVE}
Also add log message to indicate old backup removal
* Move backup creation step to after backups are pruned
To handle case where AUTO_BACKUP_DAYS_TO_LIVE == 0 deletes all backups including latest.
New behaviour would be to only retain latest backup and delete all others.
* Fix typo from testing
Also remove duplicated log message
* Added nexus mods and downloader
* Mod downloader ready
* Modified to follow redirect information
* Slimmed down env
* Running with type message fix
* dynamic fetch of latest bepinex version
* Refactored file
* Changes
* Dont use barrow
* Added support for downloading dll and cfg
* Added exit for non zip file
* Add in update subcommand
* Setup skeleton for updating
* Reorganize server functions and constants
* Cleanup logic
* Add more help info for cli
* Add in parsing buildids
* Test cleanup
* Remove appinfo to force latest info to be pulled
* Change update script to use `odin update`
* Implement review comments
* Fix incorrect command exit status check
* Add in unit tests for `UpdateInfo`
* Small spelling and grammar fixes
* Update `AUTO_UPDATE` description
* Another grammatical fix
* Address review comments
* Update outdated message
* Fix check exit statuses
* Supress `pidof` output
* Use more appropriate variable name
Co-authored-by: Michael <12646562+mbround18@users.noreply.github.com>
Fix missing trailing whitespace on UPDATE_ON_STARTUP #202 changes.
Resolves error ```/home/steam/scripts/start_valheim.sh: line 48: [: missing `]'``` logged on container startup and makes UPDATE_ON_STARTUP run as intended.