Skip to content

Commit

Permalink
docs: Change references from the old repo URL to the new one
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedBassem committed May 19, 2024
1 parent 8274d07 commit 1506ff0
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 21 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<div align="center">
<a href="https://github.com/MohamedBassem/hoarder-app/actions/workflows/ci.yml">
<img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/MohamedBassem/hoarder-app/ci.yml" />
<a href="https://github.com/hoarder-app/hoarder/actions/workflows/ci.yml">
<img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/hoarder-app/hoarder/ci.yml" />
</a>
<a href="https://github.com/MohamedBassem/hoarder-app/releases">
<img alt="GitHub Release" src="https://img.shields.io/github/v/release/mohamedbassem/hoarder-app" />
<a href="https://github.com/hoarder-app/hoarder/releases">
<img alt="GitHub Release" src="https://img.shields.io/github/v/release/hoarder-app/hoarder" />
</a>
<a href="https://discord.gg/NrgeYywsFh">
<img alt="Discord" src="https://img.shields.io/discord/1223681308962721802?label=chat%20on%20discord" />
Expand All @@ -14,7 +14,7 @@

A self-hostable bookmark-everything app with a touch of AI for the data hoarders out there.

![homepage screenshot](https://github.com/MohamedBassem/hoarder-app/blob/main/screenshots/homepage.png?raw=true)
![homepage screenshot](https://github.com/hoarder-app/hoarder/blob/main/screenshots/homepage.png?raw=true)

## Features

Expand Down Expand Up @@ -82,4 +82,4 @@ I'm a systems engineer in my day job (and have been for the past 7 years). I did

## Star History

[![Star History Chart](https://api.star-history.com/svg?repos=MohamedBassem/hoarder-app&type=Date)](https://star-history.com/#MohamedBassem/hoarder-app&Date)
[![Star History Chart](https://api.star-history.com/svg?repos=hoarder-app/hoarder&type=Date)](https://star-history.com/#hoarder-app/hoarder&Date)
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/MohamedBassem/hoarder-app.git",
"url": "git+https://github.com/hoarder-app/hoarder.git",
"directory": "apps/cli"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion apps/landing/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import playStoreBadge from "@/public/google-play-badge.png";
import screenshot from "@/public/screenshot.png";
import { ExternalLink, Github } from "lucide-react";

const GITHUB_LINK = "https://github.com/MohamedBassem/hoarder-app";
const GITHUB_LINK = "https://github.com/hoarder-app/hoarder";
const DOCS_LINK = "https://docs.hoarder.app";
const DEMO_LINK = "https://try.hoarder.app";

Expand Down
5 changes: 2 additions & 3 deletions apps/web/app/dashboard/admin/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ import { Trash } from "lucide-react";
import { useSession } from "next-auth/react";

const REPO_LATEST_RELEASE_API =
"https://api.github.com/repos/mohamedbassem/hoarder-app/releases/latest";
const REPO_RELEASE_PAGE =
"https://github.com/MohamedBassem/hoarder-app/releases";
"https://api.github.com/repos/hoarder-app/hoarder/releases/latest";
const REPO_RELEASE_PAGE = "https://github.com/hoarder-app/hoarder/releases";

function useLatestRelease() {
const { data } = useQuery({
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/01-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ slug: /

Hoarder is an open source "Bookmark Everything" app that uses AI for automatically tagging the content you throw at it. The app is built with self-hosting as a first class citizen.

![Screenshot](https://raw.githubusercontent.com/MohamedBassem/hoarder-app/main/screenshots/homepage.png)
![Screenshot](https://raw.githubusercontent.com/hoarder-app/hoarder/main/screenshots/homepage.png)


## Features
Expand Down
6 changes: 3 additions & 3 deletions docs/docs/02-Installation/01-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ Create a new directory to host the compose file and env variables.

### 2. Download the compose file

Download the docker compose file provided [here](https://github.com/MohamedBassem/hoarder-app/blob/main/docker/docker-compose.yml).
Download the docker compose file provided [here](https://github.com/hoarder-app/hoarder/blob/main/docker/docker-compose.yml).

```
wget https://raw.githubusercontent.com/MohamedBassem/hoarder-app/main/docker/docker-compose.yml
wget https://raw.githubusercontent.com/hoarder-app/hoarder/main/docker/docker-compose.yml
```

### 3. Populate the environment variables
Expand All @@ -30,7 +30,7 @@ NEXTAUTH_URL=http://localhost:3000

You **should** change the random strings. You can use `openssl rand -base64 36` to generate the random strings. You should also change the `NEXTAUTH_URL` variable to point to your server address.

Using `HOARDER_VERSION=release` will pull the latest stable version. You might want to pin the version instead to control the upgrades (e.g. `HOARDER_VERSION=0.10.0`). Check the latest versions [here](https://github.com/MohamedBassem/hoarder-app/pkgs/container/hoarder-web).
Using `HOARDER_VERSION=release` will pull the latest stable version. You might want to pin the version instead to control the upgrades (e.g. `HOARDER_VERSION=0.10.0`). Check the latest versions [here](https://github.com/hoarder-app/hoarder/pkgs/container/hoarder-web).

Persistent storage and the wiring between the different services is already taken care of in the docker compose file.

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/02-Installation/02-unraid.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Docker Compose Manager Plugin (Recommended)

You can use [Docker Compose Manager](https://forums.unraid.net/topic/114415-plugin-docker-compose-manager/) plugin to deploy Hoarder using the official docker compose file provided [here](https://github.com/MohamedBassem/hoarder-app/blob/main/docker/docker-compose.yml). After creating the stack, you'll need to setup some env variables similar to that from the docker compose installation docs [here](/Installation/docker#3-populate-the-environment-variables).
You can use [Docker Compose Manager](https://forums.unraid.net/topic/114415-plugin-docker-compose-manager/) plugin to deploy Hoarder using the official docker compose file provided [here](https://github.com/hoarder-app/hoarder/blob/main/docker/docker-compose.yml). After creating the stack, you'll need to setup some env variables similar to that from the docker compose installation docs [here](/Installation/docker#3-populate-the-environment-variables).

## Community Apps

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/03-configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Configuration

The app is mainly configured by environment variables. All the used environment variables are listed in [packages/shared/config.ts](https://github.com/MohamedBassem/hoarder-app/blob/main/packages/shared/config.ts). The most important ones are:
The app is mainly configured by environment variables. All the used environment variables are listed in [packages/shared/config.ts](https://github.com/hoarder-app/hoarder/blob/main/packages/shared/config.ts). The most important ones are:

| Name | Required | Default | Description |
| ------------------------- | ------------------------------------- | --------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
Expand Down
8 changes: 4 additions & 4 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const config: Config = {
docs: {
sidebarPath: './sidebars.ts',
editUrl:
'https://github.com/MohamedBassem/hoarder-app/tree/main/docs/',
'https://github.com/hoarder-app/hoarder/tree/main/docs/',
routeBasePath: "/",
},
blog: false,
Expand Down Expand Up @@ -64,7 +64,7 @@ const config: Config = {
position: 'right',
},
{
href: 'https://github.com/MohamedBassem/hoarder-app',
href: 'https://github.com/hoarder-app/hoarder',
label: 'GitHub',
position: 'right',
},
Expand All @@ -87,7 +87,7 @@ const config: Config = {
items: [
{
label: 'GitHub',
href: 'https://github.com/MohamedBassem/hoarder-app',
href: 'https://github.com/hoarder-app/hoarder',
},
],
},
Expand All @@ -100,7 +100,7 @@ const config: Config = {
},
{
label: 'GitHub',
href: 'https://github.com/MohamedBassem/hoarder-app',
href: 'https://github.com/hoarder-app/hoarder',
},
{
label: 'Demo',
Expand Down

0 comments on commit 1506ff0

Please sign in to comment.