From: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> Date: Mon, 9 Oct 2023 17:42:09 +0000 (+0200) Subject: Merge pull request #322 from iagoleal/nix X-Git-Tag: v0.2.0.2~21 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/4a15d77efbef9b3e88c0cfedd3001c943ee46663?hp=3c918a0ead48a13fd59ba4c2f83f6077e9999374 Merge pull request #322 from iagoleal/nix --- diff --git a/programs/ngrok.json b/programs/ngrok.json new file mode 100644 index 0000000..be0fb4f --- /dev/null +++ b/programs/ngrok.json @@ -0,0 +1,10 @@ +{ + "name": "ngrok", + "files": [ + { + "path": "$HOME/.ngrok2", + "movable": true, + "help": "Ngrok v3 uses the XDG spec.\n Update from v2 to v3 and run the following command to automatically relocate your configuration to __XDG_CONFIG_HOME__:\n\n```ngrok config upgrade --relocate```\n\nYou have to manually delete the old folder in your __HOME__ after that." + } + ] +}