Benotes Logo

Benotes

Benotes Thumbnail An open source self hosted web app for your notes and bookmarks side by side. This project is currently in **Beta**. You may encounter bugs or errors. ### Features - URLs are automatically saved with an image, title and description - supports both markdown and a rich text editor - can be installed as a PWA on your mobile devices (and desktop) - share content via this app (if installed as an PWA and supported by your browser) - collections can be shared via a public available URL - links can be instantly pasted as new posts - can be hosted almost anywhere thanks to its use of the lightweight Lumen framework and well supported PHP language - works with and without a persistent storage layer (both filesystem and S3 are supported) - can also be hosted via Docker or on Heroku - protect your data with daily backups ## Installation & Upgrade Currently their are three options for you to choose from: - [Normal classical way](https://benotes.org/docs/installation/classic) - [Docker](https://benotes.org/docs/installation/docker) - [Docker Compose](https://benotes.org/docs/installation/docker-compose) - [Heroku](https://benotes.org/docs/installation/heroku) ([not free anymore](https://blog.heroku.com/next-chapter)) ## Additional Features - [Backups](https://benotes.org/docs/extras/backup) - [Bookmarklet](https://benotes.org/docs/extras/bookmarklet) ## Issues Feel free to [contact me](https://twitter.com/_fr0tt) if you need any help or open an [issue](https://github.com/fr0tt/benotes/issues) or a [discussion](https://github.com/fr0tt/benotes/discussions) or join the [subreddit](https://reddit.com/r/benotes). Q: Having trouble with **reordering** posts ? Use this command in order to fix it. ``` php artisan fix-position ``` or if you have already installed newer php versions on your system: ``` /usr/bin/php7.4 artisan fix-position ``` ## Rest API Further information can be found here: [Rest API Documentation](api.md)