mirror of
https://github.com/agrinman/tunnelto.git
synced 2026-04-26 01:06:01 +03:00
[PR #53] [CLOSED] Save secret key file to XDG data directory #90
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#90
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?
📋 Pull Request Information
Original PR: https://github.com/agrinman/tunnelto/pull/53
Author: @Siilwyn
Created: 6/23/2021
Status: ❌ Closed
Base:
master← Head:follow-xdg-dir📝 Commits (1)
400d96dSave secret key file to XDG data directory📊 Changes
3 files changed (+29 additions, -36 deletions)
View changed files
📝
Cargo.lock(+22 -29)📝
tunnelto/Cargo.toml(+1 -1)📝
tunnelto/src/config.rs(+6 -6)📄 Description
Closes #27
This doesn't completely fix #27 because it misses a nice error message and doesn't check the previous location.
I also took the freedom to update the dirs crate and rename the location variables since the secret key is not a setting to be shared but instead app data.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.