personal-website-sveltekit/src/lib/content/uses/privacy-hardware-software.md

25 lines
722 B
Markdown
Raw Normal View History

<script>
import ExternalLink from '$lib/components/ExternalLink.svelte';
</script>
## Privacy Hardware and Software
For the past few years I've been working towards moving my data to self-hosted systems and systems I trust to hold my data.
If you want to see more info about this head to my <a href="/privacy">Privacy</a> page.
### Hardware Authentication
- <ExternalLink ariaLabel="YubiKey 5C" href="https://www.yubico.com/product/yubikey-5c/" showIcon>YubiKey 5C</ExternalLink>
### NAS Servers
- <ExternalLink ariaLabel="Synology NAS" href="https://synology.com/" showIcon>Synology DS918+</ExternalLink>
<style lang="postcss">
ul {
list-style-type: square;
padding-inline-start: 4rem;
}
</style>