# Deploy Maxun with Easypanel

URL: /templates/maxun

Maxun is a self-hosted data automation platform that combines a modern frontend with a backend capable of browser automation (Playwright), file storage via MinIO, and PostgreSQL persistence. It lets you run data collection and integration workflows with headless Chromium, store assets in S3-compatible storage, and manage everything from a web interface. Ideal for teams who need a self-hosted automation stack with database, object storage, and browser automation included.

## Benefits

### Full Stack Included

Ships with backend, frontend, PostgreSQL, and MinIO for a complete automation stack.

### Headless Browser Ready

Playwright enabled for browser automation with sensible defaults for Docker.

### Object Storage Built-In

MinIO provides S3-compatible storage for assets and automation outputs.

### Self-Hosted Control

Keep data, storage, and automation private on your own infrastructure.

## Features

### PostgreSQL Persistence

Production-grade database for Maxun data and automation results.

### MinIO S3 Storage

Store files, exports, and automation artifacts in S3-compatible storage.

### Playwright Support

Headless Chromium with required flags for running inside containers.

### Web UI

Frontend served separately with configurable public URL and backend URL.

## Configuration

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

- `backendImage` (Backend Image, required): getmaxun/maxun-backend:v0.0.49

- `frontendImage` (Frontend Image, required): getmaxun/maxun-frontend:v0.0.49

- `minioImage` (Minio Image, required): minio/minio:RELEASE.2025-07-23T15-54-02Z

## Services

- maxun-db: postgres

- maxun-minio: app (minio/minio:RELEASE.2025-07-23T15-54-02Z)

- maxun-backend: app (getmaxun/maxun-backend:v0.0.49)

- maxun-frontend: app (getmaxun/maxun-frontend:v0.0.49)

## Resources

- [GitHub](https://github.com/getmaxun)

- [Website](https://www.maxun.dev/?ref=ghread)

- [Documentation](https://docs.maxun.dev/?ref=ghread)

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