Skip to content

Commit 8a6437a

Browse files
committed
Update docs url
1 parent c00a3d0 commit 8a6437a

File tree

11 files changed

+53
-51
lines changed

11 files changed

+53
-51
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<a href="https://r2explorer.dev/">
2+
<a href="https://r2explorer.com/">
33
<img src="https://raw.githubusercontent.com/G4brym/R2-explorer/refs/heads/main/packages/docs/pages/assets/r2-explorer-logo.png" width="500" height="auto" alt="R2-Explorer"/>
44
</a>
55
</div>
@@ -26,15 +26,15 @@ R2-Explorer brings a familiar Google Drive-like interface to your Cloudflare R2
2626

2727
## Quick Links
2828

29-
- 📚 **Documentation**: [r2explorer.dev](https://r2explorer.dev)
30-
- 🎮 **Live Demo**: [demo.r2explorer.dev](https://demo.r2explorer.dev)
29+
- 📚 **Documentation**: [r2explorer.com](https://r2explorer.com)
30+
- 🎮 **Live Demo**: [demo.r2explorer.com](https://demo.r2explorer.com)
3131
- 💻 **Source Code**: [github.com/G4brym/R2-Explorer](https://github.com/G4brym/R2-Explorer)
3232

3333
Available in multiple languages:
34-
[English](https://r2explorer.dev) |
35-
[Español](https://r2explorer-dev.translate.goog/?_x_tr_sl=en&_x_tr_tl=es) |
36-
[Português](https://r2explorer-dev.translate.goog/?_x_tr_sl=en&_x_tr_tl=pt-PT) |
37-
[Français](https://r2explorer-dev.translate.goog/?_x_tr_sl=en&_x_tr_tl=fr)
34+
[English](https://r2explorer.com) |
35+
[Español](https://r2explorer-com.translate.goog/?_x_tr_sl=en&_x_tr_tl=es) |
36+
[Português](https://r2explorer-com.translate.goog/?_x_tr_sl=en&_x_tr_tl=pt-PT) |
37+
[Français](https://r2explorer-com.translate.goog/?_x_tr_sl=en&_x_tr_tl=fr)
3838

3939
## Overview
4040

@@ -64,7 +64,7 @@ R2-Explorer transforms your Cloudflare R2 storage experience with a modern, user
6464
- Logpush files
6565
- In-browser file editing
6666
- Folder upload support
67-
67+
6868
- **📧 Email Integration**
6969
- Receive and process emails via Cloudflare Email Routing
7070
- View email attachments directly in the interface
@@ -76,13 +76,13 @@ Choose the method that best suits your needs:
7676
1. **GitHub Action (Recommended)**
7777
```bash
7878
# Follow the guide at:
79-
https://r2explorer.dev/getting-started/creating-a-new-project/#1st-method-github-action-recommended
79+
https://r2explorer.com/getting-started/creating-a-new-project/#1st-method-github-action-recommended
8080
```
8181

8282
2. **Cloudflare CLI**
8383
```bash
8484
# Follow the guide at:
85-
https://r2explorer.dev/getting-started/creating-a-new-project/#2nd-method-create-cloudflare
85+
https://r2explorer.com/getting-started/creating-a-new-project/#2nd-method-create-cloudflare
8686
```
8787

8888
3. **Template Repository**
@@ -91,7 +91,7 @@ Choose the method that best suits your needs:
9191
https://github.com/G4brym/R2-Explorer/tree/main/template
9292
```
9393

94-
For detailed instructions on maintaining and updating your installation, visit our [update guide](https://r2explorer.dev/getting-started/updating-your-project/).
94+
For detailed instructions on maintaining and updating your installation, visit our [update guide](https://r2explorer.com/getting-started/updating-your-project/).
9595

9696
## Roadmap
9797

@@ -102,15 +102,15 @@ We're actively working on these exciting features:
102102
- File search functionality
103103
- Folder renaming capability
104104
- Image thumbnails generation
105-
105+
106106
- **AI Integration**
107107
- Object detection using workers-ai
108-
108+
109109
- **User Experience**
110110
- Enhanced timestamp tooltips
111111
- Email response capabilities
112112
- Advanced file type-specific editing
113-
113+
114114
## Known Issues
115115

116116
- When using basic authentication, email inline images and assets don't load properly
@@ -126,7 +126,7 @@ We welcome contributions! Whether it's bug fixes, new features, or documentation
126126

127127
## Support
128128

129-
- 📚 Documentation: [r2explorer.dev](https://r2explorer.dev)
129+
- 📚 Documentation: [r2explorer.com](https://r2explorer.com)
130130
- 🐛 Issue Tracker: [GitHub Issues](https://github.com/G4brym/R2-Explorer/issues)
131131

132132
## License

packages/dashboard/src/components/main/LeftSidebar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<q-card-section class="q-pt-none">
6161
You are running version <b>{{ mainStore.version }}</b><br>
6262
<template v-if="updateAvailable">
63-
Latest version is <b>{{latestVersion}}</b>, learn how to <a href="https://r2explorer.dev/getting-started/updating-your-project/" target="_blank">update your instance here</a>.<br>
63+
Latest version is <b>{{latestVersion}}</b>, learn how to <a href="https://r2explorer.com/getting-started/updating-your-project/" target="_blank">update your instance here</a>.<br>
6464
</template>
6565
<br>
6666
<template v-if="mainStore.auth">

packages/docs/mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
site_name: R2 Explorer
22
site_description: A Google Drive Interface for your Cloudflare R2 Buckets
3-
site_url: https://r2explorer.dev/
3+
site_url: https://r2explorer.com/
44
docs_dir: pages
55
theme:
66
name: material
@@ -60,8 +60,8 @@ nav:
6060
- guides/setup-email-explorer.md
6161
- guides/migrating-to-1.0.md
6262
- guides/migrating-to-1.1.md
63-
- Email explorer: https://r2explorer.dev/guides/setup-email-explorer/
64-
- Live demo: https://demo.r2explorer.dev/
63+
- Email explorer: https://r2explorer.com/guides/setup-email-explorer/
64+
- Live demo: https://demo.r2explorer.com/
6565
markdown_extensions:
6666
- def_list
6767
- pymdownx.tasklist:

packages/docs/pages/getting-started/configuration.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Here is all the available options:
77
| `readonly` | `boolean` or `undefined` | Controls the write access globally, default: `true` | `true` |
88
| `cors` | `boolean` or `undefined` | Enables or disables CORS access to the internal API, default: `false` | `true` |
99
| `cfAccessTeamName` | `string` or `undefined` | When set enforces Cloudflare Access in all requests | `radar` (taken from https://radar.cloudflareaccess.com/) |
10-
| `dashboardUrl` | `string` or `undefined` | Allows you to serve a custom dashboard, read more [here](../guides/migrating-to-1.0.md/#why-is-the-dashboard-no-longer-bundled-in-the-worker) | `https://demo.r2explorer.dev` |
11-
| `emailRouting` | `object` or `undefined` | Customize Email Explorer, read more [here](../guides/setup-email-explorer.md) | `https://demo.r2explorer.dev` |
12-
| `cacheAssets` | `boolean` or `undefined` | Cache dashboard assets by 5 minutes, default: `true` | `https://demo.r2explorer.dev` |
10+
| `dashboardUrl` | `string` or `undefined` | Allows you to serve a custom dashboard, read more [here](../guides/migrating-to-1.0.md/#why-is-the-dashboard-no-longer-bundled-in-the-worker) | `https://demo.r2explorer.com` |
11+
| `emailRouting` | `object` or `undefined` | Customize Email Explorer, read more [here](../guides/setup-email-explorer.md) | `https://demo.r2explorer.com` |
12+
| `cacheAssets` | `boolean` or `undefined` | Cache dashboard assets by 5 minutes, default: `true` | `https://demo.r2explorer.com` |
1313

1414
`emailRouting` options:
1515

@@ -23,9 +23,9 @@ For security reasons, by default your application will be in read only mode, to
2323
`src/index.ts` file, like this:
2424

2525
```ts title="src/index.ts"
26-
import {R2Explorer} from 'r2-explorer';
26+
import { R2Explorer } from 'r2-explorer';
2727

28-
export default R2Explorer({readonly: false});
28+
export default R2Explorer({ readonly: false });
2929
```
3030

3131
After this, just deploy your application normally with:
@@ -42,7 +42,9 @@ wrangler deploy
4242

4343
## Setup Custom Domain
4444

45-
To setup a custom domain, just open the [Cloudflare dashboard](https://dash.cloudflare.com/?to=/:account/workers/services/view/:worker/production/settings#domains) and go to Workers & Pages ->
45+
To setup a custom domain, just open
46+
the [Cloudflare dashboard](https://dash.cloudflare.com/?to=/:account/workers/services/view/:worker/production/settings#domains)
47+
and go to Workers & Pages ->
4648
your worker -> Triggers. And click "Add Custom Domain".
4749

4850
![Cloudflare Workers Dashboard](../assets/custom-domain.png)
@@ -53,12 +55,12 @@ By default emails will go to the 1º bucket configured in your `wrangler.toml` f
5355
in the `index.ts` file, like:
5456

5557
```ts title="src/index.ts"
56-
import {R2Explorer} from 'r2-explorer';
58+
import { R2Explorer } from 'r2-explorer';
5759

5860
export default R2Explorer({
59-
readonly: false, emailRouting: {
60-
targetBucket: 'my-email-bucket'
61-
}
61+
readonly: false, emailRouting: {
62+
targetBucket: 'my-email-bucket'
63+
}
6264
});
6365
```
6466

packages/docs/pages/guides/migrating-to-1.0.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ Then proceed to deploy your application:
4949
wrangler deploy
5050
```
5151

52-
## Why is the Dashboard no longer bundled in the worker?
52+
## Why is the Dashboard no longer bundled in the worker?
5353

5454
In the 0.x versions of R2 Explorer the UI/Dashboard was compiled and bundled with the worker in your personal account,
5555
but recently the dashboard has been getting bigger with each release. And max worker size is 1MB compressed
5656
(read more [here](https://developers.cloudflare.com/workers/platform/limits/#worker-size)).
5757

58-
So it was decided that moving forward the project is getting split into Dashboard hosted on Cloudflare Pages and the
58+
So it was decided that moving forward the project is getting split into Dashboard hosted on Cloudflare Pages and the
5959
API hosted in Cloudflare Workers. To keep the theme of the project as to be simple for everyone to deploy,
6060
the worker is going to proxy dashboard requests to the Pages project, so the casual user is still just going to
6161
just deploy the Worker and never think about the Pages project.
@@ -64,7 +64,7 @@ Advantages of this approach, as the Pages project is automatically deployed with
6464
R2 Explorer, users with the default settings are going to get new updates without having to update their worker (as
6565
long as the update didn't require an API change).
6666

67-
For anyone wanting to deploy their own Pages project, all you need to do is to Fork the
67+
For anyone wanting to deploy their own Pages project, all you need to do is to Fork the
6868
[github repo](https://github.com/G4brym/R2-Explorer), and create a new Cloudflare Pages project connected to your own
6969
Git repository and set the Root directory to `packages/dashboard`, then in your `R2Explorer()` configuration define the
70-
`dashboardUrl` setting to the url of your new project (ex: `https://demo.r2explorer.dev`).
70+
`dashboardUrl` setting to the url of your new project (ex: `https://demo.r2explorer.com`).

packages/docs/pages/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ hide:
77
# R2 Explorer
88

99
<div align="center">
10-
<a href="https://r2explorer.dev/">
10+
<a href="https://r2explorer.com/">
1111
<img src="https://raw.githubusercontent.com/G4brym/R2-explorer/refs/heads/main/packages/docs/pages/assets/r2-explorer-logo.png" width="500" height="auto" alt="R2-Explorer"/>
1212
</a>
1313
</div>
@@ -30,9 +30,9 @@ hide:
3030

3131
<hr />
3232

33-
**Documentation**: <a href="https://r2explorer.dev/">r2explorer.dev</a>
33+
**Documentation**: <a href="https://r2explorer.com/">r2explorer.com</a>
3434

35-
**Demo**: <a href="https://demo.r2explorer.dev/">demo.r2explorer.dev</a>
35+
**Demo**: <a href="https://demo.r2explorer.com/">demo.r2explorer.com</a>
3636

3737
**Source Code**: <a href="https://github.com/G4brym/R2-Explorer/">github.com/G4brym/R2-Explorer</a>
3838

@@ -45,11 +45,11 @@ Read this in other languages: [Español](https://r2explorer-dev.translate.goog/?
4545
## Features
4646

4747
- Self-hosted/Deployed on your own Cloudflare Account
48-
- [Receive and read emails](https://r2explorer.dev/guides/setup-email-explorer/) (via Cloudflare Email Routing)
48+
- [Receive and read emails](https://r2explorer.com/guides/setup-email-explorer/) (via Cloudflare Email Routing)
4949

5050
##### Security:
51-
- [Basic Auth](https://r2explorer.dev/getting-started/security/#basic-auth)
52-
- [Cloudflare Access](https://r2explorer.dev/getting-started/security/#authenticating-with-cloudflare-access)
51+
- [Basic Auth](https://r2explorer.com/getting-started/security/#basic-auth)
52+
- [Cloudflare Access](https://r2explorer.com/getting-started/security/#authenticating-with-cloudflare-access)
5353

5454
##### Managing files:
5555
- In-browser File preview (pdf, image, txt, markdown, csv, logpush...)
@@ -66,11 +66,11 @@ Read this in other languages: [Español](https://r2explorer-dev.translate.goog/?
6666

6767
## Installation
6868

69-
1. Method: [Github Action](https://r2explorer.dev/getting-started/creating-a-new-project/#1st-method-github-action-recommended)
70-
2. Method: [Create Cloudflare CLI](https://r2explorer.dev/getting-started/creating-a-new-project/#2nd-method-create-cloudflare)
69+
1. Method: [Github Action](https://r2explorer.com/getting-started/creating-a-new-project/#1st-method-github-action-recommended)
70+
2. Method: [Create Cloudflare CLI](https://r2explorer.com/getting-started/creating-a-new-project/#2nd-method-create-cloudflare)
7171
3. Method: [Template](https://github.com/G4brym/R2-Explorer/tree/main/template)
7272

73-
Learn more about keeping your instance updated in the [Updating your project docs](https://r2explorer.dev/getting-started/updating-your-project/).
73+
Learn more about keeping your instance updated in the [Updating your project docs](https://r2explorer.com/getting-started/updating-your-project/).
7474

7575
## Coming soon
7676

packages/worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
],
4444
"author": "Gabriel Massadas",
4545
"license": "MIT",
46-
"homepage": "https://r2explorer.dev",
46+
"homepage": "https://r2explorer.com",
4747
"repository": {
4848
"type": "git",
4949
"url": "git+https://github.com/G4brym/R2-Explorer.git"

packages/worker/src/modules/dashboard.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@ import type { AppContext } from "../types";
33
export function dashboardIndex(c: AppContext) {
44
if (c.env.ASSETS === undefined) {
55
return c.text(
6-
"ASSETS binding is not defined, learn more here: https://r2explorer.dev/guides/migrating-to-1.1/",
6+
"ASSETS binding is not defined, learn more here: https://r2explorer.com/guides/migrating-to-1.1/",
77
500,
88
);
99
}
1010

1111
return c.text(
12-
"ASSETS binding is not pointing to a valid dashboard, learn more here: https://r2explorer.dev/guides/migrating-to-1.1/",
12+
"ASSETS binding is not pointing to a valid dashboard, learn more here: https://r2explorer.com/guides/migrating-to-1.1/",
1313
500,
1414
);
1515
}
1616

1717
export async function dashboardRedirect(c: AppContext, next) {
1818
if (c.env.ASSETS === undefined) {
1919
return c.text(
20-
"ASSETS binding is not defined, learn more here: https://r2explorer.dev/guides/migrating-to-1.1/",
20+
"ASSETS binding is not defined, learn more here: https://r2explorer.com/guides/migrating-to-1.1/",
2121
500,
2222
);
2323
}

template/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is my personal [R2 Explorer](https://github.com/G4brym/R2-Explorer) application self hosted on my Cloudflare account.
44

5-
You can read the full [documentation here](https://r2explorer.dev/).
5+
You can read the full [documentation here](https://r2explorer.com/).
66

77
## Get started
88

@@ -14,8 +14,8 @@ You can read the full [documentation here](https://r2explorer.dev/).
1414

1515
### Optional Steps
1616

17-
1. Read only mode is enabled by default, disable it in `src/index.ts`, [documentation here](https://r2explorer.dev/getting-started/configuration/#disabling-readonly-mode).
18-
2. Learn how to secure your R2 Explorer in the official [documentation here](https://r2explorer.dev/getting-started/security/).
17+
1. Read only mode is enabled by default, disable it in `src/index.ts`, [documentation here](https://r2explorer.com/getting-started/configuration/#disabling-readonly-mode).
18+
2. Learn how to secure your R2 Explorer in the official [documentation here](https://r2explorer.com/getting-started/security/).
1919

2020
## Updating the instance
2121

template/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { R2Explorer } from "r2-explorer";
22

3-
// Read all available configurations here: https://r2explorer.dev/getting-started/configuration/
3+
// Read all available configurations here: https://r2explorer.com/getting-started/configuration/
44
export default R2Explorer({
55
readonly: true,
66
// basicAuth: {

template/wrangler.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ main = "src/index.ts"
44
assets = { directory = "node_modules/r2-explorer/dashboard", binding = "ASSETS", html_handling = "auto-trailing-slash", not_found_handling = "single-page-application" }
55

66
# Bind R2 Buckets to your application.
7-
# Docs: https://r2explorer.dev/getting-started/add-r2-buckets/
7+
# Docs: https://r2explorer.com/getting-started/add-r2-buckets/
88
[[r2_buckets]]
99
binding = "BUCKET"
1010
bucket_name = "bucket"

0 commit comments

Comments
 (0)