-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from egoisticalgoat/develop
Release 1.6
- Loading branch information
Showing
12 changed files
with
695 additions
and
506 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,9 @@ | ||
APP_NAME=Laravel | ||
APP_NAME=trntbl-clone | ||
APP_ENV=local | ||
APP_KEY= | ||
APP_DEBUG=true | ||
APP_LOG_LEVEL=debug | ||
APP_URL=http://localhost | ||
|
||
DB_CONNECTION=mysql | ||
DB_HOST=127.0.0.1 | ||
DB_PORT=3306 | ||
DB_DATABASE=homestead | ||
DB_USERNAME=homestead | ||
DB_PASSWORD=secret | ||
|
||
BROADCAST_DRIVER=log | ||
CACHE_DRIVER=file | ||
SESSION_DRIVER=file | ||
QUEUE_DRIVER=sync | ||
|
||
REDIS_HOST=127.0.0.1 | ||
REDIS_PASSWORD=null | ||
REDIS_PORT=6379 | ||
|
||
MAIL_DRIVER=smtp | ||
MAIL_HOST=smtp.mailtrap.io | ||
MAIL_PORT=2525 | ||
MAIL_USERNAME=null | ||
MAIL_PASSWORD=null | ||
MAIL_ENCRYPTION=null | ||
|
||
PUSHER_APP_ID= | ||
PUSHER_APP_KEY= | ||
PUSHER_APP_SECRET= | ||
|
||
TUMBLR_API_KEY= | ||
TUMBLR_SECRET_KEY= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
trntbl-clone | ||
====== | ||
**trntbl-clone** is a web-app to fetch your tumblr blog as a playlist. | ||
It's currently hosted on [egoisticalgoat.de](https://egoisticalgoat.de) | ||
|
||
## Installation | ||
If you want to host this project yourself, you can easily do that. | ||
|
||
1. Clone this repo | ||
``` | ||
git clone [email protected]:egoisticalgoat/trntbl-clone.git | ||
``` | ||
2. Run composer install | ||
``` | ||
composer install | ||
``` | ||
3. Copy the .env.example to .env and fill it in with the tumblr api key (available [here](http://www.tumblr.com/oauth/apps)) and the other data | ||
4. Use it like [any other laravel app](https://laravel.com/docs/5.8/installation) | ||
|
||
|
||
## Contact | ||
* Homepage: [egoisticalgoat.de](https://egoisticalgoat.de) | ||
* e-mail: [[email protected]](mailto:[email protected]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.