Веб сервер для изображений и фотографий с кэшем миниатрюр и предпросмотром.

Andrew Khozhempo 25e036b76b Update README.en.md 2 anos atrás
.cacheimages e3152dac53 Initial commit 3 anos atrás
.cachethumb e3152dac53 Initial commit 3 anos atrás
build 270a94b5b5 Created bin files 3 anos atrás
images e3152dac53 Initial commit 3 anos atrás
www e3152dac53 Initial commit 3 anos atrás
.gitattributes e3152dac53 Initial commit 3 anos atrás
.gitignore 58589b58b9 Обновление в связи с переносом с github 2 anos atrás
LICENSE 58589b58b9 Обновление в связи с переносом с github 2 anos atrás
README.en.md 25e036b76b Update README.en.md 2 anos atrás
README.ru.md 7470f78648 Обновить 'README.ru.md' 2 anos atrás
_upload (debug).bat e3152dac53 Initial commit 3 anos atrás
_upload.bat e3152dac53 Initial commit 3 anos atrás
bindata.go e3152dac53 Initial commit 3 anos atrás
config.json e3152dac53 Initial commit 3 anos atrás
create_thumb.go e3152dac53 Initial commit 3 anos atrás
go-bindata.exe e3152dac53 Initial commit 3 anos atrás
go.mod 270a94b5b5 Created bin files 3 anos atrás
go.sum 270a94b5b5 Created bin files 3 anos atrás
icon_loading.psd e3152dac53 Initial commit 3 anos atrás
photo_cache_service.go 270a94b5b5 Created bin files 3 anos atrás
todo.txt e3152dac53 Initial commit 3 anos atrás
webserver.go e3152dac53 Initial commit 3 anos atrás

README.en.md

photo_cache_service

Webserver for images and photos with cache of thumbnails and images.

Read this in other languages: English, Русский.

Simple and very fast webserver, which helps you to browse your photoalbums. For comfort work it creates thumbnails and small copies of all images.

INSTALLATION

Can be started from windows or ubuntu. Make sure you download from ./build correct version of the bin file and config.json. Necessary folder with images and for cache can be set in config.json

REQUIREMENTS

The minimum requirement by photo_cache_service is that you have Web server. Thats all. If you want to make some changes, you'd better to know that web part are located in ./i folder and implemented into binary with go-bindata (https://github.com/jteeuwen/go-bindata) tool.

QUICK START

Photo_cache_service comes with a command line tool called "photo_cache_service" that can run webserver on port :9090 and start creating thumbnails.