Releases: RTradeLtd/permaweb-host
Releases · RTradeLtd/permaweb-host
v1.0.3
Faster Discovery
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
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
- Changed ownership from @NatoBoram to @Permaweb
- Changed name from Git to IPNS to Permaweb Host
- Changed license from GNU GPLv3 to MIT
- Spinners are now blue when they're actually doing something and black when they're not
Removed
- Removed the following API endpoint :
/api/add
Fixed
- Fixed some potential issues when refreshing old repositories that contain errors
Initial Release
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.