{"id":19574973,"url":"https://github.com/zhoreeq/ipfd","last_synced_at":"2025-11-07T01:02:21.784Z","repository":{"id":39830248,"uuid":"323006381","full_name":"zhoreeq/ipfd","owner":"zhoreeq","description":"An imageboard, but images are stored in a peer-to-peer network","archived":false,"fork":false,"pushed_at":"2021-10-04T10:09:56.000Z","size":149,"stargazers_count":101,"open_issues_count":3,"forks_count":3,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-08-06T16:16:20.639Z","etag":null,"topics":["decentralized","golang","imageboard","ipfs","peer-to-peer"],"latest_commit_sha":null,"homepage":"","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/zhoreeq.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":"2020-12-20T06:11:34.000Z","updated_at":"2024-07-13T04:37:53.000Z","dependencies_parsed_at":"2022-09-14T19:41:01.508Z","dependency_job_id":null,"html_url":"https://github.com/zhoreeq/ipfd","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/zhoreeq%2Fipfd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhoreeq%2Fipfd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhoreeq%2Fipfd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhoreeq%2Fipfd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zhoreeq","download_url":"https://codeload.github.com/zhoreeq/ipfd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224062764,"owners_count":17249289,"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":["decentralized","golang","imageboard","ipfs","peer-to-peer"],"created_at":"2024-11-11T06:45:02.531Z","updated_at":"2025-11-07T01:02:21.731Z","avatar_url":"https://github.com/zhoreeq.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Interplanetary File Dumpster\n\nAn [imageboard](https://en.wikipedia.org/wiki/Imageboard), but images are stored in a peer-to-peer network\n\n\u003cimg src=\"https://raw.githubusercontent.com/zhoreeq/ipfd/master/contrib/screenshot.jpeg\" height=600\u003e\n\nFeatures:\n\n- Easy file sharing without registration and SMS. Supports images, video and audio files.\n- Files are not stored on the disk, but are uploaded to the peer-to-peer [IPFS](https://ipfs.io) network instead.\n- IPFS gateway is configurable. Use your own or any other [public gateway](https://ipfs.github.io/public-gateway-checker/) to host uploaded files.\n- RSS feeds.\n- Comments and up/down votes.\n- Premoderation mode toggle.\n\n## Requirements\n\n- PostgreSQL database\n- IPFS node\n- Go 1.15.2 (only for building)\n- A web server is recommended, i.e. nginx\n\n## Run with docker\n\n```\ngit clone https://github.com/zhoreeq/ipfd.git \u0026\u0026 cd ipfd\ndocker build -t ipfd .\ndocker-compose up -d\n```\n\nThe app listens at http://localhost:8000\n\n## Build\n\n- git clone repo\n- run `make`\n\n## Install\n\n- copy (or symlink) `static/` and `templates/` directories to your location, i.e. `/etc/ipfd`\n- copy `config.example` to your location, i.e. `/etc/ipfd/config`\n- edit the config file\n- install database schema from `migrations/xxx_init.up.sql` file\n- optionally, configure nginx as a reverse proxy\n\nLook inside `contrib/` directory for systemd and nginx config files. \n\n## Run\n\n`./ipfd -config /etc/ipfd/config`\n\n## Config options\n\n- SITE\\_URL, website url, i.e. https://example.org\n- SITE\\_NAME, website title\n- BIND\\_ADDRESS, bind ipfd web server to this address\n- DATABASE\\_URL, postgresql connection string\n- TEMPLATES\\_PATH, path to templates, i.e. `/etc/ipfd/templates`\n- STATIC\\_URL, URL to static files\n- STATIC\\_PATH, path to static files, i.e. `/etc/ipfd/static`\n- SERVE\\_STATIC, if you want to serve static with nginx, set this to false\n- IPFS\\_API, IPFS node settings, by default it should be /ip4/127.0.0.1/tcp/5001\n- IPFS\\_GATEWAY, URL of IPFS gateway\n- IPFS\\_PIN, files are not pinned in the IPFS repository if set to false\n- MAX\\_FILESIZE, maximum uploaded file size in bytes\n- ALLOWED\\_CONTENT\\_TYPES, which MIME file types are allowed\n- PREMODERATION, if true, posts are not displayed until admin approves them manually\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhoreeq%2Fipfd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhoreeq%2Fipfd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhoreeq%2Fipfd/lists"}