{"id":20197200,"url":"https://github.com/freifunkmuc/site-ffm","last_synced_at":"2025-12-12T02:31:46.890Z","repository":{"id":39900872,"uuid":"21222617","full_name":"freifunkMUC/site-ffm","owner":"freifunkMUC","description":"Freifunk München specific Gluon configuration","archived":false,"fork":false,"pushed_at":"2025-04-10T07:25:15.000Z","size":1336,"stargazers_count":17,"open_issues_count":10,"forks_count":28,"subscribers_count":9,"default_branch":"gluon-v2023.2.x","last_synced_at":"2025-04-10T08:30:35.776Z","etag":null,"topics":["freifunk","gluon","hacktoberfest","openwrt"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/freifunkMUC.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"freifunkMUC","custom":"http://paypal.me/ffmucspenden"}},"created_at":"2014-06-26T00:12:23.000Z","updated_at":"2025-03-20T22:22:02.000Z","dependencies_parsed_at":"2023-02-16T18:31:29.518Z","dependency_job_id":"3c4ed089-0360-4715-9e90-47eb1b2229a1","html_url":"https://github.com/freifunkMUC/site-ffm","commit_stats":null,"previous_names":[],"tags_count":183,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freifunkMUC%2Fsite-ffm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freifunkMUC%2Fsite-ffm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freifunkMUC%2Fsite-ffm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freifunkMUC%2Fsite-ffm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/freifunkMUC","download_url":"https://codeload.github.com/freifunkMUC/site-ffm/tar.gz/refs/heads/gluon-v2023.2.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248201010,"owners_count":21064018,"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":["freifunk","gluon","hacktoberfest","openwrt"],"created_at":"2024-11-14T04:27:45.801Z","updated_at":"2025-12-12T02:31:46.862Z","avatar_url":"https://github.com/freifunkMUC.png","language":"Lua","funding_links":["https://github.com/sponsors/freifunkMUC","http://paypal.me/ffmucspenden"],"categories":[],"sub_categories":[],"readme":"![Build ffmuc firmware](https://github.com/freifunkMUC/site-ffm/workflows/Build%20ffmuc%20firmware/badge.svg)\n\n## Dependencies\n\n* git\n* GNU make\n* GNU patch\n* [Upstream Gluon dependencies](https://gluon.readthedocs.io/en/latest/user/getting_started.html#dependencies)\n\nFor convenience, you can find a script to install those dependencies on an Ubuntu-based distribution:\\\n [install_build_dependencies.sh](scripts/install_build_dependencies.sh)\n\n## Building\n\nCheck out this repository and execute `make`, i.e. like this:\n\n```bash\ngit clone https://github.com/freifunkMUC/site-ffm.git site-ffm\ncd site-ffm\ngit checkout -b patched \u0026\u0026 git checkout stable\nmake\n```\n\n### Containerised building\n\nAs the CI is using Ubuntu, only the Ubuntu dependencies are being tracked. To simplify building on other distros, containerised building is also possible:\n\n```sh\ndocker build -t site-ffm-$(git rev-parse --abbrev-ref HEAD) -f Dockerfile_build .\n```\n\nThis will build the build Docker image. With the following export, the Makefile will then use the repo for building but will run inside an Ubuntu container.\\\n**Note**: If the working directory is a git worktree, add a volume mount for the main git folder.\n\n```sh\nmkdir -p gluon-build output\ndocker run --rm -v $(pwd):/site-ffm:ro -v $(pwd)/gluon-build:/site-ffm/gluon-build:rw -v $(pwd)/output:/site-ffm/output:rw -w /site-ffm -u $UID site-ffm-$(git rev-parse --abbrev-ref HEAD) make\n```\n\n#### Example\n\nFull command for a [lantiq-xrx200](https://github.com/freifunk-gluon/gluon/blob/v2022.1/targets/lantiq-xrx200) build:\n\n```sh\nmkdir -p logs gluon-build output\ndocker run --rm -v $(pwd):/site-ffm:ro -v $(pwd)/gluon-build:/site-ffm/gluon-build:rw -v $(pwd)/output:/site-ffm/output:rw -w /site-ffm -u $UID site-ffm-$(git rev-parse --abbrev-ref HEAD) make V=s GLUON_TARGETS=lantiq-xrx200 |\u0026 tee logs/build_lantiq-xrx200_$(date --iso=s).log\n```\n\n## Further Resources\n\nThis firmware is based on [Gluon](https://gluon.readthedocs.io/).\n\nLook at the [site configuration related Gluon documentation](https://gluon.readthedocs.io/en/latest/user/site.html)\nfor information on site configuration options and examples from other communities.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreifunkmuc%2Fsite-ffm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreifunkmuc%2Fsite-ffm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreifunkmuc%2Fsite-ffm/lists"}