Skip to content

Commit

Permalink
Fix some URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
danhunsaker committed Apr 9, 2023
1 parent 6563236 commit ce7601f
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 346 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 Nanopack
Copyright (c) 2015-2019 Nanobox, 2019-present The Microbox Team

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![hoarder logo](http://assets.microbox.rocks/readme-headers/hoarder.png)](http://microbox.cloud/open-source#hoarder)
[![Build Status](https://travis-ci.org/mu-box/hoarder.svg)](https://travis-ci.org/mu-box/hoarder)
[![hoarder logo](http://microbox.rocks/assets/readme-headers/hoarder.png)](http://microbox.cloud/open-source#hoarder)
[![Build Status](https://github.com/mu-box/hoarder/actions/workflows/ci.yaml/badge.svg)](https://github.com/mu-box/hoarder/actions)
[![GoDoc](https://godoc.org/github.com/mu-box/hoarder?status.svg)](https://godoc.org/github.com/mu-box/hoarder)

Hoarder is a simple, api-driven, storage system for storing anything for cloud based deployment services.
Expand Down Expand Up @@ -155,4 +155,4 @@ When it retrieves data it might look like the following:

Contributions to hoarder are welcome and encouraged. Hoarder is a [Microbox](https://microbox.cloud) project and contributions should follow the [Microbox Contribution Process & Guidelines](https://docs.microbox.cloud/contributing/).

[![open source](http://assets.microbox.rocks/open-src/microbox-open-src.png)](http://microbox.cloud/open-source)
[![open source](http://microbox.rocks/assets/open-src/microbox-open-src.png)](http://microbox.cloud/open-source)
10 changes: 5 additions & 5 deletions commands/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![hoarder logo](http://assets.microbox.rocks/readme-headers/hoarder.png)](http://microbox.cloud/open-source#hoarder)
[![Build Status](https://travis-ci.org/mu-box/hoarder.svg)](https://travis-ci.org/mu-box/hoarder)
[![hoarder logo](http://microbox.rocks/assets/readme-headers/hoarder.png)](http://microbox.cloud/open-source#hoarder)
[![Build Status](https://github.com/mu-box/hoarder/actions/workflows/ci.yaml/badge.svg)](https://github.com/mu-box/hoarder/actions)
[![GoDoc](https://godoc.org/github.com/mu-box/hoarder?status.svg)](https://godoc.org/github.com/mu-box/hoarder)

# Hoarder
Expand Down Expand Up @@ -59,8 +59,8 @@ $ ./hoarder -c config.json
## Common Issues

Error: `Failed to make request - Post https://localhost:7410/blobs/test: http: server gave HTTP response to HTTPS client` means that hoarder is started using `http`, but the client is configured to use `https` to talk to it.
Solution: Set `-H 'http://localhost:7410'` to use `http`
Error: `Failed to make request - Post https://localhost:7410/blobs/test: http: server gave HTTP response to HTTPS client` means that hoarder is started using `http`, but the client is configured to use `https` to talk to it.
Solution: Set `-H 'http://localhost:7410'` to use `http`


## Client Usage Example:
Expand Down Expand Up @@ -123,4 +123,4 @@ $ hoarder update -k small-file -d 'eliftset'
# 'small-file' created!
```

[![opensource logo](http://assets.microbox.rocks/open-src/microbox-open-src.png)](http://microbox.cloud/open-source)
[![opensource logo](http://microbox.rocks/assets/open-src/microbox-open-src.png)](http://microbox.cloud/open-source)
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/mu-box/hoarder

go 1.17
go 1.20

require (
github.com/gorilla/context v1.1.1 // indirect
Expand Down
Loading

0 comments on commit ce7601f

Please sign in to comment.