Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pdxjohnny/pics

If you need to post pictures as a slideshow
https://github.com/pdxjohnny/pics

Last synced: about 1 month ago
JSON representation

If you need to post pictures as a slideshow

Awesome Lists containing this project

README

        

Pics
---

Use this project to share a slideshow of pictures. Pictures can also be uploaded
by visiting /add. docker-compose will mount static/pics as the directory of the
pictures for the slideshow.

It uses docker to compile the binaries and the main Dockerfile adds the linux
binary to the busybox image to create an extremely small final image

Building
---

```bash
go build -o pics_linux-amd64 -tags netgo *.go
# Or
./script/build
```
> `-tags netgo` will help you achieve static binaries :)

Running
---

```bash
./pics_linux-amd64
docker run --rm -ti pdxjohnny/pics
```

Changing The Name
---

```bash
./script/change-name $GITHUB_USERNAME $PROJECT_NAME
```

- John Andersen