traggo / server

self-hosted tag-based time tracking
https://traggo.net
GNU General Public License v3.0
1.09k stars 55 forks source link

Web app manifest false URL #136

Closed Bubbu0129 closed 1 year ago

Bubbu0129 commented 1 year ago

Describe the bug

94 added manifest.json, but start_url and scope are both set to /, the root of the site. If traggo is configured to run in a sub-directory, mobile devices won't install the shortcut properly.

Setting

"start_url": "./"
"scope": "."

will solve the bug.

jmattheis commented 1 year ago

I'll change both to ./