{"id":18603411,"url":"https://github.com/frrouting/frr-www","last_synced_at":"2026-01-24T00:08:44.015Z","repository":{"id":31650455,"uuid":"94363090","full_name":"FRRouting/frr-www","owner":"FRRouting","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-05T22:08:34.000Z","size":44925,"stargazers_count":7,"open_issues_count":0,"forks_count":20,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-01-05T23:19:48.852Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FRRouting.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-14T18:50:38.000Z","updated_at":"2025-01-05T22:08:39.000Z","dependencies_parsed_at":"2023-02-10T12:16:08.963Z","dependency_job_id":"67ceb20c-809e-4e2c-929c-babe366050f0","html_url":"https://github.com/FRRouting/frr-www","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/FRRouting%2Ffrr-www","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FRRouting%2Ffrr-www/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FRRouting%2Ffrr-www/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FRRouting%2Ffrr-www/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FRRouting","download_url":"https://codeload.github.com/FRRouting/frr-www/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239394671,"owners_count":19631117,"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":[],"created_at":"2024-11-07T02:14:24.001Z","updated_at":"2025-11-02T10:30:28.931Z","avatar_url":"https://github.com/FRRouting.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"FRRouting.org\n-------------\n\nThe FRRouting site is powered by Hugo, a static-site generator.\n\n```\ncontent/\n    Markdown files forming the basis information on the site\nlayouts/\n    HTML framing for markdown content above\nstatic/\n    Images, CSS, PDFs etc.\nwww/\n    Output folder for rendered HTML files\n```\n\nHugo and git are the only dependencies (aside from the web-server) and can be\ninstalled via:\n\n```\napt-get install hugo git\n```\n\nIf Hugo is not available in the system package manager it may be easily\ninstalled as a Go binary according to [Hugo's install\ninstructions](https://gohugo.io/getting-started/installing/).\n\nDocumenting a New Release\n-------------------------\n\nAll releases are documented in `content/release/`. To add a new release, simply\ncopy an old release file and edit its contents to reflect the new release\nversion, date and changelog.\n\nNew Site Installation\n---------------------\n\nThe site is entirely static and consequently only needs to be generated when\nchanges are made to the source directory. These steps will clone the templating\ncode and generate HTML pages in `www/` for webserver hosting:\n\n```\ncd /var/www\nsudo git clone git@github.com:FRRouting/frr-www.git\ncd frr-www\n# Simple testing w/o nginx\nhugo --bind 0.0.0.0 server\n# Build webpages in www/\nhugo\n```\n\nEnsure the correct permissions on the new directories:\n\n```\nsudo addgroup frr-web\nsudo addgroup ${USER} frr-web\nsudo chgrp -R frr-web /var/www/frr-www\nsudo chmod g+s /var/www/frr-www\nsudo chmod g+s /var/www/frr-www/www/community\nsudo chmod g+s /var/www/frr-www/www/user-guide\n```\n\nFinally, install the encrypted SSL certs. **NOTE**: Installation of SSL certs\nrequires GPG password.\n\n```\ncd /var/www/frr-www\nsudo cp nginx/frr.conf /etc/nginx/sites-available/frr.conf\nsudo ln -s /etc/nginx/sites-available/frr.conf /etc/nginx/sites-enabled/frr.conf\nsudo mkdir /etc/nginx/ssl\nsudo cp nginx/frrouting.ssl.tar.gpg /etc/nginx/ssl\ncd /etc/nginx/ssl\nsudo gpg frrouting.ssl.tar.gpg\nsudo tar xf frrouting.ssl.tar\nsudo chmod u=rw *\n```\n\nRestart the web server and (assuming you have some files in `www/` everything\nshould come up as expected!\n\n```\nsudo service nginx restart\n```\n\nIt may also be possible to automate this workflow using Git hooks.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrrouting%2Ffrr-www","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrrouting%2Ffrr-www","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrrouting%2Ffrr-www/lists"}