{"id":15527049,"url":"https://github.com/pyrech/3dfollow","last_synced_at":"2025-06-26T05:03:51.638Z","repository":{"id":37002241,"uuid":"238540339","full_name":"pyrech/3dfollow","owner":"pyrech","description":"3D Follow is a free web application for 3D printers and makers","archived":false,"fork":false,"pushed_at":"2023-11-12T16:15:54.000Z","size":3290,"stargazers_count":5,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-23T11:59:05.937Z","etag":null,"topics":["3d-printer","3d-printing","3dprint","cura","filament","filament-tracking","simplify3d"],"latest_commit_sha":null,"homepage":"https://3dfollow.app","language":"PHP","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/pyrech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":["pyrech"],"custom":["https://paypal.me/LoickPiera"]}},"created_at":"2020-02-05T20:19:05.000Z","updated_at":"2025-03-09T19:34:35.000Z","dependencies_parsed_at":"2025-03-05T12:42:03.838Z","dependency_job_id":null,"html_url":"https://github.com/pyrech/3dfollow","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pyrech/3dfollow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyrech%2F3dfollow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyrech%2F3dfollow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyrech%2F3dfollow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyrech%2F3dfollow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyrech","download_url":"https://codeload.github.com/pyrech/3dfollow/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyrech%2F3dfollow/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262003966,"owners_count":23243350,"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":["3d-printer","3d-printing","3dprint","cura","filament","filament-tracking","simplify3d"],"created_at":"2024-10-02T11:04:04.912Z","updated_at":"2025-06-26T05:03:51.612Z","avatar_url":"https://github.com/pyrech.png","language":"PHP","funding_links":["https://github.com/sponsors/pyrech","https://paypal.me/LoickPiera"],"categories":[],"sub_categories":[],"readme":"# 3D Follow\n\n## About the project\n\n3D Follow is an application for 3D printers and makers. It offers some features like:\n- an history of all your prints\n- knowing the quantity of filament it remains for each of your spool\n- estimate the material cost for each print\n- allow your family, friends or customers to send you their print wishes\n\n## Running the application locally\n\n### Requirements\n\nA Docker environment is provided and requires you to have these tools available:\n\n* Docker\n* Bash\n* PHP \u003e= 8.1\n* [Castor](https://github.com/jolicode/castor#installation)\n\n#### Castor\n\nOnce castor is installed, in order to improve your usage of castor scripts, you\ncan install console autocompletion script.\n\nIf you are using bash:\n\n```bash\ncastor completion | sudo tee /etc/bash_completion.d/castor\n```\n\nIf you are using something else, please refer to your shell documentation. You\nmay need to use `castor completion \u003e /to/somewhere`.\n\nCastor supports completion for `bash`, `zsh` \u0026 `fish` shells.\n\n### Docker environment\n\nThe Docker infrastructure provides a web stack with:\n- NGINX\n- PostgreSQL\n- PHP\n- Traefik\n- A container with some tooling:\n   - Composer\n   - Node\n   - Yarn / NPM\n\n### Domain configuration (first time only)\n\nBefore running the application for the first time, ensure your domain names\npoint the IP of your Docker daemon by editing your `/etc/hosts` file.\n\nThis IP is probably `127.0.0.1` unless you run Docker in a special VM (docker-machine, dinghy, etc).\n\nNote: The router binds port 80 and 443, that's why it will work with `127.0.0.1`\n\n```\necho '127.0.0.1 3dfollow.test' | sudo tee -a /etc/hosts\n```\n\nUsing dinghy? Run `dinghy ip` to get the IP of the VM.\n\n### Starting the stack\n\nLaunch the stack by running this command:\n\n```bash\ncastor start\n```\n\n\u003e Note: the first start of the stack should take a few minutes.\n\nThe site is now accessible at the hostnames your have configured over HTTPS\n(you may need to accept self-signed SSL certificate if you don't have [`mkcert`](https://github.com/FiloSottile/mkcert#installation)).\n\n### Builder\n\nHaving some composer, yarn or other modifications to make on the project?\nStart the builder which will give you access to a container with all these\ntools available:\n\n```bash\ncastor builder\n```\n\n### Other tasks\n\nCheckout `castor` to have the list of available tasks.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyrech%2F3dfollow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyrech%2F3dfollow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyrech%2F3dfollow/lists"}