mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
update links to github
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
24
README.md
24
README.md
@@ -21,7 +21,7 @@
|
||||
<!-- # ⚠️ Breaking changes in version 3.0 ⚠️ -->
|
||||
|
||||
> [!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 links -->
|
||||
|
||||
[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
|
||||
|
||||
<!-- Badges -->
|
||||
|
||||
[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
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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):
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -5,13 +5,13 @@
|
||||
"author": "Zurdi <https://github.com/zurdi15>",
|
||||
"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",
|
||||
|
||||
@@ -105,7 +105,7 @@ async function logout() {
|
||||
><span class="ml-4"
|
||||
><a
|
||||
target="_blank"
|
||||
:href="`https://github.com/zurdi15/romm/releases/tag/v${newVersion}`"
|
||||
:href="`https://github.com/rommapp/romm/releases/tag/v${newVersion}`"
|
||||
>See what's new!</a
|
||||
></span
|
||||
>
|
||||
|
||||
@@ -45,7 +45,7 @@ const tab = ref("general");
|
||||
<span class="text-romm-accent-1">RomM</span>
|
||||
<span class="ml-1">{{ heartbeatStore.value.VERSION }}</span>
|
||||
<v-icon>mdi-circle-small</v-icon><v-icon>mdi-github</v-icon>
|
||||
<span class="ml-1"><a style="text-decoration: none; color: inherit" href="https://github.com/zurdi15/romm" target="_blank">Github</a></span>
|
||||
<span class="ml-1"><a style="text-decoration: none; color: inherit" href="https://github.com/rommapp/romm" target="_blank">Github</a></span>
|
||||
<v-icon>mdi-circle-small</v-icon>
|
||||
<span class="ml-1"><a style="text-decoration: none; color: inherit" href="https://discord.com/invite/P5HtHnhUDH" target="_blank">Join to our Discord</a></span>
|
||||
</v-row>
|
||||
|
||||
@@ -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 <https://github.com/zurdi15/>",
|
||||
"Georges-Antoine Assi <contact@me.gantoine.com>",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
<MyIP/>
|
||||
<Shell>sh</Shell>
|
||||
<Privileged>false</Privileged>
|
||||
<Support>https://github.com/zurdi15/romm/issues</Support>
|
||||
<Project>https://github.com/zurdi15/romm</Project>
|
||||
<Support>https://github.com/rommapp/romm/issues</Support>
|
||||
<Project>https://github.com/rommapp/romm</Project>
|
||||
<Overview>RomM is a game library manager focused on retro games. Manage and organize all of your games from a web browser.</Overview>
|
||||
<ExtraSearchTerms>rom emulation gaming</ExtraSearchTerms>
|
||||
<Beta>False</Beta>
|
||||
@@ -15,17 +15,17 @@
|
||||
<Date>2023-08-06</Date>
|
||||
<WebUI>http://[IP]:[PORT:8080]</WebUI>
|
||||
<TemplateURL/>
|
||||
<Icon>https://raw.githubusercontent.com/zurdi15/romm/master/.github/resources/isotipo.png</Icon>
|
||||
<Icon>https://raw.githubusercontent.com/rommapp/romm/master/.github/resources/isotipo.png</Icon>
|
||||
<ExtraParams/>
|
||||
<PostArgs/>
|
||||
<CPUset/>
|
||||
<Requires>
|
||||
MariaDB
|
||||
</Requires>
|
||||
<Screenshot>https://raw.githubusercontent.com/zurdi15/romm/master/.github/resources/screenshots/home.png</Screenshot>
|
||||
<Screenshot>https://raw.githubusercontent.com/zurdi15/romm/master/.github/resources/screenshots/gallery.png</Screenshot>
|
||||
<Screenshot>https://raw.githubusercontent.com/zurdi15/romm/master/.github/resources/screenshots/details.png</Screenshot>
|
||||
<Screenshot>https://raw.githubusercontent.com/zurdi15/romm/master/.github/resources/screenshots/search.png</Screenshot>
|
||||
<Screenshot>https://raw.githubusercontent.com/rommapp/romm/master/.github/resources/screenshots/home.png</Screenshot>
|
||||
<Screenshot>https://raw.githubusercontent.com/rommapp/romm/master/.github/resources/screenshots/gallery.png</Screenshot>
|
||||
<Screenshot>https://raw.githubusercontent.com/rommapp/romm/master/.github/resources/screenshots/details.png</Screenshot>
|
||||
<Screenshot>https://raw.githubusercontent.com/rommapp/romm/master/.github/resources/screenshots/search.png</Screenshot>
|
||||
<Config Name="Port" Target="8080" Default="8080" Mode="tcp" Description="" Type="Port" Display="always" Required="false" Mask="false">8080</Config>
|
||||
<Config Name="Library" Target="/romm/library/" Default="/romm/library" Mode="rw" Description="Game files" Type="Path" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="Resources" Target="/romm/resources/" Default="" Mode="rw" Description="Metadata storage (covers, screenshots, etc.)" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/romm/resources</Config>
|
||||
|
||||
Reference in New Issue
Block a user