Skip to content

Commit 7ac24d0

Browse files
committed
New github location
1 parent a5a1154 commit 7ac24d0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ⇧📁 shiftedstorage
22

3-
[![Test](https://github.com/edsu/shiftedstorage/actions/workflows/test.yml/badge.svg)](https://github.com/edsu/shiftedstorage/actions/workflows/test.yml)
3+
[![Test](https://github.com/historypin/shiftedstorage/actions/workflows/test.yml/badge.svg)](https://github.com/historypin/shiftedstorage/actions/workflows/test.yml)
44

55
*shiftedstorage* is a small Python command line utility that lets you create and manage a [Docker] based, trusted, decentralized storage system for community archives. All the heavy lifting is done by [IPFS Cluster] and [Tailscale] which provides a virtual private mesh network for the cluster participants that the rest of the world can't see. The familiar value proposition here is that yes, "Lots of Copies Keeps Stuff Safe", but also, that it can help if those copies are in different geopolitical regions.
66

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "shiftedstorage"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
description = "Distributed storage for community archives using ipfs-cluster, Tailscale and Docker"
55
readme = "README.md"
66
requires-python = ">=3.13"
@@ -9,6 +9,7 @@ dependencies = [
99
"pyyaml>=6.0.2",
1010
]
1111
packages = ["shiftedstorage"]
12+
repository = "https://github.com/historypin/shiftedstorage"
1213

1314
[project.scripts]
1415
shiftedstorage = "shiftedstorage:cli"

0 commit comments

Comments
 (0)