https://github.com/rettetdemdativ/pixmate-server
image sharing service (website offline)
https://github.com/rettetdemdativ/pixmate-server
go golang images media server
Last synced: 2 months ago
JSON representation
image sharing service (website offline)
- Host: GitHub
- URL: https://github.com/rettetdemdativ/pixmate-server
- Owner: rettetdemdativ
- Created: 2015-06-29T21:34:34.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-08-31T08:11:15.000Z (almost 10 years ago)
- Last Synced: 2025-01-26T12:27:22.561Z (over 1 year ago)
- Topics: go, golang, images, media, server
- Language: Go
- Homepage: https://pixmate.io
- Size: 3.48 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pixmate

Pixmate (stylized: pixmate) is an image sharing service in development.
# What do I need to run it?
- A PostgreSQL database
- Go installed on your computer
# How do I run it?
- Start PostgreSQL database
- Run either the shell script (run.sh) or just "go build" main.go yourself
### You can also provide environment variables, such as:
- IMG_NAME_LENGTH
- IMGSTORAGE_SUBDIR_LENGTH
- IMGSTORAGE_LOCATION
- DB_UNAME
- DB_PW
- DB_NAME
- DB_SQL_PATH