# Deploy Memos with Easypanel

URL: /templates/memos

Memos is a privacy-first, lightweight note-taking service designed to easily capture and share your great thoughts. With its focus on privacy, all data generated is saved in the SQLite database file, ensuring that you keep your own data by yourself. The app supports plain text with markdown, allowing you to save all content as plain text, not HTML, while also supporting a variety of useful markdown syntax. Despite being lightweight, Memos is powerful, utilizing a Go + React.js + SQLite architecture. The app is customizable, allowing you to modify the server name, icon, description, system style, and execution script. Memos is open source and free forever, embodying the belief that open source is the future. It offers a RESTful API for third-party services, enabling integration and new possibilities. With Memos, you can embrace a future where creativity knows no boundaries.

## Benefits

### Privacy First

Memos is a privacy-first note-taking service. It allows you to keep your own data by yourself. All data generated at runtime is saved in the SQLite database file, ensuring your notes and thoughts are kept private and secure.

### Lightweight but Powerful

Despite its lightweight package, Memos is a powerful tool. It uses a Go + React.js + SQLite architecture, providing a robust and efficient platform for capturing and sharing your thoughts.

### Free Forever

Memos is completely free. All features are available without any charges, allowing you to capture and share your thoughts without any financial constraints.

## Features

### Plain Text with Markdown

Memos saves all content as plain text, not HTML. It supports a wide range of useful markdown syntax, making note-taking simple and efficient.

### Customizable

Memos is highly customizable. You can personalize the server name, icon, description, system style, and execution script to suit your preferences.

### Open Source

Memos is an open-source application. It believes in the future of open source, and all its code is available on GitHub.

## Configuration

- `appServiceName` (App Service Name, required): memos

- `appServiceImage` (App Service Image, required): neosmemo/memos:0.28

- `serviceTimezone` (Timezone): America/New_York

## Services

- memos: app (neosmemo/memos:0.28)

## Resources

- [Website](https://usememos.com/)

- [Documentation](https://github.com/usememos/memos#deploy-with-docker-in-seconds)

- [Github](https://github.com/usememos/memos)

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