{"id":18735141,"url":"https://github.com/irontec/klikasi","last_synced_at":"2026-01-25T11:05:59.447Z","repository":{"id":66472554,"uuid":"73163182","full_name":"irontec/klikasi","owner":"irontec","description":"Opensource Klikasi","archived":false,"fork":false,"pushed_at":"2016-11-08T09:40:25.000Z","size":17247,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-05-20T01:12:33.542Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","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/irontec.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}},"created_at":"2016-11-08T08:03:29.000Z","updated_at":"2016-11-08T09:39:26.000Z","dependencies_parsed_at":"2023-06-01T11:15:53.370Z","dependency_job_id":null,"html_url":"https://github.com/irontec/klikasi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/irontec/klikasi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irontec%2Fklikasi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irontec%2Fklikasi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irontec%2Fklikasi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irontec%2Fklikasi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/irontec","download_url":"https://codeload.github.com/irontec/klikasi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irontec%2Fklikasi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28752492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T10:25:12.305Z","status":"ssl_error","status_checked_at":"2026-01-25T10:25:11.933Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":"2024-11-07T15:15:51.315Z","updated_at":"2026-01-25T11:05:59.429Z","avatar_url":"https://github.com/irontec.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"#Klikasi\n\nErabili baino lehen derrigorrez konfiguratu behar diren atalak.\n\n**'USER_CONFIGURABLE:*'** hitza agertzen de leku bakoitzen dagokion hitza jarri behar da.\n\nHona hemen configurazio fitxeroak eta modifikatu behar dituzun lerroak:\n\n```\n/klikasi/phing/build.properties:\n    6\n    7  # Credentials for the database migrations\n    8: db.host=USER_CONFIGURABLE:db.host\n    9: db.user=USER_CONFIGURABLE:db.user\n   10: db.pass=USER_CONFIGURABLE:db.pass\n   11: db.name=USER_CONFIGURABLE:db.name\n   12\n   13  # paths to programs\n\n/klikasi/web/application/configs/application.ini:\n    1  [production]\n    2: baseUrlKlikasi = \"USER_CONFIGURABLE:WWW_YOUR_BASE_DNS\"\n    3\n    4  phpSettings.display_startup_errors = 1\n    .\n   41  resources.db.adapter         = \"Mysqli\"\n   42: resources.db.params.dbname   = \"USER_CONFIGURABLE:db.name\"\n   43: resources.db.params.username = \"USER_CONFIGURABLE:db.username\"\n   44: resources.db.params.password = \"USER_CONFIGURABLE:db.password\"\n   45: resources.db.params.host     = \"USER_CONFIGURABLE:db.host\"\n   ..\n  116  phpSettings.date.timezone = \"Europe/Madrid\"\n  117\n  118: resources.db.params.dbname   = \"USER_CONFIGURABLE:db.name\"\n  119: resources.db.params.username = \"USER_CONFIGURABLE:db.user\"\n  120: resources.db.params.password = \"USER_CONFIGURABLE:db.password\"\n\n/klikasi/web/library/Klikasi/Controller/Action/Helper/EmbedExternal.php:\n  278\n  279          $response = $restClient-\u003erestGet('/services/rest/', array(\n  280:             'api_key' =\u003e 'USER_CONFIGURABLE:YOUR_FLICKR_API_KEY',\n  281:             'secret'  =\u003e 'USER_CONFIGURABLE:YOUR_FLICKR_SECRET_KEY',\n  282              'method' =\u003e 'flickr.photos.getInfo',\n  283              'photo_id' =\u003e $id\n  ...\n  316          $response = $restClient-\u003erestGet('/services/rest/', array(\n  317:             'api_key' =\u003e 'USER_CONFIGURABLE:YOUR_FLICKR_API_KEY',\n  318              'method' =\u003e 'flickr.photos.getSizes',\n  319              'photo_id' =\u003e $id\n\n/klikasi/web/library/Klikasi/Controller/Plugin/AuthApp.php:\n   10      //example\n   11      //protected $_key = 'r4h56dgf4h56df4h65r4h564hh4dgf56';\n   12:     protected $key = 'USER_CONFIGURABLE:AUTH_BASE_KEY';\n   14      /**\n\n/klikasi/web/library/Klikasi/Custom/Notifikazioa.php:\n   20      protected $_from = array(\n   21          \"izena\" =\u003e \"Klikasi\",\n   22:         \"posta\" =\u003e \"USER_CONFIGURABLE:YOUR_NO_REPLY_EMAIL_ADDRESS\"\n   23      );\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firontec%2Fklikasi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firontec%2Fklikasi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firontec%2Fklikasi/lists"}