{"id":23009200,"url":"https://github.com/matveynator/sitebrush-v1","last_synced_at":"2026-05-01T14:33:29.904Z","repository":{"id":175665673,"uuid":"429163995","full_name":"matveynator/sitebrush-v1","owner":"matveynator","description":"Static HTML editor. Easy website editor for everyone. Create stunning web pages hassle-free!","archived":false,"fork":false,"pushed_at":"2026-04-29T19:15:50.000Z","size":7506,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-29T19:22:16.362Z","etag":null,"topics":["cms","cms-backend","cms-framework","docker-image","homepage","homepage-app","static-site","static-site-generator","templates","web-dev","webdesign","website","website-design","website-template"],"latest_commit_sha":null,"homepage":"https://sitebrush.com","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matveynator.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-11-17T18:50:45.000Z","updated_at":"2026-04-29T18:47:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"6327d081-7825-47c5-8135-6341c95167a5","html_url":"https://github.com/matveynator/sitebrush-v1","commit_stats":null,"previous_names":["matveynator/sitebrush"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/matveynator/sitebrush-v1","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matveynator%2Fsitebrush-v1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matveynator%2Fsitebrush-v1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matveynator%2Fsitebrush-v1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matveynator%2Fsitebrush-v1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matveynator","download_url":"https://codeload.github.com/matveynator/sitebrush-v1/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matveynator%2Fsitebrush-v1/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32501402,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["cms","cms-backend","cms-framework","docker-image","homepage","homepage-app","static-site","static-site-generator","templates","web-dev","webdesign","website","website-design","website-template"],"created_at":"2024-12-15T09:13:03.903Z","updated_at":"2026-05-01T14:33:29.876Z","avatar_url":"https://github.com/matveynator.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg width=\"150\" src='https://repository-images.githubusercontent.com/429163995/331b95fa-4309-4d25-8c1a-0e8f34ff7b25' align=\"right\"\u003e\n\n# SiteBrush: Static HTML Website Editor.\n\nSteps to install SiteBrush on your server:\n\n## Easy installation via Docker (suitable for Linux Debian/Ubuntu etc):\n\n1. Update packages: `apt-get update`\n2. Install necessary packages: `apt-get -y install curl docker.io bash`\n3. Run SiteBrush installation:\n    ```bash\n    curl -L https://raw.githubusercontent.com/matveynator/sitebrush-v1/master/install-sitebrush-in-docker.sh \u003e /tmp/install-sitebrush-in-docker.sh \u0026\u0026 bash /tmp/install-sitebrush-in-docker.sh\n    ```\n\n## Manual installation (for advanced users):\n\n1. Create directories for backup and data:\n    ```bash\n    mkdir -p /backup/sitebrush/mysql /backup/sitebrush/data\n    ```\n2. Create Docker volumes:\n    ```bash\n    docker volume rm sitebrush_mysql_data sitebrush_site_data\n    docker volume create --opt type=none --opt device=/backup/sitebrush/mysql --opt o=bind sitebrush_mysql_data\n    docker volume create --opt type=none --opt device=/backup/sitebrush/data --opt o=bind sitebrush_site_data\n    ```\n3. Run the SiteBrush container:\n    ```bash\n    docker run -d -p 80:80 -v \"/etc/timezone:/etc/timezone:ro\" -v \"/etc/localtime:/etc/localtime:ro\" -v sitebrush_mysql_data:/var/lib/mysql -v sitebrush_site_data:/opt/sitebrush.com -e MAILHUB=\"smtp.gmail.com:587\" -e EMAIL=\"example@gmail.com\" -e DOMAIN=\"gmail.com\" -e AUTH_USER=\"example@gmail.com\" -e AUTH_PASS=\"PASSWORD\" --restart=unless-stopped --name=sitebrush matveynator/sitebrush-v1:latest\n    ```\n\n## Demo: [sitebrush.com](http://sitebrush.com)\n\nInstalling SiteBrush allows you to edit your website online without the need for knowledge of complex technical details. This editor combines the benefits of dynamic and static websites, providing convenience and high page loading speed.\n\n## Features:\n\n- Result - static HTML.\n- Visual editor and ability to work with HTML/CSS/JavaScript.\n- Automatic backup and website restoration.\n- Support for repeating elements on all pages.\n- Automatic import of all necessary files.\n- Support for changing page addresses without 404 errors.\n- Freeze mode for editing and publishing without downtimes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatveynator%2Fsitebrush-v1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatveynator%2Fsitebrush-v1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatveynator%2Fsitebrush-v1/lists"}