Skip to content

Releases: patarapolw/webview-server

Modularize, and remove the defaulted SQLite built-in

02 Sep 13:50
0505f6c
Compare
Choose a tag to compare
Merge pull request #3 from patarapolw/gin

Modularize, and editing pointing is only main.go

SQLite support

02 Sep 01:40
b3b372b
Compare
Choose a tag to compare

SQLite is totally accessible from the frontend, if config.sqlite is set.

Fix relative path resolution (always absolute to the binary)

01 Sep 13:20
Compare
Choose a tag to compare

Make sure the path is always absolute to the binary.

  • Web server API's
  • cmd

Addendum:

  • Normalize filepaths on all platforms, and make it absolute (to executable)

config.yaml and custom cmd

01 Sep 09:54
Compare
Choose a tag to compare

You don't have to edit Golang code, just download the executable, and put it alongside the web server of your choice.

Just be careful about your own web server security.

Chrome DevTools Protocol based

31 Aug 16:50
Compare
Choose a tag to compare

Via zserge/lorca, which internally uses Chrome DevTools Protocol.

Since there is an official package from Google on the protocol now, I might consider migrating.

The code uses cgo, due to trying to full-screen by default.

Basic maximize with CSRF protection

30 Aug 08:24
Compare
Choose a tag to compare

API endpoints are designed to work with lokijs