Skip to content

Go server that enables users to temporarily store text under a code

License

Notifications You must be signed in to change notification settings

dnsge/text-save-webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextSave

Web server that stores 5000 characters under a small code for sharing things. Codes expire after 30 minutes.

Environmental Variables

  • REDIS_ADDRESS
    • URI with port.
    • e.g. localhost:6379
  • REDIS_PASS
    • Empty for no password
  • REDIS_DB
    • DB number
  • PORT
    • Default 8080

Run via Docker

docker build -t text-save .
docker run -d -p 8080:8080 --env-file .env text-save

About

Go server that enables users to temporarily store text under a code

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published