song

command module
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2024 License: Unlicense Imports: 41 Imported by: 0

README

song (server of nostr-powered git) is a simple personal git server.

a simple git server that works only over HTTP (not SSH) but servers repository pages over HTML, authorizes pushes via nostr signatures and has native support for NIP-34 patches for collaboration.

how to configure git push

inside your repository, do this:

  1. go install fiatjaf.com/song/cmd/song-pre-push@latest
  2. ln -s $(which song-pre-push) .git/hooks/pre-push
  3. git config song.bunker bunker://...
  4. git config --local song.bunker-seed $(random 0 99999999999)

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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