Simple Image storage for Fandogh PaaS with cache support for your browsers.
The format of URi is like /files/:directory/:name. So if your domain is for example fandogh.cloud your final URL is fandogh.cloud/files/:directory/:name. In any cases, Authentication header is your secret key.
$ docker pull ahmdrz/sandogh:latest
$ docker run -p 8080:8080 \
-e SERVICE_SECRET_KEY='<storage secret key>' \
-e SERVICE_BASE_DIRECTORY='/var/storage' \
-v storage:/var/storage ahmdrz/sandogh:latest
$ fandogh login --username '<your username>' --password '<your password>'
$ fandogh namespace active --name '<your namespace>'
$ fandogh volume add --name 'images' --capacity 10
$ fandogh service apply -f service.yml --secret_key='<storage secret key>'
Content type
Image
Digest
Size
395.9 MB
Last updated
about 7 years ago
docker pull ahmdrz/sandogh