{"id":15096022,"url":"https://github.com/kevinanielsen/go-fast-cdn","last_synced_at":"2025-04-12T23:30:33.154Z","repository":{"id":211762008,"uuid":"729895502","full_name":"kevinanielsen/go-fast-cdn","owner":"kevinanielsen","description":"A fast and easy-to-use CDN, built with Go.","archived":false,"fork":false,"pushed_at":"2025-03-13T00:28:57.000Z","size":16118,"stargazers_count":175,"open_issues_count":7,"forks_count":46,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-04T04:17:48.335Z","etag":null,"topics":["cdn","gin","gin-gonic","gin-gorm","go","go-app","go-cdn","golang","gorm","gorm-orm"],"latest_commit_sha":null,"homepage":"https://kevinanielsen.github.io/go-fast-cdn/","language":"Go","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/kevinanielsen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-10T17:24:28.000Z","updated_at":"2025-04-01T18:44:47.000Z","dependencies_parsed_at":"2024-02-02T21:26:36.774Z","dependency_job_id":"8f277f8e-6d62-4cdd-8f95-70c9277d601d","html_url":"https://github.com/kevinanielsen/go-fast-cdn","commit_stats":{"total_commits":215,"total_committers":18,"mean_commits":"11.944444444444445","dds":0.5348837209302326,"last_synced_commit":"d22eabd992bca80bf9a8a7262b0769da8283f3a6"},"previous_names":["kevinanielsen/go-fast-cdn"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinanielsen%2Fgo-fast-cdn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinanielsen%2Fgo-fast-cdn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinanielsen%2Fgo-fast-cdn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinanielsen%2Fgo-fast-cdn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevinanielsen","download_url":"https://codeload.github.com/kevinanielsen/go-fast-cdn/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248647249,"owners_count":21139081,"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":["cdn","gin","gin-gonic","gin-gorm","go","go-app","go-cdn","golang","gorm","gorm-orm"],"created_at":"2024-09-25T15:44:55.647Z","updated_at":"2025-04-12T23:30:33.128Z","avatar_url":"https://github.com/kevinanielsen.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://kevinanielsen.github.io/go-fast-cdn/\" target=\"_blank\" rel=\"noopener\"\u003e\n    \u003cimg src=\"https://i.imgur.com/zVNCMfV.png\" alt=\"Go-Fast CDN - Fast and simple Open Source CDN\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/kevinanielsen/go-fast-cdn/actions/workflows/release.yml/\" target=\"_blank\" rel=\"noopener\"\u003e\n    \u003cimg src=\"https://github.com/kevinanielsen/go-fast-cdn/actions/workflows/release.yml/badge.svg?branch=main\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://goreportcard.com/report/github.com/kevinanielsen/go-fast-cdn\" target=\"_blank\" rel=\"noopener\"\u003e\n    \u003cimg src=\"https://goreportcard.com/badge/github.com/kevinanielsen/go-fast-cdn\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# Go-Fast CDN\n\n_\"The PocketBase of CDNs\" - Me_\n\n### A fast and easy-to-use CDN, built with Go.\n\nUtilizing an SQLite database with GORM and the Gin web framework. UI built with [Vite](https://vite.js/) + [React](https://react.dev/) and [wouter](https://github.com/molefrog/wouter).\n\n## How to use\n\nSee our documentation at [kevinanielsen.github.io/go-fast-cdn/](https://kevinanielsen.github.io/go-fast-cdn/)\n\n## Development\n\n### Clone the Repository\n\n`git clone git@github.com:kevinanielsen/go-fast-cdn`\nor `git clone https://github.com:kevinanielsen/go-fast-cdn`\n\n### Add env variables\n\nThis project uses [dotenv](https://vault.dotenv.org/) and I recommend that you do the same. \u003cbr\u003e\nRead more about the usage on their page. \u003cbr\u003e\u003cbr\u003e\nIf you do not wish to use this, you can just rename `.example.env` to `.env` and fill in the fields.\n\n### Building the binary\n\n1. Run `make prep`\n2. Run `make clean`\n3. Run `make test`\n4. Run `make build`\n\nYour binary should now be tested, built, and you can run it with `bin/go-fast-cdn-linux` or `bin/go-fast-cdn-windows` or `bin/go-fast-cdn-darwin`\n\n### Quick start with Docker\n\n`git clone git@github.com:kevinanielsen/go-fast-cdn`\nor `git clone https://github.com:kevinanielsen/go-fast-cdn`\n\n```\ndocker-compose up -d\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinanielsen%2Fgo-fast-cdn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevinanielsen%2Fgo-fast-cdn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinanielsen%2Fgo-fast-cdn/lists"}