{"id":16195273,"url":"https://github.com/tethik/burn-after-reading","last_synced_at":"2025-06-26T01:03:21.988Z","repository":{"id":30507754,"uuid":"34062162","full_name":"Tethik/burn-after-reading","owner":"Tethik","description":"A service to share short term messages stored in memory.","archived":false,"fork":false,"pushed_at":"2025-05-22T09:58:47.000Z","size":1264,"stargazers_count":28,"open_issues_count":9,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-22T10:56:17.323Z","etag":null,"topics":["cryptography","python","security"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/Tethik.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-04-16T14:55:33.000Z","updated_at":"2025-05-22T09:58:49.000Z","dependencies_parsed_at":"2023-01-14T17:06:17.399Z","dependency_job_id":"ddf846fb-a409-44e3-86ab-128bc836e809","html_url":"https://github.com/Tethik/burn-after-reading","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Tethik/burn-after-reading","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tethik%2Fburn-after-reading","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tethik%2Fburn-after-reading/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tethik%2Fburn-after-reading/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tethik%2Fburn-after-reading/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tethik","download_url":"https://codeload.github.com/Tethik/burn-after-reading/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tethik%2Fburn-after-reading/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261978909,"owners_count":23239417,"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":["cryptography","python","security"],"created_at":"2024-10-10T08:26:54.620Z","updated_at":"2025-06-26T01:03:21.905Z","avatar_url":"https://github.com/Tethik.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# burn-after-reading\n\nA service to share short term messages stored in memory. Using client side\ncrypto where the key is shared via the url hash.\n\n[Demo](https://burn.blacknode.se/)\n\nℹ️ Consider checking out [yopass](https://github.com/jhaals/yopass) that does very much the same as this project, but is more well maintained.\n\n## Deployment\n\nThe service is available as a docker image that you can use. Alternatively, you can also use a wsgi-server, e.g. uwsgi.\nThe easiest way is probably to use something like the following docker-compose file to run the service via docker.\n\n```yml\nversion: \"3\"\n\nservices:\n  burn-after-reading:\n    image: ghcr.io/tethik/burn-after-reading:latest\n    environment:\n      - MAX_CONTENT_LENGTH=16777216\n      - BURN_DATA_PATH=/opt/data/\n      - BURN_MAX_STORAGE=1024\n\n    # Expose port 80\n    # ports:\n    #   - 80:80\n\n    # Persist data\n    # volumes:\n    #   - /root/docker-services/burn-after-reading/data:/opt/data\n```\n\n## Configuration\n\nThe application supports configuration through the following environment variables.\n\n```\nBURN_DATA_PATH=./data/\nBURN_MAX_STORAGE=1024\nMAX_CONTENT_LENGTH=16777216\nBURN_ALLOW_PROXY_IP=False\n```\n\n- `BURN_DATA_PATH` decides where the service should store the data. If you want to store in memory, you can use `/dev/shm`.\n- `BURN_MAX_STORAGE` decides max how many documents the service will store. This is not related to the actual disk space used, only the actual count of messages currently stored.\n- `MAX_CONTENT_LENGTH` is the max request size, roughly how big the document is allowed to be in bytes.\n- `BURN_ALLOW_PROXY_IP` toggles whether or not to trust proxy HTTP headers rather. If the service is running behind a proxy, e.g. traefik, you may need to enable this with `BURN_ALLOW_PROXY_IP=True`.\n\n## Tech and Credits\n\n- [AngularJS 1](https://angularjs.org/)\n- [SJCL](https://bitwiseshiftleft.github.io/sjcl/)\n- [Flask](http://flask.pocoo.org/)\n- [skeleton css framework](http://getskeleton.com)\n- [flat circle-icons from elegantthemes.com](http://www.elegantthemes.com/blog/freebie-of-the-week/beautiful-flat-icon)\n- [sqllite3](https://www.sqlite.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftethik%2Fburn-after-reading","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftethik%2Fburn-after-reading","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftethik%2Fburn-after-reading/lists"}