This provides the meta tag output part as a library (And a server) for go packages.
Go to file
Captain ALM f5f1625533
Add Gitbucket support.
2023-12-10 14:30:37 +00:00
.idea Add setup and deploy support. 2023-12-01 23:33:31 +00:00
cmd/gopkghsrv Allow the config file to be specified in the .env file. 2022-07-14 22:00:10 +01:00
conf Add Gitbucket support. 2023-12-10 14:30:37 +00:00
outputMeta Add Gitbucket support. 2023-12-10 14:30:37 +00:00
web Add Gitbucket support. 2023-12-10 14:30:37 +00:00
.drone.yml Initial commit. 2022-07-11 17:08:50 +01:00
.gitattributes Initial commit. 2022-07-11 17:08:50 +01:00
.gitignore Initial commit. 2022-07-11 17:08:50 +01:00
LICENSE.md Initial commit. 2022-07-11 17:08:50 +01:00
Makefile Add setup and deploy support. 2023-12-01 23:33:31 +00:00
README.md Add setup and deploy support. 2023-12-01 23:33:31 +00:00
config.example.yml Add a path return limit for the git import system to be limited to the package name length in path entries. 2022-07-14 21:58:11 +01:00
go.mod Implement program. 2022-07-11 21:47:22 +01:00
go.sum Implement program. 2022-07-11 21:47:22 +01:00
gopkghsrv.service Add setup and deploy support. 2023-12-01 23:33:31 +00:00
gopkghsrv_.service Add setup and deploy support. 2023-12-01 23:33:31 +00:00

README.md

GO Package Header Server

Build Status

This allows for the required meta headers to be outputted in order for the GO package system to find the source files of the package.

The outputter can be configured in runtime, the server has a YAML configuration. The outputter can be used to add the extra meta tags to the head of the HTML document.

Maintainer: Captain ALM

License: BSD 3-Clause

Example configuration: config.example.yml The configuration must by placed in a .data sub-directory from the executable. A .env file must also be generated (Can be empty).