Skip to content

Releases: RTradeLtd/permaweb-host

v1.0.3

01 Aug 17:38
Compare
Choose a tag to compare

Added

  • Added a forward-compatibility module in case of breaking changes for seamless upgrades.

Changed

  • Changed config directory to ~/.config/gipns.
mv ~/.config/gi ~/.config/gipns

Fixed

  • Fixed curl test DELETE script.

Faster Discovery

31 Jul 20:48
Compare
Choose a tag to compare

Added

  • Adds a few selected peers to its swarm on startup for faster discovery.
  • Added a few unit tests.
  • Cross-compile script with lots of obscure operating systems and architectures.

Removed

  • Removed mention of the old license on startup.

Fixed

  • Fixed pipeline on CircleCI.

API

29 Jul 19:19
Compare
Choose a tag to compare
API

Added

  • Added the following API endpoints :
Endpoint Method Description
/api/repos GET List of all repositories
/api/repos POST Create a repository
/api/repos/{url} GET Get this repository
/api/repos/{url} DELETE Delete this repository
  • Added a list of repositories
  • Added Delete buttons on that list of repositories

Changed

Removed

  • Removed the following API endpoint :
    • /api/add

Fixed

  • Fixed some potential issues when refreshing old repositories that contain errors

Initial Release

29 Jul 19:55
Compare
Choose a tag to compare

Initial release. It has a web interface, can git clone repositories, add them to IPFS Cluster, create IPFS keys, then add the repo to IPNS.

There's no authentication.

The web interface doesn't check for errors, so there's a few bugs there.