{"id":13804716,"url":"https://github.com/vlang/vorum","last_synced_at":"2026-01-26T22:54:18.963Z","repository":{"id":49337396,"uuid":"186318982","full_name":"vlang/vorum","owner":"vlang","description":"Blogging/forum software written in V","archived":false,"fork":false,"pushed_at":"2024-11-10T09:35:53.000Z","size":59,"stargazers_count":217,"open_issues_count":8,"forks_count":26,"subscribers_count":51,"default_branch":"master","last_synced_at":"2025-01-16T07:26:35.574Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"V","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/vlang.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-05-13T00:26:11.000Z","updated_at":"2024-12-29T19:07:18.000Z","dependencies_parsed_at":"2025-01-16T07:24:37.312Z","dependency_job_id":"4aefa508-de45-4dfb-b979-d777fe8aca6a","html_url":"https://github.com/vlang/vorum","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/vlang%2Fvorum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlang%2Fvorum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlang%2Fvorum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlang%2Fvorum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vlang","download_url":"https://codeload.github.com/vlang/vorum/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242099621,"owners_count":20071575,"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":[],"created_at":"2024-08-04T01:00:53.094Z","updated_at":"2026-01-26T22:54:18.907Z","avatar_url":"https://github.com/vlang.png","language":"V","funding_links":[],"categories":["Applications"],"sub_categories":["Web"],"readme":"# Vorum\n\nOpen-source blogging/forum software written in [V](https://github.com/vlang/v). \n\n(The name is not final, name suggestions are welcome.)\n\n**This is pre-alpha software.**\n\nLots of things are broken and not implemented yet in V, vweb, and vorum.\n\n### Setting up the database\n\n#### Install Postgres and libpq.\n#### Create a database `vorum` (you can use any name):\n\n```shell\npsql postgres\n```\n\n```sql\nCREATE ROLE vorum WITH LOGIN CREATEDB;\nCREATE DATABASE vorum WITH OWNER vorum;\n```\n\n#### Run the initialization script:\n\n```\npsql -f init_postgres_db.sql -d vorum\n```\n\nEdit Postgres connection settings (Postgres user and db name) in `main.v`.\n\n### Building\n\nV 0.1.23 is required.\n\n```bash\ngit clone https://github.com/vlang/vorum\ncd vorum\nv .\n./vorum\n\nRunning vorum on http://localhost:8092...\n```\n\n### Deploying\n\nEverything, including HTML templates, is in one binary ~100 KB file `vorum`. That's all you need to deploy.\n\n### Setting up GitHub authentication\n\nRight now only GitHub authentication is supported. (Traditional registration via email will be implemented soon.)\n\n- Create a GitHub oauth app (GitHub Settings =\u003e OAuth Apps).\n\n- Set Authorization callback URL to https://your-forum-url.com/oauth_cb.\n\n- Copy Client ID and Client Secret, and update the values in `oauth.v` or set `VORUM_OAUTH_CLIENT_ID` and `VORUM_OAUTH_SECRET` env vars.\n\n\n\n\n### Known problems:\n\n- vweb HTML templates are precompiled and are part of the application's binary, so every time a template is changed, the entire app has to be rebuilt. This will be resolved in the future.\n\n- no epoll/kqueue yet. So the performance is pretty bad until this is implemented: about 1k req/sec.\n\n- Right now only Postgres is supported. SQLite, MySQL, and MS SQL backends will be supported in the future.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvlang%2Fvorum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvlang%2Fvorum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvlang%2Fvorum/lists"}