{"id":19900439,"url":"https://github.com/kuix/sendy-docker-image","last_synced_at":"2025-07-25T21:09:22.995Z","repository":{"id":221748323,"uuid":"115513675","full_name":"kuix/sendy-docker-image","owner":"kuix","description":"Docker Image for Sendy Self Hosted Newsletter Application","archived":false,"fork":false,"pushed_at":"2017-12-27T17:20:04.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-11T21:11:15.678Z","etag":null,"topics":["docker","image","sendy"],"latest_commit_sha":null,"homepage":null,"language":null,"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/kuix.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}},"created_at":"2017-12-27T11:19:00.000Z","updated_at":"2017-12-27T11:25:51.000Z","dependencies_parsed_at":"2024-02-09T20:49:49.366Z","dependency_job_id":null,"html_url":"https://github.com/kuix/sendy-docker-image","commit_stats":null,"previous_names":["kuix/sendy-docker-image"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuix%2Fsendy-docker-image","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuix%2Fsendy-docker-image/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuix%2Fsendy-docker-image/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuix%2Fsendy-docker-image/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kuix","download_url":"https://codeload.github.com/kuix/sendy-docker-image/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241329412,"owners_count":19944984,"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":["docker","image","sendy"],"created_at":"2024-11-12T20:12:23.831Z","updated_at":"2025-03-01T06:47:00.351Z","avatar_url":"https://github.com/kuix.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## Docker Image for Sendy Self Hosted Newsletter Application\n\nThe image based on the original `php:7.2-apache` image but added some extra apache module which necessary for run sendy. The following modifications added:\n\n* MySQL module added\n* Apache ModRewrite module enabled\n* Apache SSL module enabled\n\n### Usage\n\nDefine your environment variables based on `.env.example` file. After that place a compose file with the following content. This compose file will start two container:\n\n* An Apache and PHP container to server sendy\n* A MySQL container to store subsribers\n\n```\nversion: '2'\nservices:\n    apache-php:\n        image: sendy\n        container_name: sendy-apache-php\n        volumes:\n            - ./sendy/:/var/www/html\n            - ./cron:/etc/cron.d/sendy\n            - ./apache.conf:/etc/apache2/sites-enabled/000-default.conf\n        ports:\n          - \"80:80\"\n          - \"443:443\"\n        env_file:\n            - .env\n        links:\n            - mysql\n    sendy-mysql:\n        image: mysql:5.5\n        container_name: sendy-mysql\n        volumes:\n            - ./data/mysql:/var/lib/mysql\n        ports:\n            - \"3306:3306\"\n        env_file:\n              - .env\n```\n\n### Generate SSL Certificate\n\nYou should run certification generation on your production server with the following command:\n\n```docker run -it --rm -p 443:443 -p 80:80 --name certbot -v \"/etc/letsencrypt:/etc/letsencrypt\" -v \"/var/lib/letsencrypt:/var/lib/letsencrypt\" certbot/certbot certonly -d DOMAIN_NAME1 -d DOMAIN_NAME2```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuix%2Fsendy-docker-image","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkuix%2Fsendy-docker-image","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuix%2Fsendy-docker-image/lists"}