{"id":26655682,"url":"https://github.com/devflex-pro/archivarix-docker","last_synced_at":"2026-02-17T21:31:18.240Z","repository":{"id":283379497,"uuid":"867469140","full_name":"devflex-pro/archivarix-docker","owner":"devflex-pro","description":"Archivarix CMS Dockerize","archived":false,"fork":false,"pushed_at":"2025-03-19T23:01:29.000Z","size":169,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-26T04:54:39.847Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://archivarix.com/ru/?ref=4dFGW8KF","language":"PHP","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/devflex-pro.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,"zenodo":null}},"created_at":"2024-10-04T06:05:24.000Z","updated_at":"2025-03-19T23:01:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"3bb5dd2e-6a11-4d16-8869-30281e85443b","html_url":"https://github.com/devflex-pro/archivarix-docker","commit_stats":null,"previous_names":["devflex-pro/archivarix-docker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devflex-pro/archivarix-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devflex-pro%2Farchivarix-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devflex-pro%2Farchivarix-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devflex-pro%2Farchivarix-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devflex-pro%2Farchivarix-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devflex-pro","download_url":"https://codeload.github.com/devflex-pro/archivarix-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devflex-pro%2Farchivarix-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29558464,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T20:52:40.164Z","status":"ssl_error","status_checked_at":"2026-02-17T20:48:10.325Z","response_time":100,"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":[],"created_at":"2025-03-25T06:38:48.044Z","updated_at":"2026-02-17T21:31:18.234Z","avatar_url":"https://github.com/devflex-pro.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Archivarix CMS Docker Image\n\n![Build and Publish](https://github.com/devflex-pro/archivarix-cms/actions/workflows/docker-image.yml/badge.svg)\n\n## Description\n\nThis repository contains a Docker image for [Archivarix CMS](https://archivarix.com/ru/?ref=4dFGW8KF), designed for deployment using `php:fpm` and Nginx. It also includes GitHub Actions to automate the building and publishing of Docker images to Docker Hub on every push to the main branch or when a new tag is created.\n\n## Project Structure\n\n```\nproject/\n├── archivarix/                # Directory containing Archivarix CMS files\n├── .github/\n│   └── workflows/\n│       └── docker-image.yml   # CI/CD configuration file\n├── Dockerfile                 # Dockerfile for building the image based on php-fpm\n└── README.md                  # Project description file\n```\n\n## Usage\n\n### 1. Clone the Repository\n\n```bash\ngit clone https://github.com/devflex-pro/archivarix-cms.git\ncd your-repository-name\n```\n\n### 2. Build and Run the Docker Container Manually\n\nIf you want to build and run the Docker container manually:\n\n```bash\ndocker build -t devflexpro/archivarix-cms:latest .\ndocker run -p 8080:80 devflexpro/archivarix-cms:latest\n```\n\n### 4. CI/CD Setup\n\nThis project is configured for automatic Docker image building and publishing using GitHub Actions. On every push to the main branch or when a new tag (e.g., `v1.0.0`) is created, GitHub Actions will:\n\n1. Check out the repository code.\n2. Build the Docker image.\n3. Publish it to Docker Hub with the `latest` tag and, if a tag is present, with the corresponding version tag.\n\n## GitHub Actions Configuration\n\nTo enable GitHub Actions, you need to add the following secrets to your repository:\n\n- `DOCKER_USERNAME`: Your Docker Hub username.\n- `DOCKER_PASSWORD`: Your Docker Hub password or access token.\n\nSecrets can be added through: `Settings` → `Secrets and variables` → `Actions`.\n\n## Environment Variables\n\nYou can modify the following environment variables in the `docker-image.yml` if needed:\n\n- `IMAGE_NAME`: The name of the Docker image (default: `your-dockerhub-username/archivarix-cms`).\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevflex-pro%2Farchivarix-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevflex-pro%2Farchivarix-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevflex-pro%2Farchivarix-docker/lists"}