Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ghouls

GitHub go.mod Go version Go Report Card GitHub Actions Workflow Status Docker Pulls GitHub Downloads (all assets, all releases)

ARCHIVED AS OF JUNE 2025

Simple Go-based URL Bookmarking Service

Endpoints

  • /add
  • /delete
  • /list
  • /health

Add new URL to ghouls via cURL

With HTTP Basic Auth:

curl -X POST -u username:password -d "url=https://exampleurltoadd.com" http://ghouls-hostname-here/add

changes required to update golang version

  • make update-golang-version

About

Simple Go-based URL Bookmarking Service

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Generated from toozej/golang-starter