{"id":15355440,"url":"https://github.com/bmf-san/gobel-example","last_synced_at":"2026-02-22T20:39:11.965Z","repository":{"id":40319288,"uuid":"270202684","full_name":"bmf-san/gobel-example","owner":"bmf-san","description":"Gobel is a headless cms built with golang.","archived":false,"fork":false,"pushed_at":"2023-10-08T15:23:51.000Z","size":121,"stargazers_count":0,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-06T13:06:38.673Z","etag":null,"topics":["blackbox-exporter","docker-compose","gobel","gobel-admin-client-example","grafana","loki","mysql","mysqld-exporter","nginx","nginx-prometheus-exporters","node-exporter","prometheus","promtail","pyroscope","redis","redis-exporter","redis-insight","ssl-exporter"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/bmf-san.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/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}},"created_at":"2020-06-07T05:24:11.000Z","updated_at":"2023-04-30T07:34:52.000Z","dependencies_parsed_at":"2024-10-16T03:20:51.025Z","dependency_job_id":"8ad97406-5bcf-4851-86cb-cbef58b78a9a","html_url":"https://github.com/bmf-san/gobel-example","commit_stats":{"total_commits":36,"total_committers":2,"mean_commits":18.0,"dds":0.02777777777777779,"last_synced_commit":"b714b64d418648a36f7e46aefddbed883c434344"},"previous_names":[],"tags_count":6,"template":true,"template_full_name":null,"purl":"pkg:github/bmf-san/gobel-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmf-san%2Fgobel-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmf-san%2Fgobel-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmf-san%2Fgobel-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmf-san%2Fgobel-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bmf-san","download_url":"https://codeload.github.com/bmf-san/gobel-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmf-san%2Fgobel-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29726270,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T20:09:16.275Z","status":"ssl_error","status_checked_at":"2026-02-22T20:09:13.750Z","response_time":110,"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":["blackbox-exporter","docker-compose","gobel","gobel-admin-client-example","grafana","loki","mysql","mysqld-exporter","nginx","nginx-prometheus-exporters","node-exporter","prometheus","promtail","pyroscope","redis","redis-exporter","redis-insight","ssl-exporter"],"created_at":"2024-10-01T12:24:23.625Z","updated_at":"2026-02-22T20:39:11.932Z","avatar_url":"https://github.com/bmf-san.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gobel-example\nGobel is a headless cms built with golang.\n\nThis repository contains the code to run gobel in each environment.\n\nBoth local environment and production environment are assumed to be operated with docker-compose.\n\n- [bmf-tech-client](https://github.com/bmf-san/bmf-tech-client)\n- [gobel-api](https://github.com/bmf-san/gobel-api)\n- [gobel-client-example](https://github.com/bmf-san/gobel-client-example)\n- [gobel-admin-client-example](https://github.com/bmf-san/gobel-admin-client-example)\n- [gobel-example](https://github.com/bmf-san/gobel-example)\n- [gobel-ops-example](https://github.com/bmf-san/gobel-ops-example)\n- [migrate-rubel-to-gobel](https://github.com/bmf-san/migrate-rubel-to-gobel)\n\n# Get started\n## Create a .env\n```sh\ncp .env.example .env\n```\n\n## Edit a a host\n```\nex.\n127.0.0.1 SERVER_NAME_OF_API          # use GOBEL_NGINX_API_SERVER_NAME in .env\n127.0.0.1 SERVER_NAME_OF_CLIENT       # use GOBEL_NGINX_CLIENT_SERVER_NAME in .env\n127.0.0.1 SERVER_NAME_OF_ADMIN_CLIENT # use GOBEL_NGINX_ADMIN_CLIENT_SERVER_NAME .env\n```\n\n## Create certifications\nPlace certificates created with mkcert in `/nginx/certificates/`.\n\n## Init data\nUse a [faker.sql](https://github.com/bmf-san/gobel-api/blob/master/doc/faker.sql).\n\n## Faker\n[Here](https://github.com/bmf-san/gobel-api/blob/master/doc/faker.sql) is a fake data sql file that can be used for operation verification.\n\n## Build\n```sh\nmake docker-compose-build\n```\n\n## Run\n```sh\nmake docker-compose-up\n```\n\n# Applications\n|            Application             |                 URL                  |\n| ---------------------------------- | ------------------------------------ |\n| gobel-api                          | https://SERVER_NAME_OF_API/           |\n| gobel-admin-client-example-example | https://SERVER_NAME_OF_ADMIN_CLIENT/ |\n| gobel-client                       | https://SERVER_NAME_OF_CLIENT/       |\n| loki                               | http://localhost:3100/               |\n| promtail                           | http://localhost:9080/               |\n| grafana                            | http://localhost:3000/               |\n| redis-insight                      | http://localhost:8001/               |\n| cadvisor                           | http://localhost:8090/               |\n| prometheus                         | http://localhost:9090/graph          |\n| node-exporter                      | http://localhost:9100/               |\n| mysqld-exporter                    | http://localhost:9104/               |\n| nginx-prometheus-exporter          | http://localhost:9113/               |\n| redis-exporter                     | http://localhost:9121/               |\n| blackbox-exporter                  | http://localhost:9115/               |\n| ssl-exporter                       | http://localhost:9219/               |\n| pyroscope                          | http://localhost:4040/               |\n\n# Alert\nAvailable by setting grafana alert.\n\n# Notification\nNotifications are set manually in Alerting\u003eContact Points in Grafana.\n\n# System metrics\nUse grafana's dashboard and datasources.\nYou can provision by managing files in yml or json format.\n\n# License\nThis project is licensed under the terms of the MIT license.\n\n# Author\nbmf - Software engineer.\n\n- [github - bmf-san/bmf-san](https://github.com/bmf-san/bmf-san)\n- [twitter - @bmf-san](https://twitter.com/bmf_san)\n- [blog - bmf-tech](http://bmf-tech.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmf-san%2Fgobel-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbmf-san%2Fgobel-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmf-san%2Fgobel-example/lists"}