website icon indicating copy to clipboard operation
website copied to clipboard

The Gotify Website

Results 7 website issues
Sort by recently updated
recently updated
newest added

documentation for https://github.com/gotify/android/pull/236

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.23.0 to 1.27.0. Release notes Sourced from prismjs's releases. v1.27.0 Release 1.27.0 v1.26.0 Release 1.26.0 v1.25.0 Release 1.25.0 v1.24.1 Release 1.24.1 v1.24.0 Release 1.24.0 Changelog Sourced from...

dependencies

Cover things like: 1. Downloading binary from releases page 2. Unzip it 3. Assign permissions 4. Setup to run as a service 5. Config file/first start

It took me some time to figure out. So, maybe you want to add this to your website: ``` Shelly.call( "HTTP.POST", { "url": "http://localhost:8008/message?token=", "content_type": "application/x-www-form-urlencoded", "body": "message=" }, function(result)...