[go-nuts] [ANN] gopherpit - service to manage remote import paths with custom domains

2016-10-02 Thread Janoš Guljaš
Hello,

A few months ago, I announced [0] a service for managing Go import paths 
for custom domains gopherpit.com. It was made for personal needs for 
private and commercial projects that are not hosted on github. The source 
code and binary releases are now available on GitHub [1], as well as docker 
image [2]. It has all the same features as the one hosted on gopherpit.com. 
Some may just need a publicly available service, while other prefer to 
manage it privately. I hope that you find it useful.

Best regards,
Janoš

[0] https://groups.google.com/d/topic/golang-nuts/LRjxQViY7dc/discussion
[1] https://github.com/gopherpit/gopherpit
[2] https://hub.docker.com/r/gopherpit/gopherpit

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[go-nuts] [ANN] GopherPit.com - service to manage remote import paths

2016-06-15 Thread Janoš Guljaš
Hello all,

I would like to announce GopherPit [0], a web service to serve and manage
go-import and go-source HTML meta tags. [1] That is the base functionality,
but it supports custom domains, subdomains under gopherpit.com, automatic
TLS certificate generation from Let’s Encrypt, team management for each
domain…

It allows usage of custom domains for projects, that for any reason, can
not be hosted on github or similar providers, or branding is required. This
project started as service for managing package paths for private usage,
that can be useful for single developer as well as for teams.

A kind of versioning can also be achieved by specifying different
repositories for subpaths, like example.com/package and
example.com/package/v2, if you do not want to keep both code-bases in the
same repository.

It serves a simple purpose, but it implements many boring parts related to
a public web service.

Best regards,
Janoš

[0] https://gopherpit.com
[1] https://golang.org/cmd/go/#hdr-Remote_import_paths

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.