This website requires JavaScript.
Explore
Help
Sign in
ptrcnull
/
shorten
Watch
1
Star
0
Fork
You've already forked shorten
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
Actions
simple url shortener
4
commits
1
branch
5
tags
48
KiB
Go
73.5%
HTML
22.2%
Dockerfile
4.3%
1801c98866
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
ptrcnull
1801c98866
fix: Pass empty data map to homepage render function
2022-05-08 01:35:16 +02:00
Dockerfile
feat: Initial commit
2022-01-22 21:30:58 +01:00
go.mod
feat: Initial commit
2022-01-22 21:30:58 +01:00
go.sum
feat: Initial commit
2022-01-22 21:30:58 +01:00
index.html
feat: Initial commit
2022-01-22 21:30:58 +01:00
LICENSE.md
docs: Add LICENSE.md
2022-04-07 15:56:44 +02:00
main.go
fix: Pass empty data map to homepage render function
2022-05-08 01:35:16 +02:00
README.md
feat: Initial commit
2022-01-22 21:30:58 +01:00
README.md
shorten
simple url shortener
Setup
Environmental variables:
SHORTEN_HOST
- hostname
POSTGRES_URI
- lib/pq connection string (see
here
)