{"id":18601644,"url":"https://github.com/ngalaiko/miniboard","last_synced_at":"2025-04-10T19:30:42.531Z","repository":{"id":37984191,"uuid":"203405635","full_name":"ngalaiko/miniboard","owner":"ngalaiko","description":"Simple feeds reader. ","archived":false,"fork":false,"pushed_at":"2023-03-06T04:57:22.000Z","size":12958,"stargazers_count":8,"open_issues_count":9,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T00:50:45.473Z","etag":null,"topics":["reader","rss"],"latest_commit_sha":null,"homepage":"https://miniboard.app","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ngalaiko.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":"2019-08-20T15:39:04.000Z","updated_at":"2023-05-31T13:59:19.000Z","dependencies_parsed_at":"2024-06-19T10:09:34.027Z","dependency_job_id":null,"html_url":"https://github.com/ngalaiko/miniboard","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngalaiko%2Fminiboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngalaiko%2Fminiboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngalaiko%2Fminiboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngalaiko%2Fminiboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ngalaiko","download_url":"https://codeload.github.com/ngalaiko/miniboard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248281395,"owners_count":21077423,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["reader","rss"],"created_at":"2024-11-07T02:09:03.455Z","updated_at":"2025-04-10T19:30:41.964Z","avatar_url":"https://github.com/ngalaiko.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Miniboard \n\n[![CI Status](https://github.com/ngalaiko/miniboard/workflows/CI/badge.svg)](https://github.com/ngalaiko/miniboard/actions)[![Coverage Status](https://coveralls.io/repos/github/ngalaiko/miniboard/badge.svg?branch=master)](https://coveralls.io/github/ngalaiko/miniboard?branch=master)[![Go Report Card](https://goreportcard.com/badge/github.com/ngalaiko/miniboard)](https://goreportcard.com/report/github.com/ngalaiko/miniboard)\n\n## Configuration\n\n### Backend\n\n#### Command line arguments\n\n| Command line            | Default                  | Description                    |\n| ----------------------- | ------------------------ | ------------------------------ |\n| config                  |                          | Path to the configuration file |\n| verbose                 | false                    | Enable verbose logging         |\n\n#### Configuration file\n\n```yaml\ndb:\n  addr: \"sqlite3://db.sqilite3\" # db address\n  max_open_connections: 1       # max open connections to db\nhttp:\n  addr: \":8080\" # address to listen on\n  tls:\n    enabled: true          # if false, plaintext http will be used\n    key_path: \"./key.pem\"  # path to tls key\n    cert_path: \"./crt.pem\" # path to tls certificate\nsubsciptions:\n  updates:\n    workers: 10  # number of workers that update subscriptions in background\n    interval: 5m # interval between feed updates\nusers:\n  bcrypt_cose: 14 # bcrypt cost\nweb:\n  fs: true      # if true, files will be served from the filesystem\n  gzip_level: 5 # gzip compression level\n```\n\n#### Environment variables\n\nIt is also possible to define any configuration value by setting an environment value, for example:\n\n* `MINIBOARD_HTTP_ADDR` will override `http.addr`\n* `MINIBOARD_DB_DRIVER` will override `db.driver`\n* etc.\n\n## Development\n\n1. Run server:\n\n```bash\n$ cd ./backend \\\n    \u0026\u0026 go run cmd/miniboard/main.go \\\n        --verbose \\\n        --config config.dev.yaml\n```\n\n2. Open browser:\n\n```\n$ open http://localhost/\n```\n\n## Acknowledgments \n\n* [Miniflux](https://miniflux.app)\n* [Pinboard](https://pinboard.in)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngalaiko%2Fminiboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fngalaiko%2Fminiboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngalaiko%2Fminiboard/lists"}