mirror of
https://github.com/agrinman/tunnelto.git
synced 2026-04-25 16:56:00 +03:00
[GH-ISSUE #27] Failed to save authentication key file #118
Labels
No labels
Need more info
bug
duplicate
enhancement
good first issue
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tunnelto#118
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bbros-dev on GitHub (Oct 14, 2020).
Original GitHub issue: https://github.com/agrinman/tunnelto/issues/27
I have a subscription with 5 subdomains set, and use the provided key in the following command.
Running the following as
sudosucceeds. However, run as the ordinary user:Produces this error report:
I'm having trouble working out the folder and file that are being written to.
@agrinman commented on GitHub (Oct 16, 2020):
It tries to create a
.tunnelto/in your home directory (i.e runls ~/.tunnelto/)@agrinman commented on GitHub (Oct 16, 2020):
Thanks for the error report, it shouldn't panic -- it should error in friendly way :)
@bbros-dev commented on GitHub (Oct 17, 2020):
OK, could you consider prioritizing the XDG convention of using location
~/.config/tunnelto/. Then, if~/.config/does not exist andXDG_*are not set, fallback to~/.tunnelto/?@Siilwyn commented on GitHub (Jan 14, 2021):
Would be great indeed!
Can use
dirs::config_dirordirs::data_dirfor that. Would you accept a PR for this @agrinman?@agrinman commented on GitHub (Apr 18, 2021):
hi sorry, missed this! yes a PR for this would be great!
@Siilwyn commented on GitHub (Jun 9, 2021):
Ah it seems I can't use it without paying unless I spin up my own server, not sure if I will pick this up. So for anybody else, feel free to do so.