{"id":20383393,"url":"https://github.com/skript023/ellohim-data-sharing","last_synced_at":"2026-04-20T07:01:57.856Z","repository":{"id":193848634,"uuid":"555761431","full_name":"skript023/Ellohim-Data-Sharing","owner":"skript023","description":null,"archived":false,"fork":false,"pushed_at":"2022-10-22T09:09:52.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T22:44:20.615Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/skript023.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}},"created_at":"2022-10-22T09:07:20.000Z","updated_at":"2022-10-22T09:08:49.000Z","dependencies_parsed_at":"2023-09-10T12:22:46.998Z","dependency_job_id":"8db52f45-9cdf-423d-a10c-40da806b45b9","html_url":"https://github.com/skript023/Ellohim-Data-Sharing","commit_stats":null,"previous_names":["skript023/ellohim-data-sharing"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/skript023/Ellohim-Data-Sharing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skript023%2FEllohim-Data-Sharing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skript023%2FEllohim-Data-Sharing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skript023%2FEllohim-Data-Sharing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skript023%2FEllohim-Data-Sharing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skript023","download_url":"https://codeload.github.com/skript023/Ellohim-Data-Sharing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skript023%2FEllohim-Data-Sharing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32036801,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-15T02:22:26.809Z","updated_at":"2026-04-20T07:01:57.839Z","avatar_url":"https://github.com/skript023.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ellohim Data Sharing Service\n\nThis backend is first of all not meant to be secure and can be easily abused. The purpose of this project to sharing data between users in [Ellohim Project](https://github.com/skript023/Ellohim-Project) or [Zerstorers](https://github.com/skript023/Zerstorer-Internal). Keep this in mind and you'd be best to introduce some kind of password authentication on the endpoint that gives out session tokens.\n\n## How to deploy\n\n### 1. Clone the code\n\n```bash\ngit clone https://github.com/skript023/Ellohim-Data-Sharing.git\ncd Ellohim Data Sharing\n```\n\n### 2. Fill in database details\n\nOpen [`data/auth.js`](data/auth.js):\n```json\n{\n    \"credentials\": {\n        \"mongodb\": {\n            \"dev\": {\n                \"auth\": {\n                    \"user\": \"db_user\",\n                    \"password\": \"db_password\",\n                    \"host\": \"example.com\",\n                    \"database\": \"db_name\"\n                },\n                \"options\": {\n                    \"useNewUrlParser\": true,\n                    \"useUnifiedTopology\": true,\n                    \"useFindAndModify\": false,\n                    \"useCreateIndex\": true\n                }\n            },\n            \"prod\": {\n                \"auth\": {\n                    \"user\": \"db_user\",\n                    \"password\": \"db_password\",\n                    \"host\": \"example.com\",\n                    \"database\": \"db_name\"\n                },\n                \"options\": {\n                    \"useNewUrlParser\": true,\n                    \"useUnifiedTopology\": true,\n                    \"useFindAndModify\": false,\n                    \"useCreateIndex\": true\n                }\n            }\n        }\n    }\n}\n```\n\n### 3. Starting the backend\n\n#### Docker\n\n```bash\ndocker-compose up --build\n```\n\n#### Without Docker\n\nHave NodeJS (v14+) installed\n```bash\nnpm install\nnode --experimental-loader=./util/loader.js .\n```\n\n## Documentation\n\nNone available currently, open an issue if you wish for me to add this.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskript023%2Fellohim-data-sharing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskript023%2Fellohim-data-sharing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskript023%2Fellohim-data-sharing/lists"}