Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.25 KB

README.md

File metadata and controls

41 lines (33 loc) · 1.25 KB

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