Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wargio/notes
notes is a self-hosted note taking web app that lets you keep track of your notes and search them in a easy and minimal way
https://github.com/wargio/notes
Last synced: 25 days ago
JSON representation
notes is a self-hosted note taking web app that lets you keep track of your notes and search them in a easy and minimal way
- Host: GitHub
- URL: https://github.com/wargio/notes
- Owner: wargio
- License: other
- Created: 2020-06-14T23:13:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-15T23:30:15.000Z (about 3 years ago)
- Last Synced: 2024-10-28T20:57:01.862Z (2 months ago)
- Language: Go
- Homepage: https://prologic.github.io/notes
- Size: 1.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# notes
[![GoDoc](https://godoc.org/github.com/prologic/notes?status.svg)](https://godoc.org/github.com/prologic/notes)
[![Go Report Card](https://goreportcard.com/badge/github.com/prologic/notes)](https://goreportcard.com/report/github.com/prologic/notes)notes is a self-hosted note taking web app that lets you keep track of your
notes and search them in a easy and minimal way.## Installation
### Source
```#!bash
$ go install github.com/prologic/notes/...
```## Usage
Run notes:
```#!bash
$ notes
```Then visit: http://localhost:8000/
## Configuration
By default notes stores notes in `./data` in the current directory
and metadata in `notes.db` in the current directory. This can
be configured with the `-data` and `-dbpath` options.## Updating resources
```
go get -v github.com/jessevdk/go-assets-builder
go-assets-builder templates/ -s /templates -o tmpl.go -v Tmpl
go-assets-builder static/ -s /static -o static.go -v Static
```## License
MIT