{"id":48039486,"url":"https://github.com/crinis/sourcebans-docker","last_synced_at":"2026-04-04T14:05:43.087Z","repository":{"id":40625754,"uuid":"101561008","full_name":"crinis/sourcebans-docker","owner":"crinis","description":"SourceBans++ admin and ban management as a Docker image","archived":false,"fork":false,"pushed_at":"2025-01-29T10:30:33.000Z","size":46,"stargazers_count":9,"open_issues_count":0,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T11:29:27.398Z","etag":null,"topics":["counterstrike","docker","sourcebans","sourcemod"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/crinis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-08-27T15:17:46.000Z","updated_at":"2025-01-29T10:29:01.000Z","dependencies_parsed_at":"2024-12-16T17:40:15.498Z","dependency_job_id":"dcfdab0b-0abb-4c13-bbf1-8f3f68d66e41","html_url":"https://github.com/crinis/sourcebans-docker","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/crinis/sourcebans-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crinis%2Fsourcebans-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crinis%2Fsourcebans-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crinis%2Fsourcebans-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crinis%2Fsourcebans-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crinis","download_url":"https://codeload.github.com/crinis/sourcebans-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crinis%2Fsourcebans-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31402277,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: 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":["counterstrike","docker","sourcebans","sourcemod"],"created_at":"2026-04-04T14:05:41.482Z","updated_at":"2026-04-04T14:05:43.065Z","avatar_url":"https://github.com/crinis.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sourcebans Docker Image\n\n[Docker Image](https://hub.docker.com/r/crinis/sourcebans) for [SourceBans++](https://github.com/sbpp/sourcebans-pp/).\n\n## Prerequisities\n\nIn order to run this container you'll need docker installed.\n\n* [Windows](https://docs.docker.com/windows/started)\n* [OS X](https://docs.docker.com/mac/started/)\n* [Linux](https://docs.docker.com/linux/started/)\n\n## Usage\n\n### Installation\n\nIf you use [Docker Compose](https://docs.docker.com/compose/) there is an example [docker-compose.yml](docker-compose.yml) file you can use for fast setup. **Please pay attention to the `INSTALL` environment variable.**\n\n1. Change settings including passwords in docker-compose.yml\n2. Set environment variable `INSTALL` to true.\n3. Run `docker-compose up`.\n4. Visit https://example.org/install and enter your database and admin credentials.\n5. Stop using `STRG+C` or `docker-compose down`.\n6. Set environment variable `INSTALL` to false.\n7. Run `docker-compose up` and visit your new Sourcebans installation.\n\n### Image Tags\n\nSee all available image tags [here](https://hub.docker.com/r/crinis/sourcebans/tags). \n\nThere are various different types of tags you can use if you automate your deployment.\n- Tags like `:sb-1.7.0` follow the tags of the Sourcebans repository. The image containing the latest Sourcebans release will be rebuild with updated packages regularly. There is a slight chance that they might break at some point.\n- The `sb-dev` tag contains the latest build directly from the Sourcebans repository. This can be considered very unstable.\n- Numbered tags like `:sb-5361142902` will only be build once and therefore won't break later on. They will never receive any changes.\n- The [semver](https://semver.org/) tags, e.g. `:2.0.0` follow the release tags on this Github repository. The latest release will be rebuild with updated packages regularly. But may ship outdated Sourcebans versions for a longer time.\n- `latest` points to the latest tag on this Github repository.\n\n### Environment Variables\n\n* `INSTALL` - If set to \"true\" this copies Sourcebans into the `/var/www/html` directory and may override your manual changes. This should be set on first install and can be enabled for a convenient update. **Always make a full backup before setting this to 'true'!**\n* `SET_OWNER` - If set to \"true\" the ownership of the `/var/www/html` directory is recursively set to the webserver user and group. This only works as root.\n\n### Volumes\n\n* `/var/www/html/` - Contains the Sourcebans installation\n\n### Useful File Locations\n\n* `/usr/local/etc/php/conf.d/sourcebans.ini` - The Sourcebans specific PHP configuration that overrides defaults\n\n### Updating\n\n**Always create a full backup of your installation before updating.**\n\nChange the Docker image tag and read below:\n\nYou can either update the SourceBans sources manually as described [here](https://sbpp.dev/docs/updating/) or set the `INSTALL` environment variable to `true` which will update to the latest SourceBans++ version included in the release. In case you made manual changes to any of the following directories they will be overriden.\n- /var/www/html/themes/default\n- /var/www/html/updater\n- /var/www/html/install\n- /var/www/html/pages\n- /var/www/html/includes\n\n### Rootless\n\nThe image can be used fully rootless. But up to and including Sourcebans release 1.7.0 you will not be able to login when exposing a non-standard port.\n\n## Authors\n\n* *Initial work* - [Crinis](https://github.com/crinis)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details. The image contains software that use different licenses.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrinis%2Fsourcebans-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrinis%2Fsourcebans-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrinis%2Fsourcebans-docker/lists"}