Bump version 0.1.1.
This commit is contained in:
parent
232f2964be
commit
4c84636b29
@ -20,7 +20,7 @@ import (
|
|||||||
"github.com/yukimochi/httpsig"
|
"github.com/yukimochi/httpsig"
|
||||||
)
|
)
|
||||||
|
|
||||||
var UA_STRING = os.Getenv("RELAY_SERVICENAME") + " (golang net/http; Activity-Relay v0.1.0; " + os.Getenv("RELAY_DOMAIN") + ")"
|
var UA_STRING = os.Getenv("RELAY_SERVICENAME") + " (golang net/http; Activity-Relay v0.1.1; " + os.Getenv("RELAY_DOMAIN") + ")"
|
||||||
|
|
||||||
func appendSignature(r *http.Request, body *[]byte, KeyID string, pKey *rsa.PrivateKey) error {
|
func appendSignature(r *http.Request, body *[]byte, KeyID string, pKey *rsa.PrivateKey) error {
|
||||||
hash := sha256.New()
|
hash := sha256.New()
|
||||||
|
@ -61,7 +61,7 @@ func main() {
|
|||||||
app := cli.NewApp()
|
app := cli.NewApp()
|
||||||
app.Name = "Activity Relay Extarnal CLI"
|
app.Name = "Activity Relay Extarnal CLI"
|
||||||
app.Usage = "Control Relay configration"
|
app.Usage = "Control Relay configration"
|
||||||
app.Version = "0.0.2"
|
app.Version = "0.1.1"
|
||||||
app.Commands = []cli.Command{
|
app.Commands = []cli.Command{
|
||||||
{
|
{
|
||||||
Name: "domain",
|
Name: "domain",
|
||||||
|
@ -17,6 +17,10 @@
|
|||||||
|
|
||||||
- [Redis](https://github.com/antirez/redis)
|
- [Redis](https://github.com/antirez/redis)
|
||||||
|
|
||||||
|
## Installation Manual
|
||||||
|
|
||||||
|
See [GitHub wiki](https://github.com/yukimochi/Activity-Relay/wiki)
|
||||||
|
|
||||||
## Environment Variable
|
## Environment Variable
|
||||||
|
|
||||||
- `ACTOR_PEM` (ex. `/actor.pem`)
|
- `ACTOR_PEM` (ex. `/actor.pem`)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user