{"id":43817832,"url":"https://github.com/bacularis/bacularis-app","last_synced_at":"2026-03-02T02:01:02.100Z","repository":{"id":46270782,"uuid":"436622288","full_name":"bacularis/bacularis-app","owner":"bacularis","description":"Bacularis - Free and Open-Source Bacula web interface","archived":false,"fork":false,"pushed_at":"2026-02-05T23:04:56.000Z","size":291,"stargazers_count":21,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-02-06T09:33:36.868Z","etag":null,"topics":["api","backup","bacula","baculum","configure","manage","mobile","php","web","web-app","web-application","webgui"],"latest_commit_sha":null,"homepage":"https://bacularis.app","language":null,"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/bacularis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-12-09T13:13:40.000Z","updated_at":"2026-02-05T22:44:29.000Z","dependencies_parsed_at":"2023-12-16T20:27:31.277Z","dependency_job_id":"36b4224c-5ddf-421b-9bb7-234ca29c22be","html_url":"https://github.com/bacularis/bacularis-app","commit_stats":{"total_commits":54,"total_committers":1,"mean_commits":54.0,"dds":0.0,"last_synced_commit":"b96a503ce0632368fedc222b2e0fdcc90e2e020c"},"previous_names":[],"tags_count":65,"template":false,"template_full_name":null,"purl":"pkg:github/bacularis/bacularis-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bacularis%2Fbacularis-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bacularis%2Fbacularis-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bacularis%2Fbacularis-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bacularis%2Fbacularis-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bacularis","download_url":"https://codeload.github.com/bacularis/bacularis-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bacularis%2Fbacularis-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29990838,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"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":["api","backup","bacula","baculum","configure","manage","mobile","php","web","web-app","web-application","webgui"],"created_at":"2026-02-06T01:02:13.958Z","updated_at":"2026-03-02T02:01:02.045Z","avatar_url":"https://github.com/bacularis.png","language":null,"readme":"# Bacularis - The Bacula web interface\n\n\n![GitHub Release](https://img.shields.io/github/v/release/bacularis/bacularis-app)\n![Packagist Downloads](https://img.shields.io/packagist/dt/bacularis/bacularis-app)\n![Packagist License](https://img.shields.io/packagist/l/bacularis/bacularis-app)\n![Packagist Dependency Version](https://img.shields.io/packagist/dependency-v/bacularis/bacularis-app/PHP)\n\n\n**Bacularis** is a web interface designed to configure, manage, and monitor the Bacula backup environment. It offers a complete solution for setting up backup jobs, restoring data, managing tape or disk volumes on both local and remote storage, working with backup clients, and handling daily backup administration tasks. Autochanger management is also supported.\n\nBacularis includes advanced user management with role-based access control, allowing configuration for regular users. Each user can log in to the web interface and perform backup and restore operations for their own computer data only.\n\n## Architecture\n\nThe project consists of two web applications:\n\n * the **web interface**, and\n * the **Bacularis API**, which includes a separate administrative panel.\n\nThe web interface can connect to multiple Bacularis API instances, enabling centralized configuration and management of remote Bacula components.\n\n## Project background\n\n**Bacularis** is a friendly fork of **Baculum**. It was created by the creator of Baculum to simplify its functionality—making it accessible not only to experienced Bacula users but also to beginners and intermediate users.\n\n## Requirements\n\nBefore installation, ensure you have **PHP \u003e= 7.4** and the following PHP modules installed:\n\n - php-bcmath\n - php-curl\n - php-dom\n - php-json\n - php-ldap\n - php-mysqlnd\n - php-pdo\n - php-pgsql\n - php-intl\n\n## Installation\n\nOne of the methods for installing and updating Bacularis is using **Composer**.\n\nIf Composer is not installed on your system, you can use the following commands to install it:\n\n```\ncurl -s http://getcomposer.org/installer | php\nmv composer.phar /usr/local/bin/composer\n```\n\nOnce Composer is ready, install Bacularis by running:\n\n```\ncomposer create-project bacularis/bacularis-app\n```\n\nAfter installation, run the setup script as the root user. This script will:\n\n * set appropriate file and directory permissions, and\n * prepare the web server configuration file.\n\n```\nbacularis-app/protected/tools/install.sh\n```\n\n## Documentation\n\n * **Bacularis documentation**: https://bacularis.app/doc/\n * **Bacularis API documentation**: https://bacularis.app/api/\n\n## Live Demo\n\nWant to try Bacularis before installing it? Visit the live demo at:\n\nhttps://demo.bacularis.app\n\n## Project homepage\n\nMain project website: https://bacularis.app\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbacularis%2Fbacularis-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbacularis%2Fbacularis-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbacularis%2Fbacularis-app/lists"}