Skip to content

self-hosted bulletin-board-alike system for managing notes as an individual or group. forked to migrate json serialisation over to yaml, and experiment with new features.

License

Notifications You must be signed in to change notification settings

DJMoffinz/stikki-yaml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stikki 🚧

localised self-hosted bulletin-board-alike system for managing notes as an individual or group.

Uses node.js express with mySQL as a database, running either locally or across the internet if port forwarding is set up. currently it is only a dynamic webpage, however I intend to add much more functionality - including user authentication, multiple 'boards' to store different notes, a CLI and possibly even a mobile webapp. The final (or at least somewhat fleshed-out) serverside version will be avaliable as a docker package for more convenient operation.

For installation instructions, see the wiki

Todo

  • Prevent kicking user back to login page after posting note, possibly by setting up sessions once a user is logged in or cookies in browser.
  • Sanitize SQL
  • Improve main page visual flair (done-kinda still needs more improvement)
  • Allow note editing
  • Begin CLI

About

self-hosted bulletin-board-alike system for managing notes as an individual or group. forked to migrate json serialisation over to yaml, and experiment with new features.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.2%
  • HTML 20.8%
  • CSS 12.8%
  • Python 9.2%