Skip to content

Nostr server for hosting media upload, nostr address (NIP05), lightning redirects and much more.

License

Notifications You must be signed in to change notification settings

quentintaranpino/nostrcheck-api-ts

Repository files navigation

Nostrcheck server

Powered by

TypeScript NodeJS MariaDB Redis Docker Nginx Ffmpeg nostr-tools

About

Nostrcheck server is a set of tools to interact with nostr and be sovereign of your data.

It allows to validate nostr address (NIP05), multimedia uploads (NIP94, NIP96), nostr notes integrity check and lightning redirects. All under NIP98 authentication 100% nostr compatible.

The server can be installed anywhere and allows anyone to become a nostr service provider.

Installation

The installation can be done in two ways, standalone where the system resources will be used natively and via docker where the software will be encapsulated in an isolated image.

The standalone installation allows you to configure more parameters, such as the database name, the public key of the server or other aspects. On the other hand, the docker installation is simpler and more secure, so use docker if you are not sure which one to choose.

In either case, all parameters can be modified using the settings page in the server administration panel.

Installation (standalone)

To make a standalone installation you can use the following script. You can find the code here

curl https://raw.githubusercontent.com/quentintaranpino/nostrcheck-api-ts/main/scripts/install.sh --output install.sh && chmod +x install.sh && ./install.sh

Installation (docker)

To install and run the server using docker you can use the following script.

git clone https://github.com/quentintaranpino/nostrcheck-api-ts.git && cd nostrcheck-api-ts && sudo docker-compose up -d --build

Docker.installation.mp4

Documentation

See documentation here

Configuration

See configuration here

Screenshots

Dashboard

image

User public / private profile

image

Server settings page

image

Login

image

Public API docs

image

Customizable frontpage and logo

image image

Supported nips

  • NIP01
  • NIP04
  • NIP07
  • NIP19
  • NIP44
  • NIP94
  • NIP96
  • NIP98

Roadmap

  • Nostraddress service
  • Media uploads
  • Lightning redirects
  • Standalone Installation script
  • Docker installation
  • Nostr DM integration
  • Frontend UI (dashboard)
  • Frontend UI (settings)
  • Frontend UI (homepage)
  • Frontend UI (docs and ToS)
  • Object Storage
  • Multi-server mirroring
  • Lightning payments
  • Import / Export data
  • Custom frontend templates
  • Frontend UI (profile)
  • Frontend UI (public gallery)
  • Frontend UI (public upload)
  • Frontend UI (directory)
  • Frontend UI (register)
  • Umbrel appstore integration
  • Start9 appstore integration
  • Integrated micro-relay

License

MIT License (MIT)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.