* Version bump
* bump node,go,docker-compose versions
build fixes
mod updates
* fix docker-compose
* test with updated slack-url
* remove coveralls testing coverage
* bump go version
* bump go version
* replace go version
* bump go versino
* update version on workflow
* restore cache hit
* fix: log search error
* dev: Add base.gohtml in assets [#137](https://github.com/statping-ng/statping-ng/issues/137)
* Removed useless logging messages [#137](https://github.com/statping-ng/statping-ng/issues/137)
* fix http_proxy param
Hello.
In latest build of statping (v0.90.80) not worked http requests via http_proxy.
This commit can fix this.
* Typo fixed in czech.js
Typo fixed in czech.js
* Dev Build to Go Version 1.17.x
* Unstable and Stable Build to Go Version 1.17.x
* Test Mac M1 Builds
* Wrong Branch
aevert oTest Mac M1 Builds"
This reverts commit ec6deacbf4.
* Test Mac M1 Builds, Fix Windows 32bit.
* Update Darwin Build Matrix.
* Fix Erronious MacOS Env
* M1 Build fixes for unstable and stable.
Co-authored-by: Jonathan Barney <jonathanrbarney@gmail.com>
Co-authored-by: herb <herb@getjerry.com>
Co-authored-by: Geoffroy Arnoud <geoffroy.arnoud@renater.fr>
Co-authored-by: Viktor Sidorenko <sidorenko.vik@gmail.com>
Co-authored-by: Jaroslav Lichtblau <svetlemodry@users.noreply.github.com>
Directories were reported as read-only as soon as the effective uid didn't the
match directory owner.
Rewrite permission validation to properly support UNIX permissions.
Does not support for Access Control Lists.
Fixes#87
You can set the environment variable BASE_PATH=statping so that https://yoursite.domain:1234/statping/ is how the app is accessed. Note that a forward-slash is not used (which would otherwise allow just the variable to be dropped in). In order to do that, the healthcheck, which does not obey BASE_PATH, must be disabled. This should make it continue to work.