Twake Drive – An open-source alternative to Google Drive
Twake Drive The open-source alternative to Google Drive. Learn more » Telegram | Website | Issues | Roadmap About Getting Started To get a local copy up and running, please follow these simple steps. Clone the repo git clone https://github.com/linagora/twake-drive Run it with Docker cd tdrive docker compose -f docker-compose.minimal.yml up Open https://localhost/ in a browser Development Prerequisites Node.js (Version: >=18.x) MongoDB Yarn (recommended) Setup Launch MongoDB using docker run -p 27017:27017 -d mongo Launch frontend with cd tdrive/frontend/; yarn dev:start Launch backend with cd tdrive/backend/node/; SEARCH_DRIVER=mongodb DB_DRIVER=mongodb PUBSUB_TYPE=local DB_MONGO_URI=mongodb://localhost:27017…