https://github.com/theobori/docker-ascii-facemaker
🧑 A Docker image for ASCII Facemaker behind NGINX
https://github.com/theobori/docker-ascii-facemaker
ascii-art docker nginx
Last synced: 2 months ago
JSON representation
🧑 A Docker image for ASCII Facemaker behind NGINX
- Host: GitHub
- URL: https://github.com/theobori/docker-ascii-facemaker
- Owner: theobori
- License: mit
- Created: 2024-07-15T15:23:04.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-19T19:57:55.000Z (10 months ago)
- Last Synced: 2025-01-10T23:47:18.993Z (4 months ago)
- Topics: ascii-art, docker, nginx
- Language: Dockerfile
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 🧑 ASCII Facemaker Docker image
Based on [linuxserver/nginx](https://github.com/linuxserver/docker-nginx), it is a Docker image that expose [ASCII Facemaker](https://gitlab.com/adelfaure/ascii-facemaker) throught NGINX.
This image has been built then pushed to the Docker Hub, you can get it with the following command.
```bash
docker pull theobori/ascii-facemaker:latest
```It supports the following architectures:
- linux/amd64
- linux/arm64It has the following build arguments:
| Name | Description | Default value |
| -- | -- | -- |
| `ASCII_FACEMAKER_RELEASE` | The ASCII Facemaker release version | `"master"`## 🤝 Contribute
If you want to help the project, you can follow the guidelines in [CONTRIBUTING.md](./CONTRIBUTING.md).