Files
privacy.sexy/README.md
2020-05-23 22:59:29 +01:00

4.3 KiB

privacy.sexy

Build & deploy status Vulnerabilities contributions welcome Language grade: JavaScript Maintainability

Web tool to generate scripts for enforcing privacy & security best-practices such as stopping data collection of Windows and different softwares on it.

because privacy is sexy 🍑🍆

https://privacy.sexy

Why

  • You don't need to run any compiled software on your system, just run the generated scripts.
  • It's open source, both application & infrastructure is 100% transparent
    • Fully automated C/CD pipeline to AWS for provisioning serverless infrastructure using GitHub actions.
  • Have full visibility into what the tweaks do as you enable them.
  • Easily extendable

Extend scripts

Fork it & add more scripts in application.yaml and send a pull request 👌

Commands

  • Setup and run
    • For development:
      • npm install to project setup.
      • npm run serve to compile & hot-reload for development.
    • Production (using Docker):
      • Build docker build -t undergroundwires/privacy.sexy .
      • Run docker run -it -p 8080:8080 --rm --name privacy.sexy-1 undergroundwires/privacy.sexy
  • Prepare for production: npm run build
  • Run tests: npm run test:unit
  • Lint and fix files: npm run lint

Architecture

Application

  • Powered by TypeScript + Vue.js 💪
    • and driven by Domain-driven design, Event-driven architecture, Data-driven programming concepts.
  • Application uses highly decoupled models & services in different DDD layers.
    • Domain layer is where the application is modelled with validation logic.
    • Presentation Layer
      • Consists of Vue.js components & UI stuff.
      • Event driven as in components simply listens to events from the state and act accordingly.
    • Application Layer

DDD + vue.js

AWS Infrastructure

AWS solution

  • It uses infrastructure from the following repository: aws-static-site-with-cd
    • Runs on AWS 100% serverless and automatically provisioned using GitHub Actions.
    • Maximum security & automation and minimum AWS costs are the highest priorities of the design.

GitOps: CI/CD to AWS

CI/CD to AWS with GitHub Actions

Thank you for the awesome projects 🍺

  • Vue.js the only big JavaScript framework that's not backed by companies that make money off your data.
  • liquor-tree for the awesome & super extensible tree component.
  • Ace for code box.
  • FileSaver.js for save file dialog.
  • chai & mocha for making testing fun.
  • js-yaml-loader for ahead of time loading application.yml
  • v-tooltip takes seconds to have a tooltip, exactly what I needed.