Code Monkey home page Code Monkey logo

creators-stack's Introduction

Tests status Docker Build Status

Creators Stack

Creators Stack is a web app that let you organize your creators Images and Videos in one place

Main Features

  • Creators & Content Crawling
  • Creator URL import and sync through gallery-dl
  • Images and Videos Galleries
  • Thumbnails and configurable Video Previews

Docker Compose Usage

Grab the docker-compose.yml file from the repository

curl https://raw.githubusercontent.com/creators-stack/creators-stack/master/docker/prod/docker-compose.yml > docker-compose.yml

Open docker-compose.yml file and edit the creators_stack environment variables to match your environment.

Finally, run the container using

docker-compose up -d

If you suspect something is not working, you can check the container logs using

docker-compose logs

You should be able to access the web interface at http://server_ip:7667 The default credentials are admin admin You can change them in the profile tab

Development

Docker is also used for development through laravel Sail
First clone the project then run the following commands to setup your .env and install composer dependencies

cp .env.example .env
docker run --rm -v $(pwd):/opt -w /opt laravelsail/php80-composer:latest composer install

Once the dependencies are installed you can use the sail binary to build and run the container

sail up -d

Run tests

sail test

Run Code Quality Tests

sail artisan insights

License

Creators Stack is an open source software licensed under the GPL-3.0 license.

creators-stack's People

Contributors

bittertongue avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

bittertongue

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.