{"id":15717493,"url":"https://github.com/vldr/lightblog","last_synced_at":"2025-05-13T00:44:58.135Z","repository":{"id":87086405,"uuid":"76741406","full_name":"vldr/LightBlog","owner":"vldr","description":"Fast and simple blog system based on SQLite 3 and BBCode written in C++. ","archived":false,"fork":false,"pushed_at":"2018-01-17T00:30:47.000Z","size":21031,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T05:11:57.558Z","etag":null,"topics":["blog","boost","c-plus-plus","fast","hashing-passwords","macos-sierra","robust","sqlite3"],"latest_commit_sha":null,"homepage":"","language":"C","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/vldr.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-12-17T18:58:32.000Z","updated_at":"2023-11-13T06:00:00.000Z","dependencies_parsed_at":"2023-03-03T00:15:34.058Z","dependency_job_id":null,"html_url":"https://github.com/vldr/LightBlog","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vldr%2FLightBlog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vldr%2FLightBlog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vldr%2FLightBlog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vldr%2FLightBlog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vldr","download_url":"https://codeload.github.com/vldr/LightBlog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253850875,"owners_count":21973671,"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":["blog","boost","c-plus-plus","fast","hashing-passwords","macos-sierra","robust","sqlite3"],"created_at":"2024-10-03T21:50:18.693Z","updated_at":"2025-05-13T00:44:58.080Z","avatar_url":"https://github.com/vldr.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"http://i.imgur.com/1HMmEwX.png\" /\u003e\n\n# LightBlog\nLightBlog is a fast and light weight blog written in C++. This blog system is portable by design and is cross-platform... Successfully compiled on macOS Sierra 10.12.6, Ubuntu 16.04, Ubuntu 16.04 ARM (aarch64), and Windows 10.\n\n# Minimum Requirements\n\u003cb\u003eOS\u003c/b\u003e: Windows, Linux based distros., and macOS\u003cbr\u003e \n\u003cb\u003eProcessor\u003c/b\u003e: 1.0 GHZ single-core or better\u003cbr\u003e \n\u003cb\u003eMemory\u003c/b\u003e: 1 MB - 50 MB\u003cbr\u003e\n\u003cb\u003eStorage\u003c/b\u003e: 10 MB - 100 MB available space\u003cbr\u003e\n\n# Media\n\u003cimg src=\"http://i.imgur.com/O2mPMCJ.gif\" /\u003e\n\n# Demo \nhttp://blog.vldr.org/\n\n# Dependencies\n* Boost C++ libraries\n* OpenSSL libraries (if you wish to use HTTPS, you will need to implement it yourself).\n\n# Binaries\n### Requirements\n* Make sure you have latest executable downloaded.\n* Make sure libboost is installed. (excluding Windows)\n\n### Windows\nSetup:\n1. Download and install \u003ca href=\"https://go.microsoft.com/fwlink/?LinkId=746572\"\u003eVisual C++ Redist. 2017\u003c/a\u003e\n2. Download \u003ca href=\"https://raw.githubusercontent.com/vldr/LightBlog/master/bin/lightblog.exe\"\u003elightblog.exe\u003c/a\u003e.\n3. Download \u003ca href=\"https://raw.githubusercontent.com/vldr/LightBlog/master/sql/sql.db\"\u003esql.db\u003c/a\u003e.\n4. Run `lightblog.exe THREADS(default 1) PORT(default 8080) DBFILENAME(default sql.db)`\n\n### macOS Sierra\nSetup:\n1. `brew install boost`\n2. `svn checkout https://github.com/vldr/LightBlog/trunk/web`\n3. `curl -o sql.db https://raw.githubusercontent.com/vldr/LightBlog/master/sql/sql.db`\n4. `chmod +x lightblog`\n5. `./lightblog THREADS(default 1) PORT(default 8080) DBFILENAME(default sql.db)`\n\n### Ubuntu\nSetup:\n1. `apt-get update`\n2. `apt-get install libboost-all-dev`\n3. `svn checkout https://github.com/vldr/LightBlog/trunk/web`\n4. `wget https://raw.githubusercontent.com/vldr/LightBlog/master/sql/sql.db`\n5. `chmod +x lightblog`\n6. `./lightblog THREADS(default 1) PORT(default 8080) DBFILENAME(default sql.db)`\n\n# Benchmark\n~10,000 hits per second sustained (higher would require better network or load balancing)\n\u003cimg src=\"https://i.imgur.com/Uqe5wjU.png\" /\u003e\n\n# Database\nLightBlog uses \u003cb\u003eSQLite 3\u003c/b\u003e.\n\n# Password Hashing\nSCrypt is used for hashing passwords...\n\n# Logging In\nGo to `/login` and logon to change username and pasword; \ndefault username and password is:\n`admin` and `admin`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvldr%2Flightblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvldr%2Flightblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvldr%2Flightblog/lists"}