docs: added technical design #3
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "technical-design"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Intent
@ -0,0 +29,4 @@
Cellar Cocial consists of the backend and frontend apps supported by the database and the relay.
All services will be deployed to the linux ([Ubuntu](https://ubuntu.com/)) server and traffic routing will be manged by [Nginx](https://nginx.org/). The entire server should be backed up daily.
Backups will happen at the host level, right?
yes
@ -0,0 +23,4 @@
- Order the product.
- Engage with product related community.
- Provide NIP-05 names.
- View and sign on to events.
sign UP to in-person events
@ -0,0 +35,4 @@

`Client` - [frontend app](#frontend)
Might be better to rename this as the "Website" given that there are multiple (including non-hosted) frontend components
Makes sense
@ -0,0 +37,4 @@
`Client` - [frontend app](#frontend)
`API` - [backend app](#backend)
Perhaps rename this as "API"? Or keep as "backend" and include both API and the DB.
@ -0,0 +55,4 @@
- [TypeScript](https://www.typescriptlang.org/)
- [React](https://react.dev/)
- [Nostr Login](https://github.com/nostrband/nostr-login) (authentication)
is it worth mentioning the NDK, or the library we'll implement?
potentially we'll use not just NDK, but nostr-tools or applesouce too. I would say it is more implementation details.
@ -0,0 +57,4 @@
- [React](https://react.dev/)
- [Nostr Login](https://github.com/nostrband/nostr-login) (authentication)
HTTP requests to Cellar Social API should include Nostr signatures, so the backend app will be able validate it and provide the response.
mention NIP-98
@ -0,0 +75,4 @@
The backend app will have access to the database and will perform CRUD (create/read/update/delete) operations.
The backend app will also manage Npub whitelisting that `APP Relay` will use.
will also provide an npub verification service for the whitelisting function on the relay
@ -0,0 +91,4 @@
- Reviews
- NostrEvents
Database has to be backed up daily.
is this separate to the box backup? If so, how will we manage the backups..
You are right, we don't need to back the DB up separately unless a more frequent DB backup is required.
@ -0,0 +97,4 @@
[strfry](https://github.com/hoytech/strfry) (`APP Relay`) will be used for Nostr events.
Npub whitelisting has to be enabled for strict relay access.
maybe a description of how this will work - eg, a javascript function injection on the relay event listener, which calls
GET /user/verify/$npub
or sth like that@ -0,0 +101,4 @@
### Media Server
[nostr.build](https://nostr.build/) will be used as a media server. It is used to avoid inappropriate data while media uploads.
used because of their excellent service and safety protections. Users can make use of their existing nostr.build subscriptions when they upload content.
link: https://nostr.build/features/