{"id":13674583,"url":"https://github.com/eahlys/EdPaste","last_synced_at":"2025-04-28T14:31:34.133Z","repository":{"id":39891256,"uuid":"71046764","full_name":"eahlys/EdPaste","owner":"eahlys","description":"Laravel/PHP-driven Pastebin with users management","archived":false,"fork":false,"pushed_at":"2022-04-05T11:11:42.000Z","size":409,"stargazers_count":38,"open_issues_count":6,"forks_count":15,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-05-22T16:15:26.399Z","etag":null,"topics":["laravel","pastebin"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/eahlys.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":"2016-10-16T11:41:48.000Z","updated_at":"2023-08-20T12:59:22.000Z","dependencies_parsed_at":"2022-08-27T12:50:44.447Z","dependency_job_id":null,"html_url":"https://github.com/eahlys/EdPaste","commit_stats":null,"previous_names":["pierretnd/edpaste","cltnr/edpaste","ptnr/edpaste","eahlys/edpaste"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eahlys%2FEdPaste","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eahlys%2FEdPaste/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eahlys%2FEdPaste/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eahlys%2FEdPaste/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eahlys","download_url":"https://codeload.github.com/eahlys/EdPaste/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251330296,"owners_count":21572261,"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":["laravel","pastebin"],"created_at":"2024-08-02T11:00:54.359Z","updated_at":"2025-04-28T14:31:33.600Z","avatar_url":"https://github.com/eahlys.png","language":"PHP","funding_links":[],"categories":["Software"],"sub_categories":["Pastebins"],"readme":"# EdPaste\nEdPaste is a Laravel 5.5 (PHP Framework)-driven self-hosted Pastebin. \n\n## Features :\n- Privacy options\n- Expiration options\n- Burn after reading\n- Password protection (server-side hashed)\n- User dashboard\n- Raw paste viewing\n\nJust git clone this repo on your server, make the `public` folder your webserver's `DocumentRoot`, for instance with an Apache2.4 VirtualHost :\n```\n\u003cVirtualHost *:80\u003e\n    ServerName your.vhost.server.com\n    DocumentRoot /app/path/public\n\u003c/VirtualHost\u003e\n```\nRun a `composer install`/`php composer install` (depends of your configuration) within the app root path (you'll need composer)\nRename `.env.example` to `.env` and run `php artisan key:generate` from the app's root path.\nOpen `.env` and fill it with your database details, and with Secret and Site Key from Google's reCaptcha (in order to avoid spam from guests)\nRun `php artisan migrate` from the app's root path, and you're all done.\n\nGo to `http://your.vhost.server.com/` which leads to the DocumentRoot `/app/path/public`, and this should work !\n\n# Updating :\nGet latest features by pulling this repo again.\n\nIn case of updating because of a Laravel version change, delete everything under `bootstrap/cache` and run `composer upgrade`.\n\n# Troubleshooting :\nIf you get the \"Paste expiration error.\", then you need to migrate your database. Pastes expiration scheme changed recently, and your database has to be updated. Simply run `php artisan migrate` and everything will be good, without any data loss.\n\n# Contributing :\nYou're free to fork this and modify it as you want (according to MIT license), but please don't remove my name at the bottom of each page. If you look at the code, you'll notice that all the comments are written in french, as I am a french developer. If you want english comments instead, feel free to ask it, I'll translate all of these.\n\n# Todo :\n- Admin panel\n- Fix raw view\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feahlys%2FEdPaste","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feahlys%2FEdPaste","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feahlys%2FEdPaste/lists"}