Merge pull request #89 from outis1one/claude/zealous-heisenberg-8ylloi
wolf: mount game storage at /mnt/games/* not /home/retro/* paths
This commit is contained in:
+16
-16
@@ -1004,7 +1004,7 @@ CATALOG = {
|
||||
name='WolfSteam', title='Steam',
|
||||
icon='https://games-on-whales.github.io/wildlife/apps/steam/assets/icon.png',
|
||||
image='ghcr.io/games-on-whales/steam:edge',
|
||||
mounts=[f'{games}/steam:/home/retro/.local/share/Steam:rw'],
|
||||
mounts=[f'{games}/steam:/mnt/games/steam:rw'],
|
||||
env=['PROTON_LOG=1', 'RUN_SWAY=true',
|
||||
'GOW_REQUIRED_DEVICES=/dev/input/* /dev/dri/* /dev/nvidia*'],
|
||||
cap_add=['SYS_ADMIN', 'SYS_NICE', 'SYS_PTRACE', 'NET_RAW', 'MKNOD', 'NET_ADMIN'],
|
||||
@@ -1017,9 +1017,9 @@ CATALOG = {
|
||||
icon='https://games-on-whales.github.io/wildlife/apps/es-de/assets/icon.png',
|
||||
image='ghcr.io/games-on-whales/es-de:edge',
|
||||
mounts=[f'{games}/roms:/ROMs:rw',
|
||||
f'{games}/saves:/home/retro/.config/retroarch/saves:rw',
|
||||
f'{games}/saves:/mnt/games/saves:rw',
|
||||
f'{games}/media:/media:rw',
|
||||
f'{games}/emulators:/home/retro/Applications:rw'],
|
||||
f'{games}/emulators:/mnt/games/emulators:rw'],
|
||||
env=STD_ENV, cap_add=STD_CAP, security_opt=[], ipc_mode='host',
|
||||
ulimits=[], privileged=False,
|
||||
),
|
||||
@@ -1027,7 +1027,7 @@ CATALOG = {
|
||||
name='WolfLutris', title='Lutris',
|
||||
icon='https://games-on-whales.github.io/wildlife/apps/lutris/assets/icon.png',
|
||||
image='ghcr.io/games-on-whales/lutris:edge',
|
||||
mounts=[f'{games}/lutris:/home/retro/.local/share/lutris:rw'],
|
||||
mounts=[f'{games}/lutris:/mnt/games/lutris:rw'],
|
||||
env=['RUN_SWAY=true',
|
||||
'GOW_REQUIRED_DEVICES=/dev/input/* /dev/dri/* /dev/nvidia*'],
|
||||
cap_add=['SYS_ADMIN', 'NET_RAW', 'MKNOD', 'NET_ADMIN'],
|
||||
@@ -1039,7 +1039,7 @@ CATALOG = {
|
||||
icon='https://games-on-whales.github.io/wildlife/apps/retroarch/assets/icon.png',
|
||||
image='ghcr.io/games-on-whales/retroarch:edge',
|
||||
mounts=[f'{games}/roms:/ROMs:rw',
|
||||
f'{games}/saves:/home/retro/.config/retroarch/saves:rw'],
|
||||
f'{games}/saves:/mnt/games/saves:rw'],
|
||||
env=STD_ENV, cap_add=STD_CAP, security_opt=[], ipc_mode='host',
|
||||
ulimits=[], privileged=False,
|
||||
),
|
||||
@@ -1047,7 +1047,7 @@ CATALOG = {
|
||||
name='WolfPrismLauncher', title='Prism Launcher',
|
||||
icon='https://games-on-whales.github.io/wildlife/apps/prismlauncher/assets/icon.png',
|
||||
image='ghcr.io/games-on-whales/prismlauncher:edge',
|
||||
mounts=[f'{games}/minecraft:/home/retro/.local/share/PrismLauncher:rw'],
|
||||
mounts=[f'{games}/minecraft:/mnt/games/minecraft:rw'],
|
||||
env=STD_ENV, cap_add=STD_CAP, security_opt=[], ipc_mode='host',
|
||||
ulimits=[], privileged=False,
|
||||
),
|
||||
@@ -1055,7 +1055,7 @@ CATALOG = {
|
||||
name='WolfKodi', title='Kodi',
|
||||
icon='https://games-on-whales.github.io/wildlife/apps/kodi/assets/icon.png',
|
||||
image='ghcr.io/games-on-whales/kodi:edge',
|
||||
mounts=[f'{games}/kodi:/home/retro/.kodi:rw'],
|
||||
mounts=[f'{games}/kodi:/mnt/games/kodi:rw'],
|
||||
env=STD_ENV, cap_add=STD_CAP, security_opt=[], ipc_mode='host',
|
||||
ulimits=[], privileged=False,
|
||||
),
|
||||
@@ -1063,7 +1063,7 @@ CATALOG = {
|
||||
name='WolfFirefox', title='Firefox',
|
||||
icon='https://games-on-whales.github.io/wildlife/apps/firefox/assets/icon.png',
|
||||
image='ghcr.io/games-on-whales/firefox:edge',
|
||||
mounts=[f'{games}/firefox:/home/retro/.mozilla:rw'],
|
||||
mounts=[f'{games}/firefox:/mnt/games/firefox:rw'],
|
||||
env=STD_ENV, cap_add=STD_CAP, security_opt=[], ipc_mode='host',
|
||||
ulimits=[], privileged=False,
|
||||
),
|
||||
@@ -1245,7 +1245,7 @@ CATALOG = {
|
||||
name='WolfSteam', title='Steam',
|
||||
icon='https://games-on-whales.github.io/wildlife/apps/steam/assets/icon.png',
|
||||
image='ghcr.io/games-on-whales/steam:edge',
|
||||
mounts=[f'{games}/steam:/home/retro/.local/share/Steam:rw'],
|
||||
mounts=[f'{games}/steam:/mnt/games/steam:rw'],
|
||||
env=['PROTON_LOG=1', 'RUN_SWAY=true',
|
||||
'GOW_REQUIRED_DEVICES=/dev/input/* /dev/dri/* /dev/nvidia*'],
|
||||
cap_add=['SYS_ADMIN', 'SYS_NICE', 'SYS_PTRACE', 'NET_RAW', 'MKNOD', 'NET_ADMIN'],
|
||||
@@ -1259,9 +1259,9 @@ CATALOG = {
|
||||
icon='https://games-on-whales.github.io/wildlife/apps/es-de/assets/icon.png',
|
||||
image='ghcr.io/games-on-whales/es-de:edge',
|
||||
mounts=[f'{games}/roms:/ROMs:rw',
|
||||
f'{games}/saves:/home/retro/.config/retroarch/saves:rw',
|
||||
f'{games}/saves:/mnt/games/saves:rw',
|
||||
f'{games}/media:/media:rw',
|
||||
f'{games}/emulators:/home/retro/Applications:rw'],
|
||||
f'{games}/emulators:/mnt/games/emulators:rw'],
|
||||
env=STD_ENV, cap_add=STD_CAP, security_opt=[], ipc_mode='host',
|
||||
ulimits=[], privileged=False,
|
||||
),
|
||||
@@ -1269,7 +1269,7 @@ CATALOG = {
|
||||
name='WolfLutris', title='Lutris',
|
||||
icon='https://games-on-whales.github.io/wildlife/apps/lutris/assets/icon.png',
|
||||
image='ghcr.io/games-on-whales/lutris:edge',
|
||||
mounts=[f'{games}/lutris:/home/retro/.local/share/lutris:rw'],
|
||||
mounts=[f'{games}/lutris:/mnt/games/lutris:rw'],
|
||||
env=['RUN_SWAY=true',
|
||||
'GOW_REQUIRED_DEVICES=/dev/input/* /dev/dri/* /dev/nvidia*'],
|
||||
cap_add=['SYS_ADMIN', 'NET_RAW', 'MKNOD', 'NET_ADMIN'],
|
||||
@@ -1281,7 +1281,7 @@ CATALOG = {
|
||||
icon='https://games-on-whales.github.io/wildlife/apps/retroarch/assets/icon.png',
|
||||
image='ghcr.io/games-on-whales/retroarch:edge',
|
||||
mounts=[f'{games}/roms:/ROMs:rw',
|
||||
f'{games}/saves:/home/retro/.config/retroarch/saves:rw'],
|
||||
f'{games}/saves:/mnt/games/saves:rw'],
|
||||
env=STD_ENV, cap_add=STD_CAP, security_opt=[], ipc_mode='host',
|
||||
ulimits=[], privileged=False,
|
||||
),
|
||||
@@ -1289,7 +1289,7 @@ CATALOG = {
|
||||
name='WolfPrismLauncher', title='Prism Launcher',
|
||||
icon='https://games-on-whales.github.io/wildlife/apps/prismlauncher/assets/icon.png',
|
||||
image='ghcr.io/games-on-whales/prismlauncher:edge',
|
||||
mounts=[f'{games}/minecraft:/home/retro/.local/share/PrismLauncher:rw'],
|
||||
mounts=[f'{games}/minecraft:/mnt/games/minecraft:rw'],
|
||||
env=STD_ENV, cap_add=STD_CAP, security_opt=[], ipc_mode='host',
|
||||
ulimits=[], privileged=False,
|
||||
),
|
||||
@@ -1297,7 +1297,7 @@ CATALOG = {
|
||||
name='WolfKodi', title='Kodi',
|
||||
icon='https://games-on-whales.github.io/wildlife/apps/kodi/assets/icon.png',
|
||||
image='ghcr.io/games-on-whales/kodi:edge',
|
||||
mounts=[f'{games}/kodi:/home/retro/.kodi:rw'],
|
||||
mounts=[f'{games}/kodi:/mnt/games/kodi:rw'],
|
||||
env=STD_ENV, cap_add=STD_CAP, security_opt=[], ipc_mode='host',
|
||||
ulimits=[], privileged=False,
|
||||
),
|
||||
@@ -1305,7 +1305,7 @@ CATALOG = {
|
||||
name='WolfFirefox', title='Firefox',
|
||||
icon='https://games-on-whales.github.io/wildlife/apps/firefox/assets/icon.png',
|
||||
image='ghcr.io/games-on-whales/firefox:edge',
|
||||
mounts=[f'{games}/firefox:/home/retro/.mozilla:rw'],
|
||||
mounts=[f'{games}/firefox:/mnt/games/firefox:rw'],
|
||||
env=STD_ENV, cap_add=STD_CAP, security_opt=[], ipc_mode='host',
|
||||
ulimits=[], privileged=False,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user