{"id":18399508,"url":"https://github.com/fireproof-storage/public-media-gallery","last_synced_at":"2026-05-05T14:32:42.530Z","repository":{"id":195775883,"uuid":"693401591","full_name":"fireproof-storage/public-media-gallery","owner":"fireproof-storage","description":"Media library manager and cutom gallery publisher – fork me for your project!","archived":false,"fork":false,"pushed_at":"2023-09-25T23:07:27.000Z","size":581,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-18T18:03:19.724Z","etag":null,"topics":["ipfs","react","vite"],"latest_commit_sha":null,"homepage":"https://public-media.fireproof.storage","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fireproof-storage.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-19T00:52:23.000Z","updated_at":"2024-11-14T18:58:01.000Z","dependencies_parsed_at":"2024-12-24T11:27:50.952Z","dependency_job_id":"8ca6096b-c05e-42e6-8fe4-9378ffd5dbff","html_url":"https://github.com/fireproof-storage/public-media-gallery","commit_stats":null,"previous_names":["jchris/media-gallery","fireproof-storage/public-media-gallery"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fireproof-storage/public-media-gallery","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fireproof-storage%2Fpublic-media-gallery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fireproof-storage%2Fpublic-media-gallery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fireproof-storage%2Fpublic-media-gallery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fireproof-storage%2Fpublic-media-gallery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fireproof-storage","download_url":"https://codeload.github.com/fireproof-storage/public-media-gallery/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fireproof-storage%2Fpublic-media-gallery/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32653552,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ipfs","react","vite"],"created_at":"2024-11-06T02:27:35.679Z","updated_at":"2026-05-05T14:32:42.514Z","avatar_url":"https://github.com/fireproof-storage.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Public Media Gallery\n\nThis is a demo of Fireproof, a new web database that's built from the ground up for distributed applications. This app showcases Fireproof's integration with web3.storage and IPFS. While Fireproof can run on any cloud, the developer-friendly defaults showcased here are designed to make it possible to write full featured apps without needing a backend.\n\nIn this example you login by validating your email address, and then upload images to your library. From there you can compose albums, and publish them to the web.\n\nUser accounts are self-sovereign, powered by DID and UCAN, which means they are tied to private keys that live in your device and which no software can extract. This means that your account is truly yours, but it also means your devices need to be online at the same each time you setup a new device, because device setup involves the old device cryptographically certifying the new device.\n\nPart of the Fireproof hypothesis is that distributed identity and applications can be be made friendly enough for everyone, from developers to mainstream users. So while this demo relies on cutting edge technology, it's also designed to show how apps built like this can be compelling, fun, and usable.\n\n![upload](https://github.com/fireproof-storage/public-media-gallery/assets/253/025d59e3-a1bb-4ca6-b6c2-cc7ac3ee7bfa)\n\nCustomize the style and layout of your gallery, then [publish it to a plain HTML link.](https://bafybeidekgfphvxv2ttcupfko3istu4qxjglnhgl7qq3mfciqkmusrrcs4.ipfs.w3s.link/album.html)\n\n![gallery](https://github.com/fireproof-storage/public-media-gallery/assets/253/e09bcdc0-c2e4-4be3-9ee9-d0e5ff67f9c4)\n\n## Future Iterations\n\nTo iterate from a starting point like this, into something people would use for real world, here are some ideas for additional features:\n\n### Easy to Add\n\n- Manual tagging workflows\n- Auto tag all videos in an import\n\n### Medium Complexity\n\n- Auto tag based on exif or other machine data\n- Transcoding / browser optimizing\n- Importing weird formats\n\n### Hard to Implement\n\n- Non-public asset files (private metadata is no problem)\n\n### On the Roadmap\n\nThings you'd get \"for free\" as they are part of the Fireproof roadmap, even if they are only nascent now:\n\n- Multi-user collaboration on a metadata library\n- Passkey (TouchID / FaceID) login (also WalletConnect)\n- Multi-device sync (Already works)\n\n## Developing\n\nRun the app locally by cloning the repo and then running:\n\n```bash\nnpm install\nnpm start\n```\n\nPlease run `npx tsc` on pull requests to minimize cleanup.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffireproof-storage%2Fpublic-media-gallery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffireproof-storage%2Fpublic-media-gallery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffireproof-storage%2Fpublic-media-gallery/lists"}