mirror of
https://github.com/KevinMidboe/planetposen-images.git
synced 2025-10-28 12:50:13 +00:00
main
Planetposen image proxy
App for fetching and uploading images to cloud bucket storage. Should also be a on-the-fly image formatting proxy.
Setup
From source:
git clone https://github.com/kevinmidboe/planetposen-imagescp .env.example .env- Update variables in
.envfile make install
Run
Run api from command line with:
make server
Run as docker container using:
(sudo) docker run -d --name planetposen-images -p 8000:8000 \
-e PORT=8000
-e HOSTNAME=planet.schleppe.cloud
-e GCS_BUCKET=planetposen-images
or
(sudo) docker run -d --name planetposen-images -p 8000:8000 --env-file .env planetposen-images
Description
Languages
Go
90.2%
Makefile
3.9%
Dockerfile
3.8%
HTML
2.1%