Files
eol-dr/README.md
Keith Solomon 225cabfa5e
Some checks failed
Convert markdown to Word / convert_via_pandoc (push) Failing after 22s
Convert markdown to Word / temp_conversion_via_pandoc (push) Failing after 25s
Initial commit
2026-01-30 15:30:35 -06:00

29 lines
1.3 KiB
Markdown

# EOL Docs / End-of-life Documentation
Documentation to help you manage my digital life when I'm gone/unable.
## Why?
I was recently discussing with a friend about end-of-life planning. We talked about how important it is to have documentation that outlines what to do with our digital assets when we are no longer able to manage them ourselves.
I realized that while I had some documentation in place, it was incomplete and scattered across various platforms. I wanted to create a comprehensive checklist that would make it easier for my loved ones to handle my digital affairs.
## What?
I created a checklist that covers various aspects of digital life, including:
* Online accounts (email, social media, banking, subscriptions)
* Password management
* Digital assets (photos, documents, cryptocurrencies)
* Instructions for closing or transferring accounts
* Contact information for important services
So here is the checklist:
* In markdown format: [checklist.md](/checklist.md)
* In docx format, generated by the GitHub Action: [checklist.docx](/checklist.docx)
## How?
I used GitHub to host the documentation and set up a GitHub Action to automatically generate a DOCX version of the checklist whenever I update the markdown file. This way, I can ensure that the documentation is always up-to-date and easily accessible in different formats.