{"id":20720700,"url":"https://github.com/yunohost-apps/zerobin_ynh","last_synced_at":"2025-04-23T15:10:15.899Z","repository":{"id":12745111,"uuid":"15418218","full_name":"YunoHost-Apps/zerobin_ynh","owner":"YunoHost-Apps","description":"PrivateBin package for YunoHost","archived":false,"fork":false,"pushed_at":"2024-09-08T11:26:43.000Z","size":375,"stargazers_count":11,"open_issues_count":5,"forks_count":12,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-09-08T13:09:08.550Z","etag":null,"topics":["pastebin","pastebin-service","yunohost","yunohost-apps","zerobin"],"latest_commit_sha":null,"homepage":"https://privatebin.info","language":"Shell","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/YunoHost-Apps.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":"2013-12-24T12:38:28.000Z","updated_at":"2024-09-08T11:26:42.000Z","dependencies_parsed_at":"2024-06-07T18:33:44.341Z","dependency_job_id":"ff775c2f-1499-4d91-a049-e2cf790d6831","html_url":"https://github.com/YunoHost-Apps/zerobin_ynh","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/YunoHost-Apps%2Fzerobin_ynh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YunoHost-Apps%2Fzerobin_ynh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YunoHost-Apps%2Fzerobin_ynh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YunoHost-Apps%2Fzerobin_ynh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YunoHost-Apps","download_url":"https://codeload.github.com/YunoHost-Apps/zerobin_ynh/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224994329,"owners_count":17404179,"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":["pastebin","pastebin-service","yunohost","yunohost-apps","zerobin"],"created_at":"2024-11-17T03:22:51.271Z","updated_at":"2025-04-23T15:10:15.893Z","avatar_url":"https://github.com/YunoHost-Apps.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nN.B.: This README was automatically generated by \u003chttps://github.com/YunoHost/apps/tree/master/tools/readme_generator\u003e\nIt shall NOT be edited by hand.\n--\u003e\n\n# Zerobin for YunoHost\n\n[![Integration level](https://apps.yunohost.org/badge/integration/zerobin)](https://ci-apps.yunohost.org/ci/apps/zerobin/)\n![Working status](https://apps.yunohost.org/badge/state/zerobin)\n![Maintenance status](https://apps.yunohost.org/badge/maintained/zerobin)\n\n[![Install Zerobin with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=zerobin)\n\n*[Read this README in other languages.](./ALL_README.md)*\n\n\u003e *This package allows you to install Zerobin quickly and simply on a YunoHost server.*  \n\u003e *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*\n\n## Overview\n\nPrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data.\n\nData is encrypted/decrypted in the browser using 256bit AES in Galois Counter mode.\n\nThis is a fork of ZeroBin, originally developed by Sébastien Sauvage. It was refactored to allow easier and cleaner extensions and has now much more features than the original. It is however still fully compatible to the original ZeroBin 0.19 data storage scheme. Therefore such installations can be upgraded to this fork without loosing any data.\n\n\n**Shipped version:** 1.7.6~ynh1\n\n**Demo:** \u003chttps://privatebin.net/\u003e\n\n## Screenshots\n\n![Screenshot of Zerobin](./doc/screenshots/screenshot.png)\n\n## :red_circle: Antifeatures\n\n- **Replaced by another app**: Was replaced by another app. Please refer to the README.\n\n## Documentation and resources\n\n- Official app website: \u003chttps://privatebin.info/\u003e\n- Official admin documentation: \u003chttps://github.com/PrivateBin/PrivateBin/wiki\u003e\n- Upstream app code repository: \u003chttps://github.com/PrivateBin/PrivateBin\u003e\n- YunoHost Store: \u003chttps://apps.yunohost.org/app/zerobin\u003e\n- Report a bug: \u003chttps://github.com/YunoHost-Apps/zerobin_ynh/issues\u003e\n\n## Developer info\n\nPlease send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/zerobin_ynh/tree/testing).\n\nTo try the `testing` branch, please proceed like that:\n\n```bash\nsudo yunohost app install https://github.com/YunoHost-Apps/zerobin_ynh/tree/testing --debug\nor\nsudo yunohost app upgrade zerobin -u https://github.com/YunoHost-Apps/zerobin_ynh/tree/testing --debug\n```\n\n**More info regarding app packaging:** \u003chttps://yunohost.org/packaging_apps\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyunohost-apps%2Fzerobin_ynh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyunohost-apps%2Fzerobin_ynh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyunohost-apps%2Fzerobin_ynh/lists"}