{"id":18762867,"url":"https://github.com/arnaucube/goimgserver","last_synced_at":"2025-07-06T14:32:32.395Z","repository":{"id":57610647,"uuid":"94860073","full_name":"arnaucube/goImgServer","owner":"arnaucube","description":"Server of images, written in Go lang","archived":false,"fork":false,"pushed_at":"2017-07-10T15:58:06.000Z","size":3736,"stargazers_count":4,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-19T01:43:00.506Z","etag":null,"topics":["cdn","go","golang","images","server"],"latest_commit_sha":null,"homepage":"","language":"Go","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/arnaucube.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-20T07:01:09.000Z","updated_at":"2025-03-13T07:10:21.000Z","dependencies_parsed_at":"2022-09-05T21:31:52.511Z","dependency_job_id":null,"html_url":"https://github.com/arnaucube/goImgServer","commit_stats":null,"previous_names":["arnaucode/goimgserver"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arnaucube/goImgServer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnaucube%2FgoImgServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnaucube%2FgoImgServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnaucube%2FgoImgServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnaucube%2FgoImgServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arnaucube","download_url":"https://codeload.github.com/arnaucube/goImgServer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnaucube%2FgoImgServer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263917269,"owners_count":23529556,"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","go","golang","images","server"],"created_at":"2024-11-07T18:23:40.934Z","updated_at":"2025-07-06T14:32:32.351Z","avatar_url":"https://github.com/arnaucube.png","language":"Go","readme":"# goImgServer\nServer of images, written in Go lang\n\nThis is a server to post images and serve images.\nFile type accepted:\n```\n- PNG\n- JPG\n- JPEG\n```\nAll the files are converted to PNG, and resized to the configured sizes.\n\n## Use\nupload example (with curl):\n```\ncurl -F file=@./image1.png http://127.0.0.1:3050/image\n```\n\nto get image:\n```\nhttp://127.0.0.1:3050/images/image1.png\n```\n\n## Configuration\nExample configuration file (config.json):\n```\n{\n    \"folder\": \"files\",\n    \"blockedIPs\": [\n        \"192.168.1.3\",\n        \"147.116.48.158\"\n    ],\n    \"allowedIPs\": [\n        \"127.0.0.1\"\n    ],\n    \"imgWidth\": 200,\n    \"imgHeigh\": 0\n}\n```\nThe \"allowedIPs\" are the IPs allowed to post images.\n\n\"blockedIPs\" are the IPs blocked from posting images.\n\nAlso, all IPs not present in the \"allowedIPs\", will be blocked.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farnaucube%2Fgoimgserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farnaucube%2Fgoimgserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farnaucube%2Fgoimgserver/lists"}