Skip to content

Releases: 42atomys/vanity-go

1.1

10 Mar 15:43
629a8c6
Compare
Choose a tag to compare

1.1 : Add possibility to catch vanity at root level

You can now catch your vanity URL at root level.

proxies:
- namespace: atomys.codes
  entries:
    # Root redirection can be catch with "-" or "/" as key
    # Will responds to the following URL: atomys.codes
    -: https://github.com/42Atomys/vanity-go.git
    # Redirect go-get import to atomys.codes/vanity-go
    vanity-go: https://github.com/42Atomys/vanity-go.git

Full Changelog: 1.0...1.1

1.0 🎉

16 Feb 19:26
1.0
97a4bdb
Compare
Choose a tag to compare

Stable release : 1.0

After testing and using the project personally for some time, and adding the tests and docs for various uses.

I am happy to upgrade the project to 1.0 🎉

  • Support for multiple domain names in the same go-proxy, allowing not to have multiple deployments. (one-to-many logic)
  • Support for multiple redirection per domain.
  • Support for the following protocols: bzr, fossil, git, hg, svn.

0.3

14 Feb 23:29
5eee30f
Compare
Choose a tag to compare
0.3

go template is now included inside the binary

Full Changelog: 0.2...0.3

0.2

14 Feb 18:47
211f6cc
Compare
Choose a tag to compare
0.2

Full Changelog: 0.1...0.2

0.1

14 Feb 17:11
b72a069
Compare
Choose a tag to compare