diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 83058b5e1..e9d4ee405 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -11,13 +11,13 @@ body: - type: markdown attributes: value: | - Have a question? 👉 [Start a new discussion](https://github.com/benphelps/homepage/discussions/new) or [ask in chat](https://discord.gg/SaPGSzrEZC). + Have a question? 👉 [Start a new discussion](https://github.com/gethomepage/homepage/discussions/new) or [ask in chat](https://discord.gg/SaPGSzrEZC). Before opening an issue, please double check: - [The troubleshooting guide](https://gethomepage.dev/latest/more/troubleshooting/). - [The homepage documentation](https://gethomepage.dev/) - - [Existing issues](https://github.com/benphelps/homepage/search?q=&type=issues) and [discussions](https://github.com/benphelps/homepage/search?q=&type=discussions). + - [Existing issues](https://github.com/gethomepage/homepage/search?q=&type=issues) and [discussions](https://github.com/gethomepage/homepage/search?q=&type=discussions). - type: textarea id: description attributes: @@ -95,5 +95,5 @@ body: required: true - label: Follow [the troubleshooting guide](https://gethomepage.dev/latest/more/troubleshooting/) (please include output above if applicable). required: true - - label: Search [existing issues](https://github.com/benphelps/homepage/search?q=&type=issues) and [discussions](https://github.com/benphelps/homepage/search?q=&type=discussions). + - label: Search [existing issues](https://github.com/gethomepage/homepage/search?q=&type=issues) and [discussions](https://github.com/gethomepage/homepage/search?q=&type=discussions). required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index a2ae1dfbc..e3f14d074 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,11 +1,11 @@ blank_issues_enabled: false contact_links: - name: 🤔 Questions and Help - url: https://github.com/benphelps/homepage/discussions + url: https://github.com/gethomepage/homepage/discussions about: This issue tracker is for bugs only, not general support questions. Please refer to our Discussions. - name: 💬 Chat url: https://discord.gg/k4ruYNrudu about: Want to discuss homepage with others? Check out our chat. - name: 🚀 Feature Request - url: https://github.com/benphelps/homepage/discussions/new?category=feature-requests + url: https://github.com/gethomepage/homepage/discussions/new?category=feature-requests about: Remember to search for existing feature requests and "up-vote" any you like diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 52d8f867f..9639995f4 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -105,7 +105,7 @@ jobs: BUILDTIME=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.created'] }} VERSION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }} REVISION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.revision'] }} - DEPRECATED_REPO=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.source'] == 'https://github.com/benphelps/homepage' }} + DEPRECATED_REPO=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.source'] == 'https://github.com/gethomepage/homepage' }} # https://github.com/docker/setup-qemu-action#about # platforms: linux/amd64,linux/arm64,linux/riscv64,linux/ppc64le,linux/s390x,linux/386,linux/mips64le,linux/mips64,linux/arm/v7,linux/arm/v6 platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a63198fa8..ef705612a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,8 +13,8 @@ We use github to host code, to track issues and feature requests, as well as acc ## Any contributions you make will be under the GNU General Public License v3.0 In short, when you submit code changes, your submissions are understood to be under the same [GNU General Public License v3.0](https://choosealicense.com/licenses/gpl-3.0/) that covers the project. Feel free to contact the maintainers if that's a concern. -## Report bugs using Github's [issues](https://github.com/benphelps/homepage/issues) -We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/benphelps/homepage/issues/new); it's that easy! +## Report bugs using Github's [issues](https://github.com/gethomepage/homepage/issues) +We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/gethomepage/homepage/issues/new); it's that easy! ## Write bug reports with detail, background, and sample configurations Homepage includes a lot of configuration options and is often deploying in larger systems. Please include as much information (configurations, deployment method, Docker & API versions, etc) as you can when reporting an issue. diff --git a/Dockerfile b/Dockerfile index 5019171cb..9600cc11c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,9 +37,9 @@ RUN npm run telemetry \ FROM docker.io/node:18-alpine AS runner LABEL org.opencontainers.image.title "Homepage" LABEL org.opencontainers.image.description "A self-hosted services landing page, with docker and service integrations." -LABEL org.opencontainers.image.url="https://github.com/benphelps/homepage" -LABEL org.opencontainers.image.documentation='https://github.com/benphelps/homepage/wiki' -LABEL org.opencontainers.image.source='https://github.com/benphelps/homepage' +LABEL org.opencontainers.image.url="https://github.com/gethomepage/homepage" +LABEL org.opencontainers.image.documentation='https://github.com/gethomepage/homepage/wiki' +LABEL org.opencontainers.image.source='https://github.com/gethomepage/homepage' LABEL org.opencontainers.image.licenses='Apache-2.0' ENV NODE_ENV production diff --git a/README.md b/README.md index b3a7ab778..a353c8618 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@

- GitHub Workflow Status (with event) + GitHub Workflow Status (with event)   Weblate   @@ -65,7 +65,7 @@ Using docker compose: version: "3.3" services: homepage: - image: ghcr.io/benphelps/homepage:latest + image: ghcr.io/gethomepage/homepage:latest container_name: homepage environment: PUID: 1000 -- optional, your user id @@ -88,7 +88,7 @@ docker run --name homepage \ -v /path/to/config:/app/config \ -v /var/run/docker.sock:/var/run/docker.sock:ro \ --restart unless-stopped \ - ghcr.io/benphelps/homepage:latest + ghcr.io/gethomepage/homepage:latest ``` ## With Node @@ -96,7 +96,7 @@ docker run --name homepage \ First, clone the repository: ```bash -git clone https://github.com/benphelps/homepage.git +git clone https://github.com/gethomepage/homepage.git ``` Then install dependencies and build the production bundle (I'm using pnpm here, you can use npm or yarn if you like): @@ -158,9 +158,9 @@ mkdocs serve # or build, to build the static site # Support & Suggestions -If you have any questions, suggestions, or general issues, please start a discussion on the [Discussions](https://github.com/benphelps/homepage/discussions) page. +If you have any questions, suggestions, or general issues, please start a discussion on the [Discussions](https://github.com/gethomepage/homepage/discussions) page. -For bug reports, please open an issue on the [Issues](https://github.com/benphelps/homepage/issues) page. +For bug reports, please open an issue on the [Issues](https://github.com/gethomepage/homepage/issues) page. ## Contributing & Contributers diff --git a/docs/configs/services.md b/docs/configs/services.md index 9f47cbbf2..3a099e631 100644 --- a/docs/configs/services.md +++ b/docs/configs/services.md @@ -121,7 +121,7 @@ Services may have an optional `ping` property that allows you to monitor the ava ping: http://some.other.host/ ``` -Ping +Ping You can also apply different styles to the ping indicator by using the `statusStyle` property, see [settings](settings.md#status-style). @@ -145,7 +145,7 @@ Services may be connected to a Docker container, either running on the local mac container: other-container ``` -Service Containers +Service Containers **Clicking on the status label of a service with Docker integration enabled will expand the container stats, where you can see CPU, Memory, and Network activity.** @@ -153,7 +153,7 @@ Services may be connected to a Docker container, either running on the local mac This can also be controlled with `showStats`. See [show docker stats](docker.md#show-docker-stats) for more information -Docker Stats Expanded +Docker Stats Expanded ## Service Integrations diff --git a/docs/installation/source.md b/docs/installation/source.md index 586b62bf2..42e5fe917 100644 --- a/docs/installation/source.md +++ b/docs/installation/source.md @@ -6,7 +6,7 @@ description: Install and run homepage from source First, clone the repository: ```bash -git clone https://github.com/benphelps/homepage.git +git clone https://github.com/gethomepage/homepage.git ``` Then install dependencies and build the production bundle (I'm using pnpm here, you can use npm or yarn if you like): diff --git a/docs/widgets/services/glances.md b/docs/widgets/services/glances.md index 3146176cb..8618eff75 100644 --- a/docs/widgets/services/glances.md +++ b/docs/widgets/services/glances.md @@ -3,7 +3,7 @@ title: Glances description: Glances Widget Configuration --- -glances +glances _(Find the Glances information widget [here](../info/glances.md))_ @@ -59,7 +59,7 @@ The metric field in the configuration determines the type of system monitoring d All widgets offer an alternative to the full or "graph" view, which is the compact, or "graphless" view. -Screenshot 2023-09-06 at 1 51 48 PM +Screenshot 2023-09-06 at 1 51 48 PM To switch to the alternative "graphless" view, simply passs `chart: false` as an option to the widget, like so: diff --git a/docs/widgets/services/mjpeg.md b/docs/widgets/services/mjpeg.md index d25a8de4e..2fefbec64 100644 --- a/docs/widgets/services/mjpeg.md +++ b/docs/widgets/services/mjpeg.md @@ -3,7 +3,7 @@ title: MJPEG description: MJPEG Stream Widget Configuration --- -![camera-preview](https://github.com/benphelps/homepage-docs/assets/82196/dc375ae3-0670-489f-8db6-83ff1f423d12) +![camera-preview](https://github.com/gethomepage/homepage-docs/assets/82196/dc375ae3-0670-489f-8db6-83ff1f423d12) Pass the stream URL from a service like [µStreamer](https://github.com/pikvm/ustreamer) or [camera-streamer](https://github.com/ayufan/camera-streamer). diff --git a/docs/widgets/services/syncthing-relay-server.md b/docs/widgets/services/syncthing-relay-server.md index aa51f1a1a..a60367733 100644 --- a/docs/widgets/services/syncthing-relay-server.md +++ b/docs/widgets/services/syncthing-relay-server.md @@ -3,7 +3,7 @@ title: Syncthing Relay Server description: Syncthing Relay Server Widget Configuration --- -Pulls stats from the [relay server](https://docs.syncthing.net/users/strelaysrv.html). [See here](https://github.com/benphelps/homepage/pull/230#issuecomment-1253053472) for more information on configuration. +Pulls stats from the [relay server](https://docs.syncthing.net/users/strelaysrv.html). [See here](https://github.com/gethomepage/homepage/pull/230#issuecomment-1253053472) for more information on configuration. Allowed fields: `["numActiveSessions", "numConnections", "bytesProxied"]`. diff --git a/src/components/version.jsx b/src/components/version.jsx index 7d2624286..a71ee49e1 100644 --- a/src/components/version.jsx +++ b/src/components/version.jsx @@ -33,7 +33,7 @@ export default function Version() { ) : (