{"id":42724077,"url":"https://github.com/freifunk-pinneberg/website","last_synced_at":"2026-01-29T16:38:53.180Z","repository":{"id":56243006,"uuid":"60981446","full_name":"freifunk-pinneberg/website","owner":"freifunk-pinneberg","description":"The Freifunk Pinneberg main website. Based on TYPO3","archived":false,"fork":false,"pushed_at":"2025-06-15T17:43:14.000Z","size":571,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-15T18:54:28.706Z","etag":null,"topics":["freifunk","typo3"],"latest_commit_sha":null,"homepage":"https://pinneberg.freifunk.net","language":"PHP","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/freifunk-pinneberg.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2016-06-12T17:59:14.000Z","updated_at":"2025-06-15T17:36:35.000Z","dependencies_parsed_at":"2024-01-28T17:28:34.333Z","dependency_job_id":"6591b582-9c10-4795-8f31-717698d7e79e","html_url":"https://github.com/freifunk-pinneberg/website","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/freifunk-pinneberg/website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freifunk-pinneberg%2Fwebsite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freifunk-pinneberg%2Fwebsite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freifunk-pinneberg%2Fwebsite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freifunk-pinneberg%2Fwebsite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/freifunk-pinneberg","download_url":"https://codeload.github.com/freifunk-pinneberg/website/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freifunk-pinneberg%2Fwebsite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28880986,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T10:31:27.438Z","status":"ssl_error","status_checked_at":"2026-01-29T10:31:01.017Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["freifunk","typo3"],"created_at":"2026-01-29T16:38:51.240Z","updated_at":"2026-01-29T16:38:53.175Z","avatar_url":"https://github.com/freifunk-pinneberg.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Freifunk Pinneberg Website\nThis is the main Freifunk Pinneberg website as you can see it on https://pinneberg.freifunk.net or https://www.ffpi inside the mesh.\nIt also hosts the Freifunk Helgoland Website https://helgoland.freifunk.net\n\nThe site is based on TYPO3 with some custom extensions.\n\n## Dependencies\nDependencies are managed by Composer. The following extension are developed for this site but have their own repository.\n\n* [ffpi_theme](https://github.com/freifunk-pinneberg/typo3-tx_ffpi_theme) - Fluid Templates, CSS and TypoScript Configuration for Freifunk Pinneberg.\n* [ffpi_helgo_theme](https://github.com/freifunk-pinneberg/typo3-tx_ffpi_helgo_theme) - ffpi_theme overrides for [Helgoland](https://helgoland.freifunk.net).\n* [ffpi_nodecounter](https://github.com/freifunk-pinneberg/typo3-tx_ffpi_nodecounter) - Nodecounter on the top right of the website.\n* [ffpi_node_updates](https://github.com/freifunk-pinneberg/typo3-tx_ffpi_node_updates) - Node and Gateway monitoring with E-Mail notifications. [Live Demo](https://pinneberg.freifunk.net/knoten-benachrichtigungen)\n* [ffpi_firmware_list](https://github.com/freifunk-pinneberg/typo3-tx_ffpi_firmware_list) - Parses the Firmware directory and generates a list with download links. [Live Demo](https://pinneberg.freifunk.net/firmware)\n\n# Install\n## Install for Development\n`composer install`\n\n## production install (local)\n`composer install --no-dev --optimize-autoloader`\n\n## production deploy (remote)\nFor Deployment [deployer](https://github.com/deployphp/deployer) is used.  \nYou can change the configuration in deploy.php  \nTo run the deployment, first install the dependencies including dev via composer `composer install`  \nthen run `./bin/dep deploy`\n\n# Quality control\n## phpstan\nPHPStan is a static code Analysis Tool. It's installed as a dev dependency via composer. The configuration is saved in phpstan.neon  \nYou can run it with the command `php ./bin/phpstan`\n\n## rector\nRector is a tool for automated Refactoring. It's installed as a dev dependency via composer. The configuration is saved in rector.php  \nYou can run it with the command `php ./bin/rector process --dry-run`.\n\n## typo3scan\ntypo3scan checks for deprecated code in typo3 extensions  \nYou can run it with the command `php bin/typo3scan scan web/typo3conf/ext/`\n\n## TypoScript Lint\nIt looks if the typoscript code is beatufull or not.  \nYou can run it with the command `php bin/typoscript-lint`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreifunk-pinneberg%2Fwebsite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreifunk-pinneberg%2Fwebsite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreifunk-pinneberg%2Fwebsite/lists"}