Skip to content

Hudater/linkme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linkme

My personal fork with added features

Branching

  • main deploys with my own customizations
  • feat branches are used to develop features
  • upstream-parity-branch is used to keep track of upstream

A customizable link page generator built in Go.

A screenshot of the application.

Usage

# Build the static site
go run ./cmd/linkme build

# Serve locally
go run ./cmd/linkme serve

Docker

docker run -d -p 8080:80 ghcr.io/hudater/linkme:latest

Configuration

Edit config/config.yaml to customize your links and appearance.

Analytics

Google analytics and Goatcounter currently allowed

If Goatcounter.selfhosted=True: id is used as domain therefore user need to provide FQDN in ID else: id is prepended to .goatcounter.com

About

My personal fork with added features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Go 44.1%
  • CSS 34.1%
  • HTML 20.4%
  • Just 1.2%
  • Dockerfile 0.2%