From 8b407ba2c6c9e8cf8e07c1aa608af00b30566ee8 Mon Sep 17 00:00:00 2001 From: Pietro Marangon Date: Sun, 14 Oct 2018 00:24:28 +0200 Subject: [PATCH] Docker container (#9) * Update .travis.yml * Update README.md --- .travis.yml | 6 +++++- README.md | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e0d53c6..7fabe89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,4 +32,8 @@ matrix: before_script: - npm install grunt-cli -g script: - - grunt test \ No newline at end of file + - grunt test + +after_script: + - curl -H "Content-Type: application/json" --data '{"docker_tag": "master"}' -X POST https://registry.hub.docker.com/u/pe46dro/xbackbone-docker/trigger/505df075-f5b6-48bf-a22c-ce678f477929/ + diff --git a/README.md b/README.md index 227c5c1..a1a655a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + # XBackBone 📤 [![Build Status](https://travis-ci.org/SergiX44/XBackBone.svg?branch=master)](https://travis-ci.org/SergiX44/XBackBone) XBackBone is a simple, self-hosted, lightweight PHP backend for the instant sharing tool ShareX. It supports uploading and displaying images, GIF, video, code, formatted text, and file downloading and uploading. Also have a web UI with multi user management and past uploads history. @@ -48,6 +49,9 @@ php bin/migrate --install ``` + Now just login with `admin/admin`, **be sure to change these credentials after your first login**. +#### Other deployment method ++ [Docker container](https://hub.docker.com/r/pe46dro/xbackbone-docker) + ## ShareX Configuration Once you are logged in, just go in your profile settings and download the ShareX config file for your account.