Manage your daily tasks with a self-hosted list editor built specifically for keyboard-heavy workflows. Whether you are tracking complex TODO lists, organizing meeting notes, or listing daily ingredients, this tool provides a fast and efficient environment. You can easily switch between multiple documents and keep your data private on your own server using Docker or a manual setup.
Key benefits include:
services:
piga:
image: nymanjens/piga:latest
container_name: piga
restart: unless-stopped
ports:
- "8080:80"
volumes:
- ./data:/data# No specific environment variables are required for the default configuration.
# If you need to customize the timezone, you can uncomment the line below and add environment: - TZ=${TZ} to the compose file.
# TZ=UTCAuto-fetched 15 minutes ago
Auto-fetched 15 minutes ago