1
0
Fork
You've already forked notarium
0
A self-hostable knowledge management platform for the Norg markup format
  • Elixir 90.6%
  • Nix 4.1%
  • CSS 3.2%
  • JavaScript 1.5%
  • HTML 0.6%
Find a file
2026年06月17日 21:30:12 +02:00
assets style(ui): polish secondary color, amber theme, dashboard cards, landing hero cleanup 2026年05月30日 16:18:16 -04:00
config refactor: rewrite architecture ( #3 ) 2026年06月17日 21:30:12 +02:00
lib refactor: rewrite architecture ( #3 ) 2026年06月17日 21:30:12 +02:00
priv refactor: rewrite architecture ( #3 ) 2026年06月17日 21:30:12 +02:00
test refactor: rewrite architecture ( #3 ) 2026年06月17日 21:30:12 +02:00
.env.dev Initial commit 2025年12月17日 01:35:33 -04:00
.envrc Initial commit 2025年12月17日 01:35:33 -04:00
.formatter.exs Initial commit 2025年12月17日 01:35:33 -04:00
.gitignore chore: tweak gitignore, dashboard button style tweak 2026年06月16日 21:46:03 -04:00
AGENTS.md chore(AGENTS): prevent LLMs from trying to download multiple icons at once 2025年12月26日 00:01:42 -04:00
flake.lock chore: update dependencies and fix PostgreSQL env var naming 2026年05月28日 18:44:17 -04:00
flake.nix refactor: rewrite architecture ( #3 ) 2026年06月17日 21:30:12 +02:00
LICENSE Initial commit 2025年12月17日 01:35:33 -04:00
mix.exs refactor: rewrite architecture ( #3 ) 2026年06月17日 21:30:12 +02:00
mix.lock refactor: rewrite architecture ( #3 ) 2026年06月17日 21:30:12 +02:00
README.md Initial commit 2025年12月17日 01:35:33 -04:00

Notarium

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more