waveterm/pkg
Evan Simkowitz 33f05c6e0c
Update data and config paths to match platform defaults (#1047)
Going forward for new installations, config and data files will be
stored at the platform default paths, as defined by
[env-paths](https://www.npmjs.com/package/env-paths).

For backwards compatibility, if the `~/.waveterm` or `WAVETERM_HOME`
directory exists and contains valid data, it will be used. If this check
fails, then `WAVETERM_DATA_HOME` and `WAVETERM_CONFIG_HOME` will be
used. If these are not defined, then `XDG_DATA_HOME` and
`XDG_CONFIG_HOME` will be used. Finally, if none of these are defined,
the [env-paths](https://www.npmjs.com/package/env-paths) defaults will
be used.

As with the existing app, dev instances will write to `waveterm-dev`
directories, while all others will write to `waveterm`.
2024-10-22 09:26:58 -07:00
..
authkey make auth key header a constant 2024-08-26 13:55:47 -07:00
blockcontroller merge main to dev 0.9 2024-10-18 09:29:39 -07:00
docsite Fix 404 for docsite subpages when hard reloading app (#995) 2024-10-09 12:42:33 -07:00
eventbus browser view (#1005) 2024-10-17 14:34:02 -07:00
filestore Update data and config paths to match platform defaults (#1047) 2024-10-22 09:26:58 -07:00
gogen update all gopkg imports (#330) 2024-09-05 14:25:45 -07:00
ijson metadata updates (frontend typing) (#174) 2024-07-30 12:33:28 -07:00
remote fix: add conn prefix to askbeforewshinstall flag (#1013) 2024-10-10 17:23:27 -07:00
service browser view (#1005) 2024-10-17 14:34:02 -07:00
shellexec Update data and config paths to match platform defaults (#1047) 2024-10-22 09:26:58 -07:00
telemetry send autoupdate enabled/channel w/ telemetry 2024-09-19 11:58:01 -07:00
trimquotes SSH Agent Integration (#334) 2024-09-06 13:19:38 -07:00
tsgen vdom 3 (#1033) 2024-10-17 14:50:36 -07:00
userinput Migrate websocket eventbus messages to wps (#367) 2024-09-11 18:03:55 -07:00
util Update data and config paths to match platform defaults (#1047) 2024-10-22 09:26:58 -07:00
vdom vdom 3 (#1033) 2024-10-17 14:50:36 -07:00
waveai Move AI model configs to presets and add a dropdown to swap between configs (#1024) 2024-10-12 18:40:14 -04:00
wavebase Update data and config paths to match platform defaults (#1047) 2024-10-22 09:26:58 -07:00
waveobj merge main to dev 0.9 2024-10-18 09:29:39 -07:00
wcloud send autoupdate enabled/channel w/ telemetry 2024-09-19 11:58:01 -07:00
wconfig Update data and config paths to match platform defaults (#1047) 2024-10-22 09:26:58 -07:00
wcore browser view (#1005) 2024-10-17 14:34:02 -07:00
web Update data and config paths to match platform defaults (#1047) 2024-10-22 09:26:58 -07:00
wlayout Plot Sysinfo (#1054) 2024-10-17 15:19:13 -07:00
wps vdom 3 (#1033) 2024-10-17 14:50:36 -07:00
wshrpc merge main to dev 0.9 2024-10-18 09:29:39 -07:00
wshutil Merge branch 'main' into dev-v0.9 2024-10-18 14:39:48 -07:00
wstore Update data and config paths to match platform defaults (#1047) 2024-10-22 09:26:58 -07:00