kaper.dev; a Pinkary proxy
This repository contains the backend of the https://kaper.dev website. The contents of the site are proxied from https://pinkary.com/@kapersoft.
Pinkary is a linksite made by Nuno Maduro. See this LinkedIn post and Twitter feed for more information.
If you like to deploy your Pinkary linksite to your personal domain, feel free to use this repository.
- Clone this project.
- Run
composer install
. - Copy
.env.example
to.env
. - Open
.env
-file in your editor, look forPINKARY_USERNAME
, and fill in your Pinkary username. - Deploy to your domain!
By default all requests to Pinkary.com are cached for one hour. If you like, you can change this value by adding the PINKARY_CACHE_TTL
-key with the desised TTL in your .env
-file.
All requests are proxied to https://pinkary.com. If, for some reason, the domain is changed, you can specify an alternative domain by adding the PINKARY_BASE_URL
-key with the new domain in your .env
-file.
Tests are defined in the /tests
-folder. You can test this repo by running php artisan test
.
If you discover any security related issues, please email kapersoft@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.