{"id":20551717,"url":"https://github.com/do-community/creatorlinks","last_synced_at":"2025-10-13T14:07:03.928Z","repository":{"id":54849156,"uuid":"302354591","full_name":"do-community/creatorlinks","owner":"do-community","description":"An open source, self-hosted links landing page","archived":false,"fork":false,"pushed_at":"2021-01-25T15:41:17.000Z","size":247,"stargazers_count":16,"open_issues_count":11,"forks_count":7,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-10-13T14:06:25.499Z","etag":null,"topics":["digitalocean","hacktoberfest","laravel","php"],"latest_commit_sha":null,"homepage":"https://creatorlinks.me","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/do-community.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-08T13:45:24.000Z","updated_at":"2024-06-20T15:08:10.000Z","dependencies_parsed_at":"2022-08-14T04:40:47.480Z","dependency_job_id":null,"html_url":"https://github.com/do-community/creatorlinks","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/do-community/creatorlinks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/do-community%2Fcreatorlinks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/do-community%2Fcreatorlinks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/do-community%2Fcreatorlinks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/do-community%2Fcreatorlinks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/do-community","download_url":"https://codeload.github.com/do-community/creatorlinks/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/do-community%2Fcreatorlinks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279015704,"owners_count":26085748,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["digitalocean","hacktoberfest","laravel","php"],"created_at":"2024-11-16T02:33:14.710Z","updated_at":"2025-10-13T14:07:03.913Z","avatar_url":"https://github.com/do-community.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CreatorLinks\n_Shark-a-Hack Project, Q3 2020._\n\nCreatorLinks is an open source, self-hosted version of Linktr.ee, with additional features to facilitate sharing text content (such as DO tutorials) on platforms like Instagram. This mobile-first application is helpful to aggregate content from different sources, allowing users to reference a single link in social media profiles. It works essentially as a hub of quick links; as an additional feature, we can include a redirection mechanism to automatically redirect to a certain page depending on the origin of the request.\n \n## Installation (Dev)\n \n A Docker Compose dev environment is included. You'll need **Docker** and **Docker Compose** installed. To set these up, you can follow [this tutorial](https://www.digitalocean.com/community/tutorials/how-to-install-docker-compose-on-ubuntu-18-04).\n \n---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n \n### Fork and Clone\n \nIf you are planning to contribute, you will need to:\n 1) fork this repository on GitHub\n 1) create a local clone of your fork.\n \nIf you're not familiar with this process, [click here for the really detailed version](https://help.github.com/en/github/getting-started-with-github/fork-a-repo).\n \nIf you're not planning to contribute and just want to play with the project in a local dev environment, you can simply clone this repo.\n \n### Running the App on Docker\n\nFirst, you need a `.env` file. If you have a particular need to customize your `.env` you may do so, but for most developers you can just use `.env.example`. Run this in your project root (where you cloned the repo):\n\n```shell\ncp .env.example .env\n```\n \nNow get your dev environment up and running by bringing up the docker containers:\n \n```shell\ndocker-compose up -d\n```\n\nYou'll need to generate an App key and run the database migrations. Both can be executed with `docker-compose exec`:\n\n```shell\ndocker-compose exec app php artisan key:generate\n```\n\n```shell\ndocker-compose exec app php artisan migrate\n```\n\nThis will create the database tables.\n\nNext, you'll need to install the NPM assets with:\n\n```shell\ndocker-compose exec app npm install \u0026\u0026 npm run dev\n```\n\nAfter the environment is up and running, you'll be able to access the application from your browser at `http://localhost:8000`.\n\nRegister a new user at `http://localhost:8000/register`.\n\nTo stop the environment, run:\n\n```shell\ndocker-compose stop\n```\n\nThis will stop the containers but won't delete allocated volumes and networks. To do so, you can run:\n\n```shell\ndocker-compose down\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdo-community%2Fcreatorlinks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdo-community%2Fcreatorlinks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdo-community%2Fcreatorlinks/lists"}