linkblog

command module
v0.0.0-...-a84fdaf Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2014 License: AGPL-3.0 Imports: 19 Imported by: 0

README

linkblog is a place to dump links.

It's inspired by Tony Finch's link log.

Buliding

% make

You'll need the go toolchain and zip installed. To hack on the stylesheet, you'll also need sass.

Notes

Only uses sqlite right now, I'm open to changing that.

Admin functions will all be under /admin/, but only add exists right now.

The -pretty argument allows you to specify an alternative root/url:

% linkblog -pretty='http://example.com/links'

You can combine this with the -l arguement to run behind a proxy:

% linkblog -l='127.0.0.1:7990' -pretty='http://example.com/links'

An example nginx config for the above invocation:

location /links {
	proxy_pass http://127.0.0.1:7990;
}
location /links/admin {
	auth_basic            "links";
	auth_basic_user_file  /path/to/htpasswd;
	proxy_pass http://127.0.0.1:7990;
}

Documentation

Overview

a linkblog

Jump to

Keyboard shortcuts

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