Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 542 Bytes

oasis.md

File metadata and controls

31 lines (24 loc) · 542 Bytes

Seafile

  • UX needs work.
  • Drag & drop upload doesn't work in Safari
  • Extremely basic in functionality

Screenshot

docker-compose.yml

---
services:
  oasis:
    image: machengim/oasis
    container_name: oasis
    restart: unless-stopped
    environment:
      - TZ=Europe/Dublin
    ports:
      - "3123:8000"
    volumes:
      - ./data:/opt/oasis/data
      - ./storage:/home/storage