{"id":15011767,"url":"https://github.com/bewcloud/bewcloud","last_synced_at":"2026-01-02T12:41:50.153Z","repository":{"id":228091401,"uuid":"772917904","full_name":"bewcloud/bewcloud","owner":"bewcloud","description":"A simpler alternative to Nextcloud and ownCloud, built with TypeScript and Deno using Fresh. 🦕 🍋","archived":false,"fork":false,"pushed_at":"2024-04-12T06:00:14.000Z","size":316,"stargazers_count":169,"open_issues_count":2,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-12T14:18:03.557Z","etag":null,"topics":["deno","fresh","javascript","nextcloud","open-source","owncloud","preact","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://bewcloud.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bewcloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":["BrunoBernardino"],"custom":["https://paypal.me/brunobernardino","https://gist.github.com/BrunoBernardino/ff5b54c13dd96ac7f9fee6fbfd825b09"]}},"created_at":"2024-03-16T08:28:53.000Z","updated_at":"2024-04-14T18:46:26.099Z","dependencies_parsed_at":"2024-03-23T17:25:19.360Z","dependency_job_id":"9bf6b591-c210-49a9-b125-ef5ad59d2209","html_url":"https://github.com/bewcloud/bewcloud","commit_stats":null,"previous_names":["bewcloud/bewcloud"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bewcloud%2Fbewcloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bewcloud%2Fbewcloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bewcloud%2Fbewcloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bewcloud%2Fbewcloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bewcloud","download_url":"https://codeload.github.com/bewcloud/bewcloud/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231449692,"owners_count":18378431,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deno","fresh","javascript","nextcloud","open-source","owncloud","preact","tailwindcss","typescript"],"created_at":"2024-09-24T19:41:37.464Z","updated_at":"2026-01-02T12:41:50.148Z","avatar_url":"https://github.com/bewcloud.png","language":"TypeScript","readme":"# bewCloud\n\n[![](https://github.com/bewcloud/bewcloud/workflows/Run%20Tests/badge.svg)](https://github.com/bewcloud/bewcloud/actions?workflow=Run+Tests)\n\nThis is the [bewCloud app](https://bewcloud.com) built using [Fresh](https://fresh.deno.dev) and deployed using [docker compose](https://docs.docker.com/compose/).\n\nIf you're looking for the desktop sync app, it's at [`bewcloud-desktop`](https://github.com/bewcloud/bewcloud-desktop).\n\nIf you're looking for the mobile app, it's at [`bewcloud-mobile`](https://github.com/bewcloud/bewcloud-mobile).\n\n## Self-host it!\n\n[![Buy managed cloud (1 year)](https://img.shields.io/badge/Buy%20managed%20cloud%20(1%20year)-51a4fb?style=for-the-badge)](https://buy.stripe.com/eVa01HgQk0Ap0eseVz)\n\n[![Buy managed cloud (1 month)](https://img.shields.io/badge/Buy%20managed%20cloud%20(1%20month)-51a4fb?style=for-the-badge)](https://buy.stripe.com/fZu8wOb5RfIydj56FA1gs0J)\n\nOr, to run on your own machine, start with these commands:\n\n```sh\nmkdir data-files data-radicale radicale-config # local directories for storing user-uploaded files, radicale data, and radicale config (these last two are necessary only if you're using CalDav/CardDav/Contacts)\n```\n\nNow, download/copy the following configuration files (and tweak their contents as necessary, though no changes should yield a working — but very unsafe — setup):\n\n- [`docker-compose.yml`](/docker-compose.yml)\n- [`.env.sample`](/.env.sample) and save it as `.env`\n- [`bewcloud.config.sample.ts`](/bewcloud.config.sample.ts) and save it as `bewcloud.config.ts`\n- [`radicale-config/config`](/radicale-config/config) and save it as `radicale-config/config` (necessary only if you're using CalDav/CardDav/Contacts)\n\nFinally, run these commands:\n\n```sh\ndocker compose up -d # makes the app available at http://localhost:8000\ndocker compose run --rm website bash -c \"cd /app \u0026\u0026 make migrate-db\" # initializes/updates the database (only needs to be executed the first time and on any data updates)\n```\n\n\u003e [!NOTE]\n\u003e If you run into permission issues, you can try running `sudo chown -R 1993:1993 data-files` to fix them.\n\u003e\n\u003e `1993:1993` above comes from deno's [docker image](https://github.com/denoland/deno_docker/blob/2abfe921484bdc79d11c7187a9d7b59537457c31/ubuntu.dockerfile#L20-L22) where `1993` is the default user id in it. It might change in the future since I don't control it.\n\nIf you're interested in building/contributing (or just running the app locally), check the [Development section below](#development).\n\nSee the [Community Links](#community-links) section for alternative ways of running bewCloud yourself.\n\n\u003e [!IMPORTANT]\n\u003e Even with signups disabled (`config.auth.allowSignups=false`), the first signup will work and become an admin.\n\n## Sponsors\n\nThese are the amazing entities or individuals who are sponsoring this project for this current month. If you'd like to show up here, [check the GitHub Sponsors page](https://github.com/sponsors/bewcloud) or [make a donation](https://donate.stripe.com/bIYeWBbw00Ape5iaFi) above $50 ($100 to show up on the website)!\n\n\u003cp align=\"center\" width=\"100%\"\u003e\n  \u003ca href=\"https://nlnet.nl/project/bewCloud/\" title=\"NLnet Foundation\"\u003e\n    \u003cimg src=\"https://nlnet.nl/logo/banner.svg\" alt=\"NLnet Foundation\" width=\"256\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Development\n\n### Requirements\n\n\u003e [!IMPORTANT]\n\u003e Don't forget to set up your `.env` file based on `.env.sample`.\n\u003e Don't forget to set up your `bewcloud.config.ts` file based on `bewcloud.config.sample.ts`.\n\n- This was tested with [`Deno`](https://deno.land)'s version stated in the `.dvmrc` file, though other versions may work.\n- For the postgres dependency (used when running locally or in CI), you should have `Docker` and `docker compose` installed.\n\n### Commands\n\n```sh\ndocker compose -f docker-compose.dev.yml up # (optional) runs docker with postgres, locally\nmake migrate-db # runs any missing database migrations\nmake start # runs the app in development mode (watches for file changes and recompiles the app)\nmake format # (optional) formats the code (if you're interested in contributing)\nmake test # (optional) runs tests (if you're interested in contributing)\n```\n\n### Other less-used commands (mostly for development)\n\n```sh\nmake preview # runs the app in production mode (serves the app from the built files)\nmake exec-db # runs psql inside the postgres container, useful for running direct development queries like `DROP DATABASE \"bewcloud\"; CREATE DATABASE \"bewcloud\";`\nmake build # generates all static files for production deploy\n```\n\n## File/Directory Structure\n\n- Routes are defined at `routes/`.\n- Static files are defined at `static/`.\n- Frontend-only components are defined at `components/`.\n- Isomorphic components are defined at `islands/`.\n- Cron jobs are defined at `crons/`.\n- Reusable bits of code are defined at `lib/`.\n- Database migrations are defined at `db-migrations/`.\n\n## Deployment\n\nJust push to the `main` branch.\n\n## FAQ (Frequently Asked Questions)\n\n[Check the FAQ](/FAQ.md) for answers to common questions, like private calendar and file sharing, or `.env`-based configuration.\n\n## How does it look?\n\n[Check the website](https://bewcloud.com) for screenshots or [the YouTube channel](https://www.youtube.com/@bewCloud) for 1-minute demos.\n\n## Community Links\n\nThese are not officially endorsed, but are alternative ways of running bewCloud.\n\n- [`bewcloud-nixos`](https://codeberg.org/ntninja/bewcloud-nixos/) by [@ntninja](https://codeberg.org/ntninja/) exposes bewCloud as an easy-to-use NixOS integration as an alternative to using Docker or running the app locally.\n  - For installation, please see the [README](https://codeberg.org/ntninja/bewcloud-nixos/src/branch/main/README.md).\n","funding_links":["https://github.com/sponsors/BrunoBernardino","https://paypal.me/brunobernardino","https://gist.github.com/BrunoBernardino/ff5b54c13dd96ac7f9fee6fbfd825b09","https://github.com/sponsors/bewcloud"],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbewcloud%2Fbewcloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbewcloud%2Fbewcloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbewcloud%2Fbewcloud/lists"}