command
module
Version:
v0.5.0
Opens a new window with list of versions in this module.
Published: Jul 20, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
expiring-link
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
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.