Custom ready-to-use Docker images.
- Server with periodic backup: MariaDB server with a daily backup schedule | reference guide: MySQL/MariaDB with scheduled backups running in Docker @ Medium.
-
Server with logs stored in custom paths: Alpine Nginx server with
error.log
andaccess.log
stored in custom paths. -
Server listening in custom port: Alpine Nginx server listening on port
8080
.
-
Public Key Authentication: Ubuntu-based image that accepts SSH connections and authenticates the user through a private and public key pair. P.S.: the upstream repository is hosted on GitLab.
-
Public Key Authentication :: AWS Fargate: A special flavor of the Public Key Authentication solution, designed to allow SSHing into AWS Fargate managed containers. P.S.: the upstream repository is hosted on GitLab.
- Access log backup: Alpine Linux that organizes Tomcat access logs into a year/month/day hierarchical backup folders structure.
Please make sure to take a moment and read the Code of Conduct.
Please report bugs and suggest features via the GitHub Issues.
Before opening an issue, search the tracker for possible duplicates. If you find a duplicate, please add a comment saying that you encountered the problem as well.
Please make sure to read the Contributing Guide before making a pull request.