Coder Social home page Coder Social logo

filesharing's Introduction

FileSharing

Astro + Solid using Pocketbase to share files and snippets

Features

  • Password is needed to access files and snippets
  • Supports multiple files in one Upload
  • Custom name for file-collection
  • Simple download of multiple files with one click
  • Download/copy causes file to be marked as old and disappear from frontpage
  • Old Files can be displayed with one buttonpress
  • Generate Links to download files without login

Example

docker-compose.yml

version: "3.8"
services:
  filesharing:
    image: h3rmt/filesharing
    restart: always
    ports:
      - "8080:80"
    environment:
      - HOST=0.0.0.0
      - PORT=80
      - ADMIN_PASSWORD=testtest
      - [email protected]
      - USER_PASSWORD=test
      - APP_NAME=File Sharing
    volumes:
      - ./pb_data:/app/pb_data

Preview

Screenshot Screenshot

filesharing's People

Contributors

h3rmt avatar dependabot[bot] avatar astrobot-houston avatar

Stargazers

Praney Behl avatar Pavel Rusakov avatar Hüseyin Demirtaş avatar  avatar Vittor avatar Sir Charles White avatar  avatar Messias Henrique avatar

Watchers

 avatar

filesharing's Issues

Fix counter in Info

This is a file/snippet sharing service. You can upload files and snippets to share them with others.
Currently 1 new files and 15 files are stored on the server using 26 MB.
0 new snippets and 15 snippets are stored in total.

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.