{"id":20424310,"url":"https://github.com/avivharuzi/private-video-server","last_synced_at":"2026-04-11T00:53:08.646Z","repository":{"id":54824265,"uuid":"479715194","full_name":"avivharuzi/private-video-server","owner":"avivharuzi","description":"A very simple private video server","archived":false,"fork":false,"pushed_at":"2023-10-18T16:39:44.000Z","size":1920,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-15T15:02:23.833Z","etag":null,"topics":["angular","ffmpeg","nodejs","typescript","video"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":false,"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/avivharuzi.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.config.js","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":"2022-04-09T12:09:31.000Z","updated_at":"2023-03-04T04:12:17.000Z","dependencies_parsed_at":"2025-01-15T14:56:03.752Z","dependency_job_id":"40c86aa5-3d3b-4452-8d2a-ea410116367f","html_url":"https://github.com/avivharuzi/private-video-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avivharuzi%2Fprivate-video-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avivharuzi%2Fprivate-video-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avivharuzi%2Fprivate-video-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avivharuzi%2Fprivate-video-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avivharuzi","download_url":"https://codeload.github.com/avivharuzi/private-video-server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241966977,"owners_count":20050324,"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":["angular","ffmpeg","nodejs","typescript","video"],"created_at":"2024-11-15T07:09:10.696Z","updated_at":"2025-12-04T06:06:41.381Z","avatar_url":"https://github.com/avivharuzi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Private Video Server\n\nA very simple private video server.\n\n\u003e ⚠️ This project is open source but made for self usage if you like this project feel free to star and fork this repository.\n\u003e\n\u003e ⚠️ Any problem with this project or security issues is your responsibility to handle them.\n\u003e\n\u003e ⚠️ No issues or pull requests will be accepted.\n\n## Table of Contents\n\n- [Overview](#overview)\n- [Tech](#tech)\n- [Prerequisites](#prerequisites)\n- [Configure Environment File](#configure-environment-file)\n- [Commands](#commands)\n\n## Overview\n\nThe idea of this project is to make a collection of simple videos and to watch them easily (currently only `mp4` files are supported).\n\nThe main usage of this project to make it as a server and to access it outside.\n\nThe main security is that always is there one admin user that can access to the server resources which configured in the `.env` file.\n\n## Tech\n\n- Nx Workspace\n- TypeScript\n- Angular\n- NodeJS\n- NestJS\n- SQLite\n- FFMPEG\n\n## Prerequisites\n\n- Linux OS (not tested on Windows yet)\n- [Node.js](https://nodejs.org) (\u003e= 16 required)\n- npm package manager (\u003e= 8 required)\n- [ffmpeg](https://ffmpeg.org)\n\n## Configure Environment File\n\nBefore developing or running any commands you should configure environment file to make everything work as expected.\n\n1. Copy `.env.example` content and create new file `.env` and paste the content there.\n2. Update the values after `=` for your right needs\n3. Please notice `API_MEDIA_DIRECTORY` should be with absolute path\n\n## Commands\n\nRun locally api and web applications.\n\n- api: `localhost:8080`\n- web: `localhost:4200`\n\n```shell\nnpm run start:local\n```\n\nBuild with production configuration for api and web applications.\n\n```shell\nnpm run build:prod-server\n```\n\nServe production build.\n\nWill run on `localhost:8080`\n\n```shell\nnpm run serve:prod-server\n```\n\nStop serving production build.\n\n```shell\nnpm run stop:prod-server\n```\n\nBuild and serve production build in the same command.\n\n```shell\nnpm run build-and-serve:prod-server\n```\n\nClean resources (deletes cache files, media files, and database).\n\n```shell\nnpm run clean-resources\n```\n\n# License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favivharuzi%2Fprivate-video-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favivharuzi%2Fprivate-video-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favivharuzi%2Fprivate-video-server/lists"}