# Deploy Many Notes with Easypanel

URL: /templates/many-notes

Many Notes is a Markdown note-taking web application designed for simplicity. Create or import vaults and organize your thoughts right away. It uses a database to power features like search, links, backlinks and tags, but your files are also saved to the filesystem as plain Markdown, giving you full control over your vault structure. Supports multiple users, multiple vaults per user, vault collaboration, an advanced Markdown editor with automatic saving, PDF export, and OAuth login.

## Installation notes

Register the first account after deployment to become its admin, since registration is open by default. APP_URL is set to your assigned domain automatically — if the app ever shows a blank white screen after changing the domain, it almost always means APP_URL no longer matches the address you're visiting, so redeploy after any domain change to keep it in sync.

## Benefits

### Files You Own

Notes are saved as plain Markdown files, not locked in a database

### Multiple Vaults

Organize notes into as many separate vaults as you need

### Self-Hosted

Keep every note on your own server, with no cloud dependency

## Features

### Advanced Markdown Editor

Fast writing with automatic saving, no save button required

### Links, Backlinks and Tags

Connect related notes and navigate between them instantly

### Fast Search

Typo-tolerant full-text search across every vault

### Vault Collaboration

Invite other users to access and edit shared vaults

## Configuration

- `appServiceName` (App Service Name, required): many-notes

- `appServiceImage` (App Service Image, required): brufdev/many-notes:0.16

## Services

- many-notes: app (brufdev/many-notes:0.16)

## Resources

- [Website](https://many-notes.com)

- [GitHub](https://github.com/brufdev/many-notes)

- [Documentation](https://github.com/brufdev/many-notes/blob/main/docs)

- [Template source](https://github.com/easypanel-io/templates/tree/main/templates/many-notes)