🔖 Self-hosted and lightning-fast bookmark manager
  • Go 51.2%
  • CSS 33.2%
  • HTML 13.9%
  • Dockerfile 0.8%
  • JavaScript 0.5%
  • Other 0.4%
Find a file
2023-08-10 19:29:25 +02:00
.github/workflows ci: Add Docker push workflow 2023-07-02 15:52:15 +02:00
internal chore(templates): Change button text 2023-08-10 19:29:25 +02:00
.dockerignore build(docker): Add Docker build files 2023-07-02 15:44:52 +02:00
.gitignore feat(server): Render HTML templates 2023-06-19 20:47:54 +02:00
Dockerfile build: Fix execute permissions on Dockerfile 2023-07-07 20:54:18 +02:00
entrypoint.sh build(docker): Add Docker build files 2023-07-02 15:44:52 +02:00
go.mod feat(server): Add add bookmark functionality (no tags) 2023-06-28 21:38:32 +02:00
go.sum feat(server): Add add bookmark functionality (no tags) 2023-06-28 21:38:32 +02:00
LICENSE Initial commit 2023-06-03 11:07:13 +02:00
main.go feat(server): Implement web sessions and switch to GORM 2023-06-24 00:15:49 +02:00
package.json feat(server): Add login template and fix auth 2023-06-27 22:59:09 +02:00
README.md docs(readme): Update README 2023-07-02 15:52:03 +02:00
tailwind.config.js feat(server): Add login template and fix auth 2023-06-27 22:59:09 +02:00
yarn.lock feat(server): Add login template and fix auth 2023-06-27 22:59:09 +02:00

🔖 Self-hosted and lightning-fast bookmark manager

GitHub Test Workflow Status MIT License

Requirements

  • Go >= 1.20

Usage

Program usage

USAGE:
   nurli [global options] command [command options] [arguments...]

COMMANDS:
   version   Show current version
   serve     Run web server
   migrate   Apply changes to the database structure
   bookmark  Manage bookmarks
   tag       Manage tags
   import    Import bookmarks from a file
   help, h   Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --data-dir value   [%NURLI_DATA_DIR%]
   --help, -h        show help

License

Copyright (c) 2023 by Kamil Marut

Nurli is under the terms of the MIT License, following all clarifications stated in the license file.