From: Iago Leal Date: Mon, 9 Oct 2023 16:03:59 +0000 (-0300) Subject: Add ngrok X-Git-Tag: v0.2.0.2~22^2 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/7f2851e8b1dc21554abb32a7e60958e7a47ec20e?ds=sidebyside Add ngrok --- 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." + } + ] +}