mroxso eb3931bfdf Feature: Post & File Upload (#31)
* upload images to void.cat when using UploadComponent

* enable upload in bottom bar

* rm link in content (used to be like this for kind 1 but not for kind 20)

* add blurhash and other tags + refactor UploadComponent

* add blurhash dependency

* move Global next to Follower Feed in Bottom Bar

* refactor UploadComponent to extract signEvent function for better readability and maintainability

* check uploaded note by fetching it. showing this in a drawer for now

* return null when logged in with amber web-style because its not implemented yet

* move Nostr Event signing to utils

* change file upload from void.cat to nostr.download
2025-02-01 16:20:01 +01:00
2024-07-29 23:12:30 +02:00
2025-02-01 16:20:01 +01:00
2024-08-04 22:29:29 +02:00
2024-08-04 22:29:29 +02:00
2024-08-04 22:29:29 +02:00

lumina.rocks

A social media for images and pictures 📸

Docker

Quickstart

docker run --rm -it -p 3000:3000 ghcr.io/lumina-rocks/lumina:main

or with Docker Compose

docker compose up -d

Umami

Umami is disabled by default.

To enable Umami edit the .env file in the lumina directory.

Then build the Docker Image again and restart the container.

docker compose up -d --build
Description
No description provided
Readme 17 MiB
Languages
TypeScript 94.7%
CSS 4.6%
Dockerfile 0.5%
JavaScript 0.2%