Coder Social home page Coder Social logo

mediashare / toaster Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 4.62 MB

:dizzy: Toaster is a social network about file sharing.

Home Page: https://toaster.bio

PHP 3.39% CSS 42.82% JavaScript 51.49% Dockerfile 0.02% Shell 0.05% Less 0.66% Twig 1.57%
upload uploader filesystem upload-file file-explorer php website

toaster's Introduction

Toaster

Toaster is a social network about file sharing. It works with a hub system that segments the different shares.

The project aims to become a decentralized service, giving the possibility to create Toaster instances on your server while keeping the possibility to link to other connected instances.

Installation

Docker

docker pull slote/toaster
docker run -d -p 8080:8080 slote/toaster

Manuel

git clone https://github.com/Mediashare/Toaster
cd Toaster
composer install

Database (Sqlite)

bin/console doctrine:database:create
bin/console doctrine:schema:update --force

.env

composer dump-env prod

php.ini

post_max_size = 10000M
upload_max_filesize = 10000M
max_file_uploads = 10000

Apache config

<VirtualHost *:80>
    ServerName toaster.bio
    ServerAlias www.toaster.bio

    DocumentRoot /var/www/Toaster/public
    DirectoryIndex /index.php
    <Directory /var/www/Toaster/public>
        AllowOverride All
        Order Allow,Deny
        Allow from All
        FallbackResource /index.php
    </Directory>

    # uncomment the following lines if you install assets as symlinks
    # or run into problems when compiling LESS/Sass/CoffeeScript assets
    <Directory /var/www/Toaster>
        Options FollowSymlinks
    </Directory>

    <Directory /var/www/Toaster/public/bundles>
        FallbackResource disabled
    </Directory>

    ErrorLog /var/log/apache2/project_error.log
    CustomLog /var/log/apache2/project_access.log combined
</VirtualHost>

toaster's People

Contributors

mediashare avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

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.