{"id":16603314,"url":"https://github.com/dbrgn/traefik-phpbb-basic-auth","last_synced_at":"2025-10-05T17:13:05.298Z","repository":{"id":66130174,"uuid":"325368507","full_name":"dbrgn/traefik-phpbb-basic-auth","owner":"dbrgn","description":null,"archived":false,"fork":false,"pushed_at":"2021-01-01T16:34:46.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-13T06:17:19.855Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","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/dbrgn.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2020-12-29T19:18:15.000Z","updated_at":"2021-01-01T16:34:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"279531d7-e004-472e-856d-5c233a573990","html_url":"https://github.com/dbrgn/traefik-phpbb-basic-auth","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"906aad555a5f13843208ac38e2af5941f9bce71f"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/dbrgn/traefik-phpbb-basic-auth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrgn%2Ftraefik-phpbb-basic-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrgn%2Ftraefik-phpbb-basic-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrgn%2Ftraefik-phpbb-basic-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrgn%2Ftraefik-phpbb-basic-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbrgn","download_url":"https://codeload.github.com/dbrgn/traefik-phpbb-basic-auth/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrgn%2Ftraefik-phpbb-basic-auth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278486308,"owners_count":25994945,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-12T00:49:17.382Z","updated_at":"2025-10-05T17:13:05.268Z","avatar_url":"https://github.com/dbrgn.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# traefik-phpbb-basic-auth\n\nLog in using static phpbb3 hashes and the Traefik ForwardAuth middleware.\n\nNote: It is not possible to reliably clear basic auth login data stored in the\nbrowser. This means that if a user enters the wrong credentials, the browser\nmust be closed and re-opened in order for the basic auth login window to pop up\nagain.\n\n## Building\n\nRequirements: Rust and Cargo.\n\n    cargo build --release\n\n## Usage\n\n    traefik-phpbb-basic-auth \u003chashes-file\u003e\n\nThe hashes file must contain username and password hash separated by a\nsemicolon, one credentials pair per line. There should be no quoting or CSV\nheader. Note: Username matching is case insensitive.\n\n## Configuration\n\nThe service can be configured using the following env vars:\n\n- `LOGINS_FILE`: The path to the logins file (defaults to `logins.txt`)\n- `BASIC_AUTH_REALM`: The realm used for basic auth (defaults to `Login`)\n\n## Dockerfile\n\nThe provided Dockerfile runs the server on port 8080. The data file should be\nmounted to `/data/logins.txt`. (An alternative location can be configured with\nthe `LOGINS_FILE` env var.)\n\nTo build:\n\n    docker build . -t dbrgn/traefik-phpbb-basic-auth:latest\n\nTo run (with the data in `./logins.txt`):\n\n    docker run --rm -p 8080:8080 -v \"$(pwd):/data\" dbrgn/traefik-phpbb-basic-auth\n\nTo run (with the data in `/tmp/hashes.txt`):\n\n    docker run --rm -p 8080:8080 -v \"/tmp:/data\" \\\n        -e LOGINS_FILE=/data/hashes.txt \\\n        dbrgn/traefik-phpbb-basic-auth\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbrgn%2Ftraefik-phpbb-basic-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbrgn%2Ftraefik-phpbb-basic-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbrgn%2Ftraefik-phpbb-basic-auth/lists"}