{"id":13688655,"url":"https://github.com/winny-/sillypaste","last_synced_at":"2025-10-24T11:25:24.481Z","repository":{"id":36984391,"uuid":"112544478","full_name":"winny-/sillypaste","owner":"winny-","description":"Yet another Django pastebin.","archived":false,"fork":false,"pushed_at":"2023-09-16T17:59:03.000Z","size":230,"stargazers_count":5,"open_issues_count":7,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-12T12:48:03.368Z","etag":null,"topics":["django","django-rest-framework","hacktoberfest","pastebin","pastebin-service","tachyons"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/winny-.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}},"created_at":"2017-11-30T00:38:27.000Z","updated_at":"2023-09-16T18:15:21.000Z","dependencies_parsed_at":"2024-01-14T15:26:51.252Z","dependency_job_id":"f2d16858-ae43-4269-a977-65b08aeb01c8","html_url":"https://github.com/winny-/sillypaste","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/winny-%2Fsillypaste","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winny-%2Fsillypaste/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winny-%2Fsillypaste/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winny-%2Fsillypaste/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/winny-","download_url":"https://codeload.github.com/winny-/sillypaste/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251932702,"owners_count":21667198,"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":["django","django-rest-framework","hacktoberfest","pastebin","pastebin-service","tachyons"],"created_at":"2024-08-02T15:01:18.816Z","updated_at":"2025-10-24T11:25:24.390Z","avatar_url":"https://github.com/winny-.png","language":"Python","funding_links":[],"categories":["django"],"sub_categories":[],"readme":"# Silly Paste\n\n[![Build](https://github.com/winny-/sillypaste/actions/workflows/build.yml/badge.svg)](https://github.com/winny-/sillypaste/actions/workflows/build.yml)\n\nYet another Django pastebin.  Written for a lab and later improved for casual\nuse.\n\nSee example instance [here](https://paste.winny.tech/).\n\nSee the supplemental [developer notes](./notes.org) (todo etc).\n\n## Features\n\n- Upload text with a title.  Users can modify and delete their content.\n- Compatibility with text-mode browsers\n- Syntax highlighting\n- User accounts\n- Anonymous accounts can delete/update their own pastes\n- A RESTful API\n- Management via Django Admin\n- Paste expiration via cron job\n- Basic search support (See the \"All Pastes\" page)\n- HTML Rendering of Markdown and Org Mode documents.\n- Healthchecks\n\n### Health checks\n\nProvided by [django-watchman][django-watchman].  See the following URLs:\n\n| Path                 | Description                      |\n|----------------------|----------------------------------|\n| `/health/`           | JSON endpoint                    |\n| `/health/ping/`      | Get a 200 OK and simple response |\n| `/health/dashboard/` | Human readable dashboard         |\n\n[django-watchman]: https://github.com/mwarkentin/django-watchman\n\n## Contributing\n\n### Running Sillypaste\n\n#### Run with Docker\n\n```bash\ndocker-compose up\n```\n\nThe database will be a Postgresql database with a named volume that is not\nmapped into the host filesystem.\n\n#### Run In place\n\nCode hot-reloading doesn't work in Docker.  You can run sillypaste in place via:\n\n```bash\npoetry run python -m sillypaste prepare \u0026\u0026\n    poetry run python -m sillypaste runserver\n```\n\nIt will use a `db.sqlite3` in the project directory.  You can change this by setting up `DATABASE_URL` (see possible forms [here](https://github.com/jazzband/dj-database-url#url-schema)).\n\n## LICENSE\n\nUnlicense.  See [LICENSE](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwinny-%2Fsillypaste","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwinny-%2Fsillypaste","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwinny-%2Fsillypaste/lists"}