Password Compromise Monitoring Tool
Go to file
leo f129606b8f
All checks were successful
continuous-integration/drone/push Build is passing
add bulk changes
* add handlers for signin,singup,logout...
* introduce ent ORM and add user schema
* add live mode, devel mode to selectively turn on features via
  config/flags
* add templates, handle embedding moar smarter:
  * live mode uses live folder structure, else embedded templates are
    used
* start using tailwindcss to style stuff
* add development goodies for hot-reloading (browser-sync - bs.js)
* pimp-up config.dhall with actual custom config Type (enables remote
  schema and local values only as needed)
* add justfile (alternative to makefile for process automation)
2023-04-13 00:07:08 +02:00
app add bulk changes 2023-04-13 00:07:08 +02:00
assets add bulk changes 2023-04-13 00:07:08 +02:00
config add bulk changes 2023-04-13 00:07:08 +02:00
ent add bulk changes 2023-04-13 00:07:08 +02:00
handlers add bulk changes 2023-04-13 00:07:08 +02:00
modules add bulk changes 2023-04-13 00:07:08 +02:00
templates add bulk changes 2023-04-13 00:07:08 +02:00
.drone.yml add bulk changes 2023-04-13 00:07:08 +02:00
.editorconfig update .editorconfig [skip ci] 2023-04-12 23:14:21 +02:00
.gitignore add bulk changes 2023-04-13 00:07:08 +02:00
.pre-commit-config.yaml add .pre-commit-config.yaml,readme badge [skip ci] 2023-04-12 23:50:01 +02:00
bs.js add bulk changes 2023-04-13 00:07:08 +02:00
config.dhall add bulk changes 2023-04-13 00:07:08 +02:00
embed.go add bulk changes 2023-04-13 00:07:08 +02:00
go.mod add bulk changes 2023-04-13 00:07:08 +02:00
go.sum add bulk changes 2023-04-13 00:07:08 +02:00
justfile add bulk changes 2023-04-13 00:07:08 +02:00
LICENSE initial commit 2023-01-30 20:19:53 +01:00
main.go add application that handles basic config 2023-03-19 22:03:12 +01:00
package-lock.json add bulk changes 2023-04-13 00:07:08 +02:00
package.json add bulk changes 2023-04-13 00:07:08 +02:00
README.md add .pre-commit-config.yaml,readme badge [skip ci] 2023-04-12 23:50:01 +02:00
run.go add bulk changes 2023-04-13 00:07:08 +02:00
settings.go add bulk changes 2023-04-13 00:07:08 +02:00
tailwind.config.js add bulk changes 2023-04-13 00:07:08 +02:00

pcmt

Password Compromise Monitoring Tool

pre-commit Build Status

🚧 note: this project is being developed as a part of my thesis and is currently a work in progress. 🚧

pcmt Gopher logo
pcmt Gopher logo based on the Egon Elbre's awesome Gopher designs.

LICENSE

AGPL-3.0-only (see LICENSE for details).