{"id":16130544,"url":"https://github.com/afcms/zoom-link-server","last_synced_at":"2026-01-30T19:02:15.431Z","repository":{"id":65987025,"uuid":"552738745","full_name":"AFCMS/zoom-link-server","owner":"AFCMS","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-16T07:41:18.000Z","size":997,"stargazers_count":2,"open_issues_count":22,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-09T00:34:06.590Z","etag":null,"topics":["fiber","golang","zoom"],"latest_commit_sha":null,"homepage":"","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/AFCMS.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":"2022-10-17T06:44:08.000Z","updated_at":"2023-02-06T13:50:15.000Z","dependencies_parsed_at":"2024-01-20T11:25:17.472Z","dependency_job_id":"b451f19b-2215-482c-9832-8928e9d5f472","html_url":"https://github.com/AFCMS/zoom-link-server","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/AFCMS/zoom-link-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AFCMS%2Fzoom-link-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AFCMS%2Fzoom-link-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AFCMS%2Fzoom-link-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AFCMS%2Fzoom-link-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AFCMS","download_url":"https://codeload.github.com/AFCMS/zoom-link-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AFCMS%2Fzoom-link-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28917454,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T16:37:38.804Z","status":"ssl_error","status_checked_at":"2026-01-30T16:37:37.878Z","response_time":66,"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":["fiber","golang","zoom"],"created_at":"2024-10-09T22:16:43.802Z","updated_at":"2026-01-30T19:02:15.414Z","avatar_url":"https://github.com/AFCMS.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ZOOM Link Server\n\nSimple Zoom link sharing server.\n\nUses the following technologies:\n\n-   **Golang** with the **Fiber** and **GORM** frameworks for the backend\n-   **ReactJS** for frontend with the **Vite** framework.\n-   **TailwindCSS** for all CSS\n\n## Running\n\nYou first need to build the frontend.\n\nYou need NodeJS v18 installed.\n\n```sh\ncd frontend \u0026\u0026 npm install --include=dev \u0026\u0026 npm run build \u0026\u0026 cd ..\n```\n\nThen you will need to build the backend.\n\nYou need Go 1.19 installed.\n\nFor your machine:\n\n```sh\ngo build -o zoom-link-server\n```\n\nFor ARM systems (like RasberryPi):\n\n```sh\nenv GOOS=linux GOARCH=arm GOARM=5 go build -o zoom-link-server-arm\n```\n\nThen running the server is as simple as:\n\n```sh\n./zoom-link-server\n```\n\nYou can configure host and port in a `.env.local`, default to `localhost` and `30000`.\n\n## Production Setup\n\nThere are no dependencies needed to run the server.\n\nYou need only the result of the frontend build (the `./frontend/build` folder after running `npm run build`) and the binary compiled for your system.\n\nHere is an exemple file tree:\n\n```\n ├──    .env.local\n └──    frontend/\n │  └────    assets/\n │  │  ├────    index-564d9bf7.css\n │  │  └────    index-f8707454.js\n │  ├────    index.html\n │  ├────    robots.txt\n │  └────    zoom-link-server-icon.png\n └──    zoom-link-server\n```\n\nThe database is a SQLite database stored in the same folder and named `database.db`.\n\nYou can found an exemple Systemd Unit file in the repo, you may need to edit the file path.\n\n## Credits\n\n\u003ca href=\"https://www.flaticon.com/free-icons/zoom\" title=\"zoom icons\"\u003eZoom icons created by Enamo Studios - Flaticon\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafcms%2Fzoom-link-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafcms%2Fzoom-link-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafcms%2Fzoom-link-server/lists"}