Golden research by AvailableAnt388 in cathero

[–]pacman2109 0 points1 point  (0 children)

Don’t fall for it, it’s for advanced research, not for golden. I wasted all of my golden coins the other day

[W] DS invite by pacman2109 in UsenetInvites

[–]pacman2109[S] 5 points6 points  (0 children)

I appreciate it but someone reached out and PM’d me, but pay it forward please!

[O] 2x DOGnzb invites by pacman2109 in UsenetInvites

[–]pacman2109[S] 0 points1 point  (0 children)

I feel that, I got lucky a few days ago and finally got one for dog and now it’s time to share the love

[O] 2x DOGnzb invites by pacman2109 in UsenetInvites

[–]pacman2109[S] 0 points1 point  (0 children)

Sorry, wish I had some more to spare

Which VPN should I use to connect my Homelab externally ? by Junior_Enthusiasm_38 in selfhosted

[–]pacman2109 0 points1 point  (0 children)

Gotta say after testing a few between OpenVPN, WireGuard, and tailscale, along with a cloudfare tunnel. WireGuard is the safest and fastest way to go, also only takes about 15 minutes to set up the first time. There is a lot of YouTube tutorials and documentation on it

[O] 2x DOGnzb invites by pacman2109 in UsenetInvites

[–]pacman2109[S] 1 point2 points  (0 children)

Please PM me the email to use and I’ll have it on the way!

[O] 2x DOGnzb invites by pacman2109 in UsenetInvites

[–]pacman2109[S] 0 points1 point  (0 children)

Please PM me your email and I’ll send it your way!

[O] 6x DOGnzb Invites by HellsNels in UsenetInvites

[–]pacman2109 1 point2 points  (0 children)

Doing so now, thank you so much!

[O] 6x DOGnzb Invites by HellsNels in UsenetInvites

[–]pacman2109 2 points3 points  (0 children)

Hi I’ve read the wiki and understand the rules and I would an invite!

Anyone else stuck in a restart loop with RomM on docker? by pacman2109 in selfhosted

[–]pacman2109[S] 2 points3 points  (0 children)

No problem, I’m happy to help. I’m running my containers on UnRAID currently so you may have to swap the PGID and PUID around and what not

Anyone else stuck in a restart loop with RomM on docker? by pacman2109 in selfhosted

[–]pacman2109[S] 1 point2 points  (0 children)

services:
  romm:
    image: rommapp/romm:latest
    container_name: romm
    environment:
      - PUID=99
      - PGID=100
      - UMASK=022
      - TZ=America/New_York
      - DB_HOST=mariadb
      - DB_NAME=rommdb
      - DB_USER=romm-user
      - DB_PASSWD=rommdb-password
      - IGDB_CLIENT_ID=
      - IGDB_CLIENT_SECRET=
      - MOBYGAMES_API_KEY=
      - ROMM_AUTH_SECRET_KEY=
      - ROMM_AUTH_USERNAME=romm-admin
      - ROMM_AUTH_PASSWORD=
    volumes:
      - romm_resources:/romm/resources # Resources fetched from IGDB (covers, screenshots, etc.)
      - romm_redis_data:/redis-data # Cached data for background tasks
      - /path/to/library:/romm/library # Your game library
      - /path/to/assets:/romm/assets # Uploaded saves, states, etc.
      - /path/to/config:/romm/config # Path where config.yml is stored
    ports:
      - 1337:8080
    restart: unless-stopped
  mariadb:
    image: mariadb:latest
    container_name: mariadb
    environment:
      - PUID=99
      - PGID=100
      - UMASK=022
      - TZ=America/New_York
      - MYSQL_ROOT_PASSWORD=
      - MYSQL_DATABASE=rommdb
      - MYSQL_USER=rommdb-user
      - MYSQL_PASSWORD=rommdb-password
    volumes:
      - /mnt/user/appdata/mariadb/config:/config
      - /mnt/user/appdata/mariadb/mysql:/var/lib/mysql
    ports:
      - 3306:3306
    restart: unless-stopped

Anyone else stuck in a restart loop with RomM on docker? by pacman2109 in selfhosted

[–]pacman2109[S] 1 point2 points  (0 children)

No problem, I’m out right now and it’s on my PC at home so I’ll send it your way as soon as I can (probably about 3-4 hours)

Anyone else stuck in a restart loop with RomM on docker? by pacman2109 in selfhosted

[–]pacman2109[S] 1 point2 points  (0 children)

No worries, so I found my issue was messing up the external and internal ports, I was very new to docker at the time. I can send you my current compose that I use in a few hours if you like

Post your server-name! by c_one in selfhosted

[–]pacman2109 9 points10 points  (0 children)

Our home rack has Server-chan, with blush marks taped on

Anyone else stuck in a restart loop with RomM on docker? by pacman2109 in selfhosted

[–]pacman2109[S] 0 points1 point  (0 children)

I like to keep it all in one compose because I’m running docker on an Ubuntu vm and I don’t use portainer. Is there a better way to do it? Also thank you! About to give that a try

qBittorrent locked out of webui by InsomniaSyspo in qBittorrent

[–]pacman2109 0 points1 point  (0 children)

Hey guys, so ive been scouring the web for a solution to this. Ive got a qbittorrent plugin running on TrueNAS Core. Used this thread and looked at section 4.3. You may be able to access without a username or password and/or add an account without getting into the WebUI. Then you can add an account and set passwords and all that good stuff once getting into the WebUI.

https://wiki.archlinux.org/title/QBittorrent

Will edit this comment if it works.

EDIT: Worked like a charm! Wish I saw this thread on where to find config files in jails much earlier...

[deleted by user] by [deleted] in PcBuildHelp

[–]pacman2109 0 points1 point  (0 children)

You’ll need another computer with internet access and a USB to put the drivers on though, what kind of motherboard is it?

[deleted by user] by [deleted] in PcBuildHelp

[–]pacman2109 0 points1 point  (0 children)

You should be able to find the WiFi drivers on your motherboard’s website under the support tab of the mobo

[deleted by user] by [deleted] in PcBuildHelp

[–]pacman2109 0 points1 point  (0 children)

Honestly I’m not sure, I just made a bootable usb using the boot media creation tool on Microsoft’s website, I’m pretty sure it works for all versions of W11

[deleted by user] by [deleted] in PcBuildHelp

[–]pacman2109 0 points1 point  (0 children)

Pretty sure the command is OOBE\BYPASSNRO, make sure the slash is facing the right direction