self-hosted-cookbook/apps/cloud/oasis.md
Dziad Borowy 08276b0e6c seafile
2023-01-08 23:55:35 +00:00

542 B

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