{"id":13547644,"url":"https://github.com/dtube/dtube","last_synced_at":"2025-04-14T00:53:13.190Z","repository":{"id":41158199,"uuid":"133175005","full_name":"dtube/dtube","owner":"dtube","description":":tv: d.tube app. A full-featured video sharing website, decentralized.","archived":false,"fork":false,"pushed_at":"2025-02-06T21:26:39.000Z","size":171699,"stargazers_count":818,"open_issues_count":132,"forks_count":191,"subscribers_count":50,"default_branch":"master","last_synced_at":"2025-04-06T22:02:08.016Z","etag":null,"topics":["blockchain","decentralized","ipfs","meteor","steem","video"],"latest_commit_sha":null,"homepage":"https://d.tube","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dtube.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"fasolo97","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2018-05-12T18:55:15.000Z","updated_at":"2025-04-06T12:45:06.000Z","dependencies_parsed_at":"2023-02-08T08:02:01.882Z","dependency_job_id":"63b12609-cef8-414f-af88-77b947173093","html_url":"https://github.com/dtube/dtube","commit_stats":{"total_commits":1027,"total_committers":26,"mean_commits":39.5,"dds":0.5530671859785784,"last_synced_commit":"4d5ca44e04e44b6a5c20fdfc69b6f01fb540f384"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dtube%2Fdtube","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dtube%2Fdtube/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dtube%2Fdtube/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dtube%2Fdtube/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dtube","download_url":"https://codeload.github.com/dtube/dtube/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248804783,"owners_count":21164131,"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":["blockchain","decentralized","ipfs","meteor","steem","video"],"created_at":"2024-08-01T12:00:59.137Z","updated_at":"2025-04-14T00:53:13.169Z","avatar_url":"https://github.com/dtube.png","language":"JavaScript","funding_links":["https://ko-fi.com/fasolo97","https://ko-fi.com/X8X5T1Q1D"],"categories":["Social Networks and Platforms","JavaScript","Others"],"sub_categories":["YouTube"],"readme":"\u003c!---\n[![Crowdin](https://d322cqt584bo4o.cloudfront.net/dtube/localized.svg)](https://crowdin.com/project/dtube)\n--\u003e\n[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n[![DTube channel on Discord](https://img.shields.io/discord/347020217966395393.svg?logo=discord)](https://discord.gg/QsBnrwqsSV)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)\n\n[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/X8X5T1Q1D)\n\n# DTube App\n\nThis is the main javascript application you can use on dtube.app website. This is probably the starting point for anyone wanting to contribute to d.tube.\n\n## Preview\n\n![DTube Homepage Preview](https://i.imgur.com/G6knxMI.png)\n\n## Install\n\n### Install Meteor\n* Linux and Mac: `curl https://install.meteor.com/ | sh`\n* Windows: [link](https://www.meteor.com/install)\n\n### Install the app\n\nClone this repository and `meteor npm install` in it. This will install all dependencies coming from npm including the ones required for development.\n\n### Start the app\nFinally, do `meteor` in the folder to start the app in development mode.\n##### Options:\n* `-p 3456` for running on a different port than the default 3000.\n* `--production` will minify and merge the javascript and css files.\n\nMeteor will automatically push any change on the code to the browser while you keep the meteor dev server running.\n\n## Going in-depth\n### Running blockchain locally\nYou can run a blockchain locally on your PC to avoid sending transactions onto the live network. Follow instructions in [dtube/avalon](https://github.com/dtube/avalon), then just change API to 'localhost:3001' in the settings page to point your UI to your development chain.\n\n### Working with Uploads\n\nFor doing anything on the upload side, it is strongly recommended to run your own [dtube/ipfs-uploader](https://github.com/dtube/ipfs-uploader). Once running, simply turn the `localhost` setting to `true` in `client/settings.js` and it will upload locally instead of our production servers.\n\n### Working on the Player\n\nAs you can see, we use the embed directly available on emb.d.tube. This is the [dtube/embed](https://github.com/dtube/embed) repository. Feel free to clone it and directly point the `client/views/commons/videos/player.js` to your file:// version of the player if you want to make changes that include the player.\n\n### Working with pre-rendering for bots\n\nThe [dtube/minidtube](https://github.com/dtube/minidtube) repository is responsible for all the pre-rendering and serving a decent version of d.tube to bots which normally wouldn't be able to.\n\n## Structure\n\n - `.meteor` meteor files, don't touch unless you know what you are doing.\n - `.vscode` if you use visual studio code.\n - `public` all the static files like pictures, fonts and translations.\n - `client` all the app code\n - - `client/collections` minimongo collections that templates feed from\n - - `client/css` css files.\n - - `client/lib` semantic ui related code.\n - - `client/views` templates, each has 2 files, html and js, a handlebar template and associated logic.\n - - - `client/views/commons` all the re-used templates\n - - - `client/views/pages` all the templates matching a route in `router.js`\n - - - `client/views/topbar` the fixed menu on top of the app\n - - - `client/views/sidebar` the sidebar menu\n \n## Common Issues\n\nIf you are using windows, the `meteor npm` seems to be buggy at times. You can try using the normal `npm` instead if you have that installed.\n\nAfter each meteor or package.json update, you will need to re-run `meteor npm install`\n\nFor any help, feel free to join us in our [Discord Channel](https://discord.gg/QsBnrwqsSV)\n\n## Contributing\nIf you want to contribute to the project, please read [this page](https://d.tube/#!/wiki/contribute).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdtube%2Fdtube","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdtube%2Fdtube","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdtube%2Fdtube/lists"}