dashy/docs/credits.md

8.9 KiB

Credits

Sponsors

Robert-Ernst
Robert Ernst
swcarlosrj
Carlos Rufo

Contributors

Lissy93
Alicia Sykes
EVOTk
EVOTk
evroon
Erik Vroon
snyk-bot
Snyk Bot
onedr0p
ᗪєνιη ᗷυнʟ
UrekD
UrekD
BeginCI
Begin
deepsourcebot
DeepSource Bot
turnrye
Ryan Turner

Helpful Users

evotk
Evotk
shadowking001
LawrenceP.
turnrye
Ryan Turner
robert-ernst
Robert Ernst
milesteg1
Milesteg1
niklashere
Niklas

Bots

liss-bot
Alicia Bot
snyk-bot
Snyk Bot
github-actions[bot]
github-actions[bot]

Dependencies 🔗

This app definitely wouldn't have been quite so possible without the making use of the following package and components. Full credit and big kudos to their respective authors, who've done an amazing job in building and maintaining them. For a full breakdown of dependency licenses, please see Legal

Core

At it's core, the application uses Vue.js, as well as it's services. Styling is done with SCSS, JavaScript is currently Babel, (but I am in the process of converting to TypeScript). Linting is done with ESLint and Prettier, both following the AirBnB Styleguide. The config is defined in YAML, and there is a simple Node.js server to serve up the static app and the optional API endpoints.

Utilities
  • crypto-js - Encryption implementations by @evanvosberg and community MIT
  • axios - Promise based HTTP client by @mzabriskie and community MIT
  • ajv - JSON schema Validator by @epoberezkin and community MIT
  • vue-i18n - Internationalization plugin by @kazupon and community MIT
Frontend Components
Backup & Sync Server

Although the app is purely frontend, there is an optional cloud backup and restore feature. This is built as a serverless function on Cloudflare workers using KV and web crypto

External Services

The 1-Click deploy demo uses Play-with-Docker Labs. Code is hosted on GitHub, Docker images are hosted on DockerHub, and the demos are hosted on Netlify.


This page is auto-generated, using contribute-list by @akhilmhdh.