{"id":41664062,"url":"https://github.com/practice-golang/9minutes","last_synced_at":"2026-01-24T17:14:58.006Z","repository":{"id":43491426,"uuid":"375073179","full_name":"practice-golang/9minutes","owner":"practice-golang","description":"A self hosted bulletin board","archived":false,"fork":false,"pushed_at":"2024-03-30T09:39:11.000Z","size":4155,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-06-20T22:33:43.117Z","etag":null,"topics":["bbs","forum"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/practice-golang.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":"2021-06-08T16:18:45.000Z","updated_at":"2024-03-27T14:33:33.000Z","dependencies_parsed_at":"2024-03-13T13:31:04.002Z","dependency_job_id":"66286718-663a-452a-a136-0ec12ad1a2b3","html_url":"https://github.com/practice-golang/9minutes","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/practice-golang/9minutes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/practice-golang%2F9minutes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/practice-golang%2F9minutes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/practice-golang%2F9minutes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/practice-golang%2F9minutes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/practice-golang","download_url":"https://codeload.github.com/practice-golang/9minutes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/practice-golang%2F9minutes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28732305,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T10:24:43.181Z","status":"ssl_error","status_checked_at":"2026-01-24T10:24:36.112Z","response_time":89,"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":["bbs","forum"],"created_at":"2026-01-24T17:14:57.290Z","updated_at":"2026-01-24T17:14:58.002Z","avatar_url":"https://github.com/practice-golang.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 9minutes\n\nBulletin board - Small forum application with user account managing\n\n## Getting started\n* Download binary or build from source\n* Run\n```sh\n./9minutes\n```\n* Modify `config.ini` then run again `9minutes` binary\n* Open `http://localhost:5525` in browser\n* Sign in with initial account - `admin` / `admin`\n\n\n## HTML modification\n* When html files are placed in storage, 9minutes load html files in real storage instead of embedded html\n* Get embedded html files by follow command then edit them\n```sh\n./9minutes -get html\n```\n* Files in `admin` directory are not exported hence, you should edit source\n\n\n## API, Route\nSee `setup.go` and `router.go`\n\n\n## Database\n* SQLite3\n* MariaDB \u003e= 10.3\n* PostgresSQL \u003e= 12.3\n* SQL Server \u003e= 2014\n* Oracle \u003e= 12c\n\n\n## Email sending\n* For the purpose of user verification and password reset\n* See `config.ini`\n* You can choose `smtp` or `direct sending`\n* When use `direct sending`, you should learn about domain, `DKIM`, `spf record`, `PTR record`\n    * Also most of cloud service blocked port 25 so you probably can not use it\n* Get DKIM files - If not yet have dkim files\n```sh\n./9minutes -get dkim\n```\n\n\n## Build\n\n```sh\nmake\n```\n\n\n### Reverse proxy examples\n\n* NginX\n```nginx\n# https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/\nserver {\n    listen 80;\n    listen [::]:80;\n\n    server_name domain.name;\n\n    location / {\n        proxy_set_header Host $host;\n        proxy_set_header Accept-Encoding \"\";\n        proxy_set_header Real-Ip $remote_addr;\n        proxy_pass http://localhost:5525;\n    }\n\n    error_page 404 /404.html;\n    error_page 500 502 503 504 /50x.html;\n}\n```\n\n* Caddy\n```powershell\n# https://caddyserver.com/docs/quick-starts/reverse-proxy\ncaddy reverse-proxy --from :80 --to 127.0.0.1:5525\n```\n\n\n## License\n\n[3-Clause BSD](https://opensource.org/licenses/BSD-3-Clause)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpractice-golang%2F9minutes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpractice-golang%2F9minutes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpractice-golang%2F9minutes/lists"}