{"id":15105333,"url":"https://github.com/guilt/mblog","last_synced_at":"2025-04-05T12:43:00.438Z","repository":{"id":57440236,"uuid":"196260191","full_name":"guilt/mblog","owner":"guilt","description":"mblog: A minimal markdown blog","archived":false,"fork":false,"pushed_at":"2023-03-20T23:45:37.000Z","size":409,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T00:49:44.602Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pypi.org/project/mblog/","language":"JavaScript","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/guilt.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}},"created_at":"2019-07-10T18:58:41.000Z","updated_at":"2023-02-27T11:28:43.000Z","dependencies_parsed_at":"2022-09-19T14:41:45.108Z","dependency_job_id":null,"html_url":"https://github.com/guilt/mblog","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilt%2Fmblog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilt%2Fmblog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilt%2Fmblog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilt%2Fmblog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guilt","download_url":"https://codeload.github.com/guilt/mblog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247339134,"owners_count":20923009,"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-09-25T20:23:33.367Z","updated_at":"2025-04-05T12:43:00.415Z","avatar_url":"https://github.com/guilt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mblog: A minimal markdown blog\n\nA simple Markdown based blog that you can use every day.\n\n## Main Features\n\n- Very usable\n- Customizable\n- Simple to run\n\n## Installation\n\nThis should be fairly easy to install, if you have **Python**\ninstalled.\n\n```shell\n$ pip install mblog\n```\n## Usage\n\nYou should be generally able to start it with:\n\n```shell\n$ mblog\n```\n\nand in case that does not work, as:\n\n```shell\n$ python -m mblog\n```\n\nIn some cases, your `python` could be named `python3`, so try:\n\n```shell\n$ python3 -m mblog\n```\n\nIt launches as a web server running on port **5000** and tries to bind on all IP addresses (`0.0.0.0`).\n\nYou can override this behavior by manually specifying the `PORT` and `HOST` variables.\n\nIn a typical install, you should be able to open http://localhost:5000 in your browser. Use the [Login](/login)\nlink to sign in. The default password is `Password`. You should change it by following the directions\nbelow.\n\n## Database\n\nTypically, when you want to run this on **Heroku** or a cloud provider, you may\nwant to use a MySQL database than the SQLite provider. Set the `DATABASE` environment\nvariable to `mysql://user:password@host/database`.\n\n## Storage\n\nBy default, this software relies on the local file system. If you wish to use Cloud Hosting,\nuse **S3**, **MinIO** or some other service to host your files and images. Then use those\nlinks directly when composing your blogs.\n\n## Admin Credentials\n\nYou typically authenticate via the `ADMIN_PASSWORD_HASH` variable. Hashed Passwords\nare obtained by hashing with **SHA-256** encoded to **Base64**:\n\nFor the default password which is `Password`, you would get its hash\nas `588+9PF8OZmpTyxvYS6KiI5bECaHjk4ZOYsjvTjsIho=`\n\n```shell\n$ echo -n Password | openssl dgst -binary -sha256 | base64\n588+9PF8OZmpTyxvYS6KiI5bECaHjk4ZOYsjvTjsIho=\n```\n\n## Acknowledgments\n\nThe original version of this can be found [here](\u003chttps://github.com/coleifer/peewee\u003e).\n\nThis was taken and customized for adding File Uploads, Password Hashing, Better\nError Handling, Custom Branding with Python2 and Python3 Portability.\n\n## Questions?\n\nReach out to me for any feedback.\n\nNow Enjoy!\n\n* Author: Karthik Kumar Viswanathan\n* Web   : https://karthikkumar.org\n* Email : karthikkumar@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguilt%2Fmblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguilt%2Fmblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguilt%2Fmblog/lists"}