{"id":20840238,"url":"https://github.com/stefandeveloper/dodger","last_synced_at":"2025-05-08T21:44:51.625Z","repository":{"id":105892547,"uuid":"316340208","full_name":"stefanDeveloper/dodger","owner":"stefanDeveloper","description":"Docker stack including traefik, portainer, seafile, homer, openvpn, gitlab, wordpress, nextcloud, jenkins \u0026 Ansible","archived":false,"fork":false,"pushed_at":"2025-02-16T09:26:57.000Z","size":142,"stargazers_count":36,"open_issues_count":0,"forks_count":9,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-31T18:41:18.935Z","etag":null,"topics":["boilerplate","docker","docker-compose","docker-stack","dodger","gitlab","homer","jenkins","matrix-synapse","nextcloud","openldap","openvpn","portainer","seafile","signal","telegram","traefik","whatsapp","wordpress"],"latest_commit_sha":null,"homepage":"","language":"Jinja","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/stefanDeveloper.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":"2020-11-26T21:28:48.000Z","updated_at":"2025-02-17T03:32:24.000Z","dependencies_parsed_at":"2024-06-06T11:14:53.816Z","dependency_job_id":"bafca799-36b8-497c-9fd9-f3da93098965","html_url":"https://github.com/stefanDeveloper/dodger","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/stefanDeveloper%2Fdodger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanDeveloper%2Fdodger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanDeveloper%2Fdodger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanDeveloper%2Fdodger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stefanDeveloper","download_url":"https://codeload.github.com/stefanDeveloper/dodger/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253154241,"owners_count":21862487,"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":["boilerplate","docker","docker-compose","docker-stack","dodger","gitlab","homer","jenkins","matrix-synapse","nextcloud","openldap","openvpn","portainer","seafile","signal","telegram","traefik","whatsapp","wordpress"],"created_at":"2024-11-18T01:15:41.510Z","updated_at":"2025-05-08T21:44:51.605Z","avatar_url":"https://github.com/stefanDeveloper.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cbr /\u003e\n  \n  ![dodger Logo](https://github.com/stefanDeveloper/dodger/assets/18898803/baa4278f-ef46-4227-a08c-cfb8445c17a4?raw=true)\n\u003c/h1\u003e\n\u003ch4 align=\"center\"\u003eBe sure to :star: my configuration repo so you can keep up to date on any daily progress!\u003c/h4\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ch4\u003e\n    \u003ca href=\"https://github.com/stefanDeveloper/dodger\"\u003e\u003cimg src=\"https://img.shields.io/github/stars/stefanDeveloper/dodger.svg?style=for-the-badge\"/\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/stefanDeveloper/dodger/commits/main\"\u003e\u003cimg src=\"https://img.shields.io/github/last-commit/stefanDeveloper/dodger.svg?style=for-the-badge\"/\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/stefanDeveloper/dodger/commits/main\"\u003e\u003cimg src=\"https://img.shields.io/github/commit-activity/y/stefanDeveloper/dodger.svg?style=for-the-badge\"/\u003e\u003c/a\u003e\n  \u003c/h4\u003e\n\u003c/div\u003e\n\n## Overview\n\nThis repository provides a complete Docker stack to easily set up your server with Traefik, Portainer, Nextcloud, Homer, Openvpn, Gitlab, Wordpress, Resilio, Seafile, OpenLDAP, Jenkins, and Matrix.\n\n## Supported Applications\n\n* [Traefik](./traefik/README.md) as a reverse proxy to route your request (mandatory)\n* [Crowdsec](./Crowdsec/README.md) just the best firewall handler\n* [GitLab](./gitlab/README.md) for coding\n* [Nextcloud](./Nextcloud/README.md) one of my favorite private clouds :heart:\n* [Homer](./homer/README.md) just a landing page with links\n* [OpenLDAP](./openldap/README.md) configuration for easy usage with GUI.\n* [Matrix](./matrix/README.md) Synapse server with LDAP configuration.\n* [Hugo](./hugo/README.md) hugo server to deploy simple website.\n* [Wazuh](./wazuh/README.md) to monitor security events of our Docker containers.\n\n## Getting Started\n\nJust clone this repository and follow each guideline inside the corresponding application folder:\n\n```sh\ngit clone https://github.com/stefanDeveloper/dodger.git\n```\n\nDeploying made simple by applying Ansible Playbooks including hardening, installs and more!\n\nCreate Python virtualenv and install requirements:\n\n```bash\npython -m venv .venv\nsource .venv/bin/activate\n\npip install -r requirements.txt\n```\n\nReplace your IP address in the `inventory.yml` and run the provided Ansible playbook:\n\n```bash\nansible-playbook dodger_deploy.yml\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefandeveloper%2Fdodger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefandeveloper%2Fdodger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefandeveloper%2Fdodger/lists"}