diff options
| author | arthurfranca <arthur.a.franca@gmail.com> | 2024-01-08 14:05:01 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-08 14:05:01 -0300 |
| commit | b0e6c01321633f5e0de6ebf6676f018a218459a9 (patch) | |
| tree | 1457552431896855c7391be4dc18fd89fbfd8ecc /README.md | |
| parent | e489ed468b528f8022f420395b49a7615722aa57 (diff) | |
NIP-96 - HTTP File Storage Integration (#547)
* Add NIP-95 - File Storage
* Add missing response info
* Make it clear that is is an HTTP file storage server integration
* Add monetization suggestion
* Use zap split tags for monetization suggestion
* Add resize option
* Add Zap Gates Integration
* Replace /nip96 convention with /.well-known/nostr.json configuration
* Relays can choose to also act as HTTP file storage server
* Remove nip96 tag in favor of x tags third element
* Fix typo
* Remove redirect cooperation
* Replaced 422 with 400 status code
* Update 96.md
Co-authored-by: Jon Staab <jstaab@protonmail.com>
* Update 96.md
Co-authored-by: Jon Staab <jstaab@protonmail.com>
* Update 96.md
Co-authored-by: Jon Staab <jstaab@protonmail.com>
* Update 96.md
Co-authored-by: Jon Staab <jstaab@protonmail.com>
* Update 96.md
Co-authored-by: Jon Staab <jstaab@protonmail.com>
* Update 96.md
Co-authored-by: Jon Staab <jstaab@protonmail.com>
* Update 96.md
Co-authored-by: Jon Staab <jstaab@protonmail.com>
* Make file expiration a range and add terms_of_service
* Add optional content_type field
* Add plans and tos
* Remove monetization
* Apply minor fixes
* Update 96.md
Co-authored-by: Semisol <45574030+Semisol@users.noreply.github.com>
* Fix after review
* Add kind 10096
* Apply suggestions
* Add suggestions
* Remove duplicate field
* Add optional is_nip98_required plan config
* Add suggestions
* Replace x with ox tag for original file hash
* Make minor changes
* Remove nip96 namespace response field
* Add note about alternative file processing flow
* Simplify processing flow
* Add nostrcheck to server list
* Add audio/* example
* Explain what metadata to show before processing is done
* Add nostrage to list
* Add eta
* Add sove to list and replace eta with percentage
* Fix status code
* Add nostr.build to list
* Add sovbit
* Add optional extra http servers to ox tag
* Add void.cat to list
* Small fix
* Remove ox third array element
---------
Co-authored-by: Jon Staab <jstaab@protonmail.com>
Co-authored-by: Semisol <45574030+Semisol@users.noreply.github.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -72,6 +72,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 72 | - [NIP-89: Recommended Application Handlers](89.md) | 72 | - [NIP-89: Recommended Application Handlers](89.md) |
| 73 | - [NIP-90: Data Vending Machines](90.md) | 73 | - [NIP-90: Data Vending Machines](90.md) |
| 74 | - [NIP-94: File Metadata](94.md) | 74 | - [NIP-94: File Metadata](94.md) |
| 75 | - [NIP-96: HTTP File Storage Integration](96.md) | ||
| 75 | - [NIP-98: HTTP Auth](98.md) | 76 | - [NIP-98: HTTP Auth](98.md) |
| 76 | - [NIP-99: Classified Listings](99.md) | 77 | - [NIP-99: Classified Listings](99.md) |
| 77 | 78 | ||