Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vortelus/jotsy
Jotsy is a self-hosted, free and open-source note taking app with a goal of simplicity in mind
https://github.com/vortelus/jotsy
notes-app rust self-hosted web-app
Last synced: about 1 month ago
JSON representation
Jotsy is a self-hosted, free and open-source note taking app with a goal of simplicity in mind
- Host: GitHub
- URL: https://github.com/vortelus/jotsy
- Owner: vortelus
- License: apache-2.0
- Created: 2024-10-22T20:28:05.000Z (3 months ago)
- Default Branch: next
- Last Pushed: 2024-10-23T14:05:06.000Z (3 months ago)
- Last Synced: 2024-10-23T15:53:34.032Z (3 months ago)
- Topics: notes-app, rust, self-hosted, web-app
- Language: Rust
- Homepage:
- Size: 499 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Features
- 🏢 Multi-user
- ✍️ Effective and distraction free notemaking
- 🖋 Plaintext or markdown
- 🔐 Secure authentication and session management
- 🌱 Extremely simple to self-host
- 🌲 Extremely light on resources
- 🍃 Extremely lightweight on the browser
- ⚒️ Simple configuration## Getting started
1. First, install `docker-compose` by following the instructions [here](https://docs.docker.com/compose/install/)
2. Open your browser and head to http://localhost:2022If you're having issues, consider reading the [configuration guide](./CONFIG.md).
## Updating to the latest release
To update to the latest release (don't worry, you won't lose any data), run this:
```sh
cd jotsy && sudo docker pull ohsayan/jotsy:latest && sudo docker-compose up -d
```This will pull the latest Jotsy image, stop the existing instance, rebuild the container and start it up again.