expiring-links

command module
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 20, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

README

Go app to create links that expire after a while.

For local testing use the following Docker compose:

services:
  db:
    image: redis:latest
    ports:
      - "6379:6379"
  app:
    build: .
    environment:
      - PORT=3000
      - REDIS_URL=redis://:@db:6379/1
    ports:
      - "3000:3000"
    depends_on:
      - db

For kubernetes deployment:

  • cd deploy/
  • helm dependency update expiring-links
  • helm install expiring-links expiring-links

Inspired by dustinmoris/self-destruct-notes

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL