https://github.com/smashedr/flask-random-image
https://github.com/smashedr/flask-random-image
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/smashedr/flask-random-image
- Owner: smashedr
- Created: 2024-07-02T05:35:04.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-18T20:51:54.000Z (almost 2 years ago)
- Last Synced: 2025-01-07T22:16:20.674Z (over 1 year ago)
- Language: Python
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/smashedr/flask-random-image/actions/workflows/build.yaml)
# Flask Random Image
Flask App to redirect to a random image that can be hosted anywhere or on GitHub Pages.
* Example App/Redirect: https://flask-image.cssnr.com/
* Source Pages: https://smashedr.github.io/random-image/
* Source Repository: https://github.com/smashedr/random-image/
## Notes
This Docker app uses the [build.yaml](.github%2Fworkflows%2Fbuild.yaml) workflow to build images for both amd64
and arm64 architectures using BuildX Bake definitions in the [docker-compose-swarm.yaml](docker-compose-swarm.yaml)
and push them to the GitHub Container Registry.
The sources are currently hard coded in the [remote.py](app%2Fproject%2Fremote.py) file.