Uncover Actions
Version updated for https://github.com/uncoverthefuture-org/actions to version v1.6.1.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
UActions - Local Container Deployment is a lightweight tool for deploying containerized applications locally or to remote servers using Podman and Traefik. It automates tasks such as domain routing, container management, reverse proxy configuration, and file-based auto-deployment, streamlining local development and CI/CD workflows. Key capabilities include seamless local or remote deployment, Let’s Encrypt support, and integration with GitHub for automated PR creation.
What’s Changed
1.6.1 (2026-05-03)
Bug Fixes
- compat: make changes backward-safe for open-source users (9341a02)
- traefik: default container port to 80 when Traefik is enabled (d20a054)
- traefik: remove .service from HTTP redirect router, add permanent redirect (bcb646a)
- traefik: remove traefik.docker.network label (causes 502 with Podman) (e36804e)
- traefik: resolve 502 Bad Gateway and optimize Podman labels (e994a7b)
Reverts
- restore auto www-alias detection for apex domains (2027d29)