Skip to content

interrrp/pinned

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

19 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“Œ Pinned

A screenshot of Pinned

Guess a randomly generated PIN!

πŸ₯ͺ Tech Stack

  • πŸ–₯ Go for the server
  • πŸ—ƒοΈ Redis/Valkey for the database
  • πŸ‘€ Bootstrap for the frontend

🫳 Usage

πŸ‹ Docker

We provide a Compose config:

docker compose up

This will start the database and server as containers, and you may access the app at http://localhost:8080

πŸ§‘β€πŸ’» Yourself

Ensure you have a Redis instance running, and start the server:

go run ./cmd

βš™οΈ Configuration

Configuration is done through environment variables.

Variable Description Default
ADDR The address to listen on. :8080
REDIS_URL The URL of the Redis instance. :6379

πŸ”‘ License

Pinned is licensed under GPLv3.