diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 87d679876..21d56ccac 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ Please note that this project adheres to the Contributor Covenant [code of condu ### Contributing to the Wiki -If you would like to contribute to the project's [documentation](https://github.com/zurdi15/romm/wiki), reach out to the maintainers to get edit access. We welcome any contributions that help improve the documentation (new pages, updates, or corrections). +If you would like to contribute to the project's [documentation](https://github.com/rommapp/romm/wiki), reach out to the maintainers to get edit access. We welcome any contributions that help improve the documentation (new pages, updates, or corrections). ### How to Contribute Code @@ -42,7 +42,7 @@ Follow the existing code style used throughout the project. If working with VSCo ### Issue Reporting -If you encounter any bugs or have suggestions for improvements, please [create an issue](https://github.com/zurdi15/romm/issues) on GitHub. Provide as much detail as possible, including steps to reproduce the issue if applicable. +If you encounter any bugs or have suggestions for improvements, please [create an issue](https://github.com/rommapp/romm/issues) on GitHub. Provide as much detail as possible, including steps to reproduce the issue if applicable. ### Licensing diff --git a/README.md b/README.md index b3396f0f6..bbec869ba 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ > [!WARNING] -> Version 3.0 introduces exciting new fetures that require some changes to how RomM is setup and configured. **If you're currently running a 2.x version, please review the [migration guide](https://github.com/zurdi15/romm/wiki/Upgrading-to-3.0) before upgrading.** +> Version 3.0 introduces exciting new fetures that require some changes to how RomM is setup and configured. **If you're currently running a 2.x version, please review the [migration guide](https://github.com/rommapp/romm/wiki/Upgrading-to-3.0) before upgrading.** # Overview @@ -194,21 +194,21 @@ Here are a few projects that we think you might like: -[wiki-url]: https://github.com/zurdi15/romm/wiki -[wiki-supported-platforms-url]: https://github.com/zurdi15/romm/wiki/Supported-Platforms -[wiki-authentication-url]: https://github.com/zurdi15/romm/wiki/Authentication -[wiki-platforms-icons-url]: https://github.com/zurdi15/romm/wiki/Custom-Platform-Icons -[wiki-troubleshooting-url]: https://github.com/zurdi15/romm/wiki/Troubleshooting -[wiki-emulatorjs-url]: https://github.com/zurdi15/romm/wiki/EmulatorJS-Player -[wiki-env-variables]: https://github.com/zurdi15/romm/wiki/Environment-Variables -[wiki-scheduled-tasks]: https://github.com/zurdi15/romm/wiki/Scheduled-Tasks +[wiki-url]: https://github.com/rommapp/romm/wiki +[wiki-supported-platforms-url]: https://github.com/rommapp/romm/wiki/Supported-Platforms +[wiki-authentication-url]: https://github.com/rommapp/romm/wiki/Authentication +[wiki-platforms-icons-url]: https://github.com/rommapp/romm/wiki/Custom-Platform-Icons +[wiki-troubleshooting-url]: https://github.com/rommapp/romm/wiki/Troubleshooting +[wiki-emulatorjs-url]: https://github.com/rommapp/romm/wiki/EmulatorJS-Player +[wiki-env-variables]: https://github.com/rommapp/romm/wiki/Environment-Variables +[wiki-scheduled-tasks]: https://github.com/rommapp/romm/wiki/Scheduled-Tasks -[license-badge]: https://img.shields.io/github/license/zurdi15/romm?style=for-the-badge&color=a32d2a +[license-badge]: https://img.shields.io/github/license/rommapp/romm?style=for-the-badge&color=a32d2a [license-badge-url]: LICENSE -[release-badge]: https://img.shields.io/github/v/release/zurdi15/romm?style=for-the-badge -[release-badge-url]: https://github.com/zurdi15/romm/releases +[release-badge]: https://img.shields.io/github/v/release/rommapp/romm?style=for-the-badge +[release-badge-url]: https://github.com/rommapp/romm/releases [discord-badge]: https://img.shields.io/badge/discord-7289da?style=for-the-badge [discord-badge-url]: https://discord.gg/P5HtHnhUDH [unraid-badge]: https://img.shields.io/badge/Unraid-f57842?style=for-the-badge&labelColor=ee512b diff --git a/SECURITY.md b/SECURITY.md index 399020d0f..71508d11f 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,7 +6,7 @@ If you believe you have found a security vulnerability in RomM, please report it **Do not report security vulnerabilities through public GitHub issues, discussions, pull requests, or on our public Discord server.** -Instead, use the [vulnerability report form](https://github.com/zurdi15/romm/security/advisories/new) on GitHub. +Instead, use the [vulnerability report form](https://github.com/rommapp/romm/security/advisories/new) on GitHub. Please include as much of the information listed below as you can to help us better understand and resolve the issue: diff --git a/backend/endpoints/webrcade.py b/backend/endpoints/webrcade.py index 41deb0496..0ae1d5dd4 100644 --- a/backend/endpoints/webrcade.py +++ b/backend/endpoints/webrcade.py @@ -29,8 +29,8 @@ def platforms_webrcade_feed(request: Request) -> WebrcadeFeedSchema: "title": "RomM Feed", "longTitle": "Custom RomM Feed", "description": "Custom feed from your RomM library", - "thumbnail": "https://raw.githubusercontent.com/zurdi15/romm/f2dd425d87ad8e21bf47f8258ae5dcf90f56fbc2/frontend/assets/isotipo.svg", - "background": "https://raw.githubusercontent.com/zurdi15/romm/release/.github/screenshots/gallery.png", + "thumbnail": "https://raw.githubusercontent.com/rommapp/romm/f2dd425d87ad8e21bf47f8258ae5dcf90f56fbc2/frontend/assets/isotipo.svg", + "background": "https://raw.githubusercontent.com/rommapp/romm/release/.github/screenshots/gallery.png", "categories": [ { "title": p.name, diff --git a/backend/exceptions/fs_exceptions.py b/backend/exceptions/fs_exceptions.py index ef00aa942..466c7cfca 100644 --- a/backend/exceptions/fs_exceptions.py +++ b/backend/exceptions/fs_exceptions.py @@ -1,4 +1,4 @@ -folder_struct_msg = "Check RomM folder structure here: https://github.com/zurdi15/romm#-folder-structure" +folder_struct_msg = "Check RomM folder structure here: https://github.com/rommapp/romm?tab=readme-ov-file#folder-structure" class FolderStructureNotMatchException(Exception): diff --git a/backend/handler/gh_handler.py b/backend/handler/gh_handler.py index d6db36cd0..47aa0f046 100644 --- a/backend/handler/gh_handler.py +++ b/backend/handler/gh_handler.py @@ -35,7 +35,7 @@ class GHHandler: try: response = requests.get( - "https://api.github.com/repos/zurdi15/romm/releases/latest", timeout=5 + "https://api.github.com/repos/rommapp/romm/releases/latest", timeout=5 ) except ReadTimeout: log.warning("Timeout while connecting to Github") diff --git a/frontend/package.json b/frontend/package.json index 46fca82f6..980c5486e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -5,13 +5,13 @@ "author": "Zurdi ", "description": "A beautiful, powerful, self-hosted rom manager", "license": "GPL-3.0-only", - "homepage": "https://github.com/zurdi15/romm", + "homepage": "https://github.com/rommapp/romm", "repository": { "type": "git", - "url": "git+gihub.com/zurdi15/romm.git" + "url": "git+gihub.com/rommapp/romm.git" }, "bugs": { - "url": "https://github.com/zurdi15/romm/issues" + "url": "https://github.com/rommapp/romm/issues" }, "keywords": [ "rom", diff --git a/frontend/src/components/Drawer/Footer.vue b/frontend/src/components/Drawer/Footer.vue index e609d4113..0a1bb52f6 100644 --- a/frontend/src/components/Drawer/Footer.vue +++ b/frontend/src/components/Drawer/Footer.vue @@ -105,7 +105,7 @@ async function logout() { >See what's new! diff --git a/frontend/src/views/Settings/ControlPanel/Base.vue b/frontend/src/views/Settings/ControlPanel/Base.vue index 29b451a33..b8d077e67 100644 --- a/frontend/src/views/Settings/ControlPanel/Base.vue +++ b/frontend/src/views/Settings/ControlPanel/Base.vue @@ -45,7 +45,7 @@ const tab = ref("general"); RomM {{ heartbeatStore.value.VERSION }} mdi-circle-smallmdi-github - Github + Github mdi-circle-small Join to our Discord diff --git a/pyproject.toml b/pyproject.toml index edfbca29e..6543a3d5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ name = "romm" version = "0.0.1" description = "A beautiful, powerful, self-hosted rom manager" license = "GNU GPLv3" -repository = "https://github.com/zurdi15/romm" +repository = "https://github.com/rommapp/romm" authors = [ "Zurdi ", "Georges-Antoine Assi ", diff --git a/unraid_template/romm.xml b/unraid_template/romm.xml index 27b6ce6aa..f086836a4 100644 --- a/unraid_template/romm.xml +++ b/unraid_template/romm.xml @@ -6,8 +6,8 @@ sh false - https://github.com/zurdi15/romm/issues - https://github.com/zurdi15/romm + https://github.com/rommapp/romm/issues + https://github.com/rommapp/romm RomM is a game library manager focused on retro games. Manage and organize all of your games from a web browser. rom emulation gaming False @@ -15,17 +15,17 @@ 2023-08-06 http://[IP]:[PORT:8080] - https://raw.githubusercontent.com/zurdi15/romm/master/.github/resources/isotipo.png + https://raw.githubusercontent.com/rommapp/romm/master/.github/resources/isotipo.png MariaDB - https://raw.githubusercontent.com/zurdi15/romm/master/.github/resources/screenshots/home.png - https://raw.githubusercontent.com/zurdi15/romm/master/.github/resources/screenshots/gallery.png - https://raw.githubusercontent.com/zurdi15/romm/master/.github/resources/screenshots/details.png - https://raw.githubusercontent.com/zurdi15/romm/master/.github/resources/screenshots/search.png + https://raw.githubusercontent.com/rommapp/romm/master/.github/resources/screenshots/home.png + https://raw.githubusercontent.com/rommapp/romm/master/.github/resources/screenshots/gallery.png + https://raw.githubusercontent.com/rommapp/romm/master/.github/resources/screenshots/details.png + https://raw.githubusercontent.com/rommapp/romm/master/.github/resources/screenshots/search.png 8080 /mnt/user/appdata/romm/resources