{"id":14980145,"url":"https://github.com/asone/lnfilestoreserver","last_synced_at":"2025-10-28T20:32:30.589Z","repository":{"id":42060977,"uuid":"422328128","full_name":"Asone/LNFilestoreServer","owner":"Asone","description":"A pay to download webserver based onto the lightning network","archived":false,"fork":false,"pushed_at":"2023-10-17T20:49:08.000Z","size":422,"stargazers_count":7,"open_issues_count":12,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T18:11:58.057Z","etag":null,"topics":["402","bitcoin","bitcoin-payment","bolt-11","bolt11","fileserver","graphql","invoice","lightning-network","rust","umbrel","webserver"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Asone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-10-28T19:17:43.000Z","updated_at":"2024-01-21T05:17:11.000Z","dependencies_parsed_at":"2024-09-28T04:01:18.745Z","dependency_job_id":"16ad2401-5721-4672-8f1c-faf4c12f4f45","html_url":"https://github.com/Asone/LNFilestoreServer","commit_stats":{"total_commits":94,"total_committers":3,"mean_commits":"31.333333333333332","dds":"0.14893617021276595","last_synced_commit":"cf55cef07a629816799f8ba8f90f9be56d131b31"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asone%2FLNFilestoreServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asone%2FLNFilestoreServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asone%2FLNFilestoreServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asone%2FLNFilestoreServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Asone","download_url":"https://codeload.github.com/Asone/LNFilestoreServer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238720210,"owners_count":19519310,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["402","bitcoin","bitcoin-payment","bolt-11","bolt11","fileserver","graphql","invoice","lightning-network","rust","umbrel","webserver"],"created_at":"2024-09-24T14:01:21.879Z","updated_at":"2025-10-28T20:32:29.860Z","avatar_url":"https://github.com/Asone.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LND Filestore \n \nLN Filestore is a webserver that provides a pay to download feature based onto the lightnint network.\n\nIts primary use is made for [umbrel](https://www.umbrel.com)\n\nThe current repo provides the API server part. If you want more information about the API and its routes see the [extended documentation](./docs/routes.md)\n\nA NextJS front-end app for Umbrel is available [here]() \n## Requirements \n\nIn order to run the webserver you will have to provide access to a [postgresql](https://www.postgresql.org/) database and a [LND](https://github.com/lightningnetwork/lnd) node synced with Bitcoin's timechain. \n\nSee [configuration documentation](./docs/configuration.md) for more details.\n\nIf you want to run it on a docker-compose you can find an example in my [umbrel-apps](https://github.com/Asone/umbrel-apps/blob/master/lnfilestore/docker-compose.yml) fork. \n\n\n## Run\n\n- x86 processors\n````shell\ndocker run akbarworld/lnfilestoreapi\n\n````\n- arm64 processors\n````\ndocker run akbarworld/lnfilestoreapi:umbrel\n````\n\n## Documentation\n\nAn extended documentation is provided in the `docs` folder to help you understand how to configure, build and run the server : \n\n- [Configuration](./docs/configuration.md)\n- [Build](./docs/build.md)\n- [Routes](./docs/routes.md)\n\n## Main dependencies\n\nThe project relies on many dependencies to build and distribute the API.\n\nIn order to understand how it is built and works, you can check the documentations of those dependencies : \n\n- [Rocket](https://rocket.rs/) : Provides the web server ([documentation](https://api.rocket.rs/v0.5-rc/rocket/))\n- [Juniper](https://github.com/graphql-rust/juniper) : Provides the GraphQL engine ([documentation](https://docs.rs/juniper/0.15.7/juniper/))\n- [Diesel](https://diesel.rs/) : Provides the ORM engine ([documentation](https://docs.diesel.rs/master/diesel/index.html))\n- [tonic_lnd](https://github.com/Kixunil/tonic_lnd) : Provides the lightning network client based on the gRPC proto ([documentation](https://docs.rs/tonic_lnd/0.1.1/tonic_lnd/))\n- [lightning-invoice](https://github.com/lightningdevkit/rust-lightning/) : Provides utilities that allows to deserialize an invoice from a payment request ([documentation](https://docs.rs/lightning-invoice/0.19.0/lightning_invoice/))\n\n## Licence \nMIT Licence. \n\nPermission 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:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nThe 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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasone%2Flnfilestoreserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasone%2Flnfilestoreserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasone%2Flnfilestoreserver/lists"}