Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use standard directories #218

Merged
merged 2 commits into from
Jan 16, 2025
Merged

Use standard directories #218

merged 2 commits into from
Jan 16, 2025

Conversation

n8maninger
Copy link
Member

Uses standard locations for application data instead of the current directory. This brings walletd in line with other system services and makes it easier to manage application data.

Linux, FreeBSD, OpenBSD

  • Configuration: /etc/walletd/walletd.yml
  • Data directory: /var/lib/walletd

macOS

  • Configuration: ~/Library/Application Support/walletd.yml
  • Data directory: ~/Library/Application Support/walletd

Windows

  • Configuration: %APPDATA%\SiaFoundation\walletd.yml
  • Data directory: %APPDATA%\SiaFoundation\walletd

Docker

  • Configuration: /data/walletd.yml
  • Data directory: /data

peterjan
peterjan previously approved these changes Jan 15, 2025
.changeset/use_standard_locations_for_application_data.md Outdated Show resolved Hide resolved
@n8maninger n8maninger merged commit c3fe7b4 into master Jan 16, 2025
9 checks passed
@n8maninger n8maninger deleted the nate/use-standard-directories branch January 16, 2025 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants