{"id":21970952,"url":"https://github.com/librecodecoop/dashboard","last_synced_at":"2026-02-28T18:33:17.050Z","repository":{"id":37957628,"uuid":"206783137","full_name":"LibreCodeCoop/dashboard","owner":"LibreCodeCoop","description":"Administrative dashboard for VoIP system made with PHP and Laravel","archived":false,"fork":false,"pushed_at":"2023-03-02T11:34:51.000Z","size":20259,"stargazers_count":3,"open_issues_count":14,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-28T11:49:34.986Z","etag":null,"topics":["dashboard","docker","docker-compose","mariadb","php","php7","xdebug"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/LibreCodeCoop.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":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-09-06T11:51:35.000Z","updated_at":"2022-09-28T00:53:14.000Z","dependencies_parsed_at":"2025-04-28T11:52:35.764Z","dependency_job_id":null,"html_url":"https://github.com/LibreCodeCoop/dashboard","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LibreCodeCoop/dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LibreCodeCoop%2Fdashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LibreCodeCoop%2Fdashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LibreCodeCoop%2Fdashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LibreCodeCoop%2Fdashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LibreCodeCoop","download_url":"https://codeload.github.com/LibreCodeCoop/dashboard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LibreCodeCoop%2Fdashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29946798,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T18:21:26.597Z","status":"ssl_error","status_checked_at":"2026-02-28T18:19:38.892Z","response_time":90,"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":["dashboard","docker","docker-compose","mariadb","php","php7","xdebug"],"created_at":"2024-11-29T14:44:47.568Z","updated_at":"2026-02-28T18:33:17.034Z","avatar_url":"https://github.com/LibreCodeCoop.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"![GitHub](https://img.shields.io/github/license/librecodecoop/dashboard)\n\n# Administrative dashboard\n\nAdministrative dashboard made with PHP\n\nThe first version of the dashboard will be to serve VoIP enterprise customers.\n\nThere are 2 types of users:\nadministrators and users associated with customers.\n\nUsers should log in to the system and view invoices and recording audios of all customers they have.\n\nThe project needs to be internationalized. Do not display any text to the user that cannot be translated.\n\n## Instructions to getting run\n\nMake sure port 3306 and 80 are free.\n\nCreate `.env` file from `.env.example`\nCreate `docker-compose.yml` file from `docker-compose-example.yml`\n\n\u003e PS: If you don't use internal database, remove the `db` service.\n\nIn first time run:\n\n```bash\ndocker-compose up\ndocker-compose down\ndocker-compose up\n```\n\nopen http://localhost\n\n## Run in production\n\n* Remove the `mailhog` service from `docker-compose.yml`\n* Remove environment of xdebug from `docker-compose.yml`\n* Remove instalation xdebug lines from `.docker/php7/Dockerfile`\n\n## Customize\n\n### Images\n\nLook images in this folders and change:\n * `public/image/`\n * `public/material/image/`\n\n### Assets: CSS\n\n\u003e NOTE: Read the concept first: https://laravel.com/docs/6.x/mix\n\nChange the file `public/material/scss/material-dashboard/variables/_brand.scss`\n\nusing the vars from\n\n * `public/material/scss/material-dashboard/variables/_colors.scss`\n * `public/material/scss/material-dashboard/bootstrap/scss/_variables.scss`\n\nIf you want more CSS customizations, change the file `resources/sass/app.scss`\n\n**Invoice customizations:**\n * `resources/sass/invoice.scss`\n\nAfter make all customizations, restart nodejs container to build assets:\n```bash\ndocker-compose restart nodejs\n```\n\n### Translation\n\nDefine the default locale in `.env` file changing the environment `APP_LOCALE` to default app locale.\n\nIf don't exist, create a json file following instructions from https://laravel.com/docs/6.x/localization\n\nIf there is a word that is used in more than one place and it must have different translations in each place, look for that word or phrase in the project and change the word or phrase in each place to be different and apply the translation to each of the sentences. created.\n\n\u003e NOTE: When making a translation, please submit a pull request.\n\n## Contributing\n\nRead the [contributing](/CONTRIBUTING.md) file first.\n\nLook the project [issues](/../../issues) and the [tasks](/../../projects) board\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibrecodecoop%2Fdashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibrecodecoop%2Fdashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibrecodecoop%2Fdashboard/lists"}