# Deploy Pønskelisten with Easypanel

URL: /templates/poenskelisten

Pønskelisten is a self-hosted, collaborative wishlist app for creating and sharing gift ideas with friends and family without ruining the surprise. Wishes can be claimed anonymously — other members see an item is taken, but the list owner never finds out who claimed it. Wishlists are organized into groups so the same list can be shared with multiple people, and the first registered user automatically becomes the admin. This template runs Pønskelisten with its built-in SQLite database, so there is nothing extra to provision.

## Installation notes

Registration requires an invite code. Check the app container logs after first deploy for the generated invite code, register the first account (it becomes admin automatically), then create additional invite codes from the admin panel.

## Benefits

### Surprise-Safe Claiming

Wishes can be claimed anonymously by group members. The list owner sees nothing has changed, so gifts stay a surprise until they're opened.

### Zero-Config Database

Runs on a built-in SQLite database that Pønskelisten manages itself — no separate database service to provision or maintain.

### Group-Based Sharing

Organize wishlists into groups so the same list can be shared with multiple people at once, like an extended family or a friend circle.

## Features

### Collaborative Wishlists

Create wishlists and add wishes, then invite friends and family to collaborate on the same list.

### Anonymous Gift Claiming

Members can claim a wish to signal it's taken without revealing their identity to the list owner.

### Invite-Based Registration

New accounts require an invite code, keeping the instance closed to people you've actually invited.

### Admin Panel

The first registered user becomes admin and can manage users, groups, and generate additional invite codes.

## Configuration

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

- `appServiceImage` (App Service Image, required): ghcr.io/aunefyren/poenskelisten:v2.3.0

- `timezone` (Timezone, required): UTC

## Services

- poenskelisten: app (ghcr.io/aunefyren/poenskelisten:v2.3.0)

## Resources

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

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