Changelog

Follow up on the latest improvements and updates.

RSS

  • added Disk Usage analyzer in Settings page > General > Server > Disk Usage
  • added Storage info in Monitor page to view how much disk each service uses (it doesn't include docker logs, docker images, just code & volumes)
CleanShot 2025-05-23 at 15
CleanShot 2025-05-23 at 15
Added 16 new templates
  • Akaunting
  • Castopod
  • Crawl4AI
  • Dataline
  • Docspell
  • Firebird
  • Illa
  • Kroki
  • LLDAP
  • Memcached
  • phpBB
  • piwigo
  • Traduora
  • Trudesk
  • Usertour
  • Wastebin
  • added more branding (white-label) options
  • fixed ui bug related primary domain
  • removed default compress middleware due to a bug in Traefik
  • updated Traefik to 3.3.7 (you need to manually restart Traefik to get the new version)
  • enabled Traefik access logs (you need to manually restart Traefik to apply this config)
  • to avoid disk overload, service logs are configured to
    max-size=10m
    and
    max-file=3
    (this applies next time you deploy each service)
  • fixed volume permissions (your app should be able to write in the volume folder without any issues)
Domains/Proxy Improvements
  • you can add domains that point to external URLs (like a load balancer)
  • you can manage all domains from the global page
  • Wordpress service can have multiple domains
  • all traffic is compressed by default (gzip, brotli, etc)
Other Improvements
  • added action log when env vars are changed
  • fixed Docker cleanup bug
  • fixed backup path validation bug
  • fixed password reveal bug
Added 20 templates
  • ArchiveBox
  • Cryptgeon
  • Daptin
  • Gerrit
  • Glance
  • HortusFox
  • iTop
  • Jaeger
  • Kokoro
  • Manticore Search
  • Medusa
  • Milvus
  • Neko Rooms
  • Neo4j
  • Saltcorn
  • Unsend
  • Vitess
  • Xwiki
  • Yacht
  • Zep
  • added ability to backup multiple databases
  • added more translations
  • added new Nixpacks versions
  • fixed validation that didn't allow dots in the backups paths
Added 7 new templates
  • OnlyOffice
  • pgAdmin
  • Poste
  • Teable
  • TubeArchivist
  • TubeSync
  • Usermemos
Added translations
  • English (EN)
  • Português (PT)
  • Deutsch (DE)
  • हिन्दी (HI)
  • Español (ES)
  • Türkçe (TR)
  • Français (FR)
  • Italiano (IT)
  • ไทย (TH)
  • Nederlands (NL)
  • Indonesia (ID)
  • Română (RO)
  • Polski (PL)
  • Dansk (DA)
If you find any issues with the translations, please open a PR here: https://github.com/easypanel-io/translations
Fixes
  • fixed error on API docs page
  • fix bug with s3 volume backups
Added volume backups
  • you can configure backups for each named volume
  • it will sync your volume files with a remote destination
  • all storage providers are supported (S3, Dropbox, Google Drive, SFTP, FTP)
Remote builds
Others
  • last deployment will kill previous pending deployments automatically
  • kill all pending actions when Easypanel restarts
  • fixed "No such image" error/bug
  • fix bug in update script
Your services are not affected but the panel might not start properly.
Run the following command if you face this issue.
docker image pull easypanel/easypanel && docker service update easypanel --force
Load More