iturnedintoanewt

joined 1 year ago
[–] iturnedintoanewt@lemm.ee 2 points 8 hours ago

Seems I can't see the image in full res? Looks blurry and unreadable, just the preview somehow.

[–] iturnedintoanewt@lemm.ee 1 points 21 hours ago

Thanks...So yeah, you need the GOTY version. I have the barebones one, just Fallout 4. And with this one, it's missing a few DLCs for the mod to be able to install.

[–] iturnedintoanewt@lemm.ee 6 points 1 day ago (1 children)

Grapheneos people have said so repeatedly in their documentation. At least for the activation part. Once the eSIM is downloaded/installed, it's no longer needed i think.

[–] iturnedintoanewt@lemm.ee 2 points 1 day ago (2 children)

You also need several DLC, right? Not the bare bones version.

[–] iturnedintoanewt@lemm.ee 1 points 2 days ago (2 children)

Thanks I appreciate your reply... I have a bit of concern about an unprivileged container having firewall limitations (as I might have read in the past this was...finicky), but I'm going to give it a shot.

[–] iturnedintoanewt@lemm.ee 3 points 2 days ago

Pixel 7 here from S10e. Still sucks. I hear finally Pixel 9 fixed it.

 

Hi guys!

Back in the day I used to have a VM holding nginx and all the crap exposed...and I did set it up with fail2ban. I moved away from it, as the OS upgrade was turning messy, and rebuilt onto an LXC container. How should I use fail2ban/iptables in order to protect/harden my LXC container/server? Do the same conditions apply, or will I have any limitations/issues due to the container itself?

Thanks!

[–] iturnedintoanewt@lemm.ee 1 points 6 days ago (1 children)

How can i get it running for Lutris?

[–] iturnedintoanewt@lemm.ee 0 points 6 days ago* (last edited 6 days ago) (4 children)

Thanks...I guess I phrased my question wrong. On ProtonUp-QT:

-Steam / Add Version / GE-Proton / GE-Proton9-13 is available to install

-Bottles / Add Version / GE-Proton / GE-Proton9-13 is available to install

-Lutris / Add Version / Wine-GE (this is where GE-Proton releases are listed!) / Ge-Proton8-26 is the latest available to install

 

So...I'm trying to get Proton 9.13, as I've just read it might be able to run The Casting of Frank Stone without crashes. And...I CAN SEE IT. When I choose Steam on ProtonUp-QT. Or when I choose Bottles. But when I choose Lutris, then add version...the latest GE-Proton it shows me is 8-26. Nothing newer than that. What gives? Why?

[–] iturnedintoanewt@lemm.ee 1 points 1 week ago (1 children)

services: jellystat-db: image: postgres:16-alpine container_name: jellystat-db restart: unless-stopped environment: POSTGRES_USER: ${POSTGRES_USER} POSTGRES_PASSWORD: ${POSTGRES_PASSWORD} volumes: - postgres-data:/var/lib/postgresql/data networks: - jellystat jellystat: image: cyfershepard/jellystat:latest container_name: jellystat restart: unless-stopped environment: POSTGRES_USER: ${POSTGRES_USER} POSTGRES_PASSWORD: ${POSTGRES_PASSWORD} POSTGRES_IP: jellystat-db POSTGRES_PORT: 5432 JWT_SECRET: ${JWT_SECRET} TZ: Europe/Paris # timezone (ex: Europe/Paris) JS_BASE_URL: / volumes: - jellystat-backup-data:/app/backend/backup-data depends_on: - jellystat-db networks: - traefik - jellystat labels: - traefik.enable=true - traefik.docker.network=traefik - traefik.http.routers.jellystat.entrypoints=https - traefik.http.routers.jellystat.rule=Host(${HOSTNAME}) - traefik.http.routers.jellystat.tls.certresolver=http - traefik.http.routers.jellystat.service=jellystat - traefik.http.services.jellystat.loadbalancer.server.port=3000 - traefik.http.services.jellystat.loadbalancer.server.scheme=http networks: jellystat: {} traefik: external: true volumes: postgres-data: null jellystat-backup-data: null Hmmm thanks but I'm not using traefik...Is it part of the needed setup?

[–] iturnedintoanewt@lemm.ee 1 points 1 week ago* (last edited 1 week ago) (3 children)

Huh....so the log is just an almost infinite loop of these:

jellystat-1     | Error: getaddrinfo ENOTFOUND jellystat-db
jellystat-1     |     at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:120:26)
jellystat-1     | [JELLYSTAT] Database exists. Skipping creation
jellystat-1     | FS-related option specified for migration configuration. This resets migrationSource to default FsMigrations
jellystat-1     | FS-related option specified for migration configuration. This resets migrationSource to default FsMigrations
jellystat-1     | node:internal/process/promises:391
jellystat-1     |     triggerUncaughtException(err, true /* fromPromise */);
jellystat-1     |     ^
jellystat-1     | 
jellystat-1     | Error: getaddrinfo ENOTFOUND jellystat-db
jellystat-1     |     at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:120:26) {
jellystat-1     |   errno: -3008,
jellystat-1     |   code: 'ENOTFOUND',
jellystat-1     |   syscall: 'getaddrinfo',
jellystat-1     |   hostname: 'jellystat-db'
jellystat-1     | }

Just for clarity's sake, here's my docker-compose.yml:

version: '3'
services:
  jellystat-db:
    image: postgres:15.2
    environment:
      POSTGRES_DB: 'jfstat'
      POSTGRES_USER: postgres
      POSTGRES_PASSWORD: mypassword
    volumes:
    - /postgres-data:/var/lib/postgresql/data # Mounting the volume
  jellystat:
    image: cyfershepard/jellystat:latest
    environment:
      POSTGRES_USER: postgres
      POSTGRES_PASSWORD: MyJellystat
      POSTGRES_IP: jellystat-db
      POSTGRES_PORT: 5432
      JWT_SECRET: 'my-secret-jwt-key'
    ports:
      - "3000:3000" #Server Port
    volumes:
      - /backup-data:/app/backend/backup-data # Mounting the volume

    depends_on:
      - jellystat-db
    restart: unless-stopped
networks:
  default:

I literally haven't changed anything from default as it was a test, even the password fields.

[–] iturnedintoanewt@lemm.ee 2 points 1 week ago (1 children)

Not to mention you'd need moderation for all kinds of scams or even pedo stuff... It's a risky one.

[–] iturnedintoanewt@lemm.ee 2 points 1 week ago (1 children)

Thanks...I don't think think I have considered rTorrent before. But this one doesn't have a remote GUI client the way deluge and transmission allow their UI to connect to a remote daemon, right?

Regarding all the troubleshooting steps, thanks a lot. I'm going to go about enabling logging by default on the service, which is disabled and definitely doesn't help. I'm also considering to rebuild the whole thing, since it's running off of an older Ubuntu 20.04 container. I might as well take the chance to do it on 24.04. We'll see.

 

Hi guys! It's been a long while, and I still struggle with Deluge catching brand new releases of movies that just about everyone's downloading.

A bit of background, I have 1Gbps connection, and Deluge in headless mode (that's why I chose Deluge, for headless you get either Deluge or Transmission...AFAIK those are the only two supporting it).

So, whenever my -arr servers catch the latest release of the very latest movie or TV show, Deluge catches it, and faceplants it with a download error immediately. I can either "force check" or "resume". Either way (doesn't matter which), it will error again in a second or two. This struggle continues for a while of resume/error/resume, until it finally starts to download a larger chunk...for it to error again a minute or two later, after downloading several hundred MB. And then another section of constant errors. Finally, it will get stuck at the end at 99%, where it really needs a "force check" to find whatever data was corrupted, redownload that, and finish.

Any idea why this happens? Any way to fix/avoid it? I'm not sure deluge is connecting to fake seeders giving it corrupted data and it fails to catch/fix it. Any help would be very welcome. Thanks!

 

So...yeah. Looking at file size, it clearly beats older 264 or even 265. I don't mind if my server is going to have to transcode for most clients, I think the size difference in size might be worth it. But not sure which groups I could focus to look for these AV1 releases, seem they're quite scarce still?

 

Hi! I'm currently looking onto perhaps running Jellystat. But the instructions seem to be a bit...lacking? Is there a step by step guide on how to get it up and running?

Thanks!

 

Hi guys!

So...just that. I'm looking for some recent developments in the GH clones scene...maybe someone made some GH variation that includes venues and characters? It kinda gave the whole vibe to it.

I installed the mods for GHWT that allow me to play a bunch of extra songs, and that's neat and all, but it plays with an insufferable delay on Linux, way over the limit of what you can adjust/correct in game. It plays at perfect 30/60fps, but it just has intolerable input delay, which forces me to play it on Windows. So...I was wondering if there's anything newer, with more songs etc. And characters, and venues. And blackjack, and hookers.

Thanks!

24
submitted 1 month ago* (last edited 1 month ago) by iturnedintoanewt@lemm.ee to c/selfhosted@lemmy.world
 

Hi guys!

When I saw this tiny little guy, I had to go in and get it. And so I received it today. My first experience is...the software is a bit rough at the moment. And now I'm having trouble with the keyboard detection. It's no longer working, and I"m not sure what's wrong. Basically, it worked initially, but after I unplugged it to dump some isos onto it*, the USB keyboard emulation seems to no longer work.

And since I'm one of the very first users...I think have no documentation (yay). I see there's a Chinese forum where more people mention a USB keyboard issue, but I don't think this is sorted.

Anyone else tried it? How's your experiences so far? Any ideas how to fix the keyboard issues? Still, for all its initial wonkiness, I clearly see this as the future for a KVM device, instead of a full blown Raspberry Pi board, which I think is a bit overkill.

*: The 'full' version comes with an embedded 32GB microSD, of which 8GB is for the OS, but the remainder is a separate partition for ISOs...you connect it as a USB storage to a PC and drop your ISOs there. At the moment you don't seem to be able to mount a random file from your PC via the browser UI. Only ISO files it already has in its own storage.

 

So...after watching latest Noclip video, I was having a bit of a Wipeout itch...I have a rather decent gaming computer, but I was wondering what would be the best way to play the wipeout series...was 2097 the best one? Is there a good way to get it running at decent resolution/effects these days?

Thanks!

 

Hi guys! So, I have Proton Mail, and this also gives me the Calendar. I love that I have a encrypted private calendar, but it bothers me that it doesn’t play well with any other app, as it’s not officially a “calendar” to Android. This bothers me, because I use GrapheneOS, with mostly no Google services, and I'd like my Gadgetbridge-connected smartwatch to be able to display calendar events, since they're not being shared with anyone else. But I can't, because Proton Calendar isn't really an Android Calendar. There’s a way in Proton to permanently share a link to your private calendar. In effect, it’s an up-to-date .ics file, that I believe needs to be checked/downloaded every time there’s an update. Is there a way to update this in Proton? Alternatively, I wouldn’t mind creating some caldav system that imported this, but not sure if there’s already any guide for it?

Thanks so much!

 

Hi guys!

I'm setting up a recently wiped phone, and just finding out that in order to use gTranslate, not only you need the app Google Translate, you ALSO need the app Lens, with its own permissions, and then ALSO force feeds you the app Google. Is there a way to avoid this? Or an alternative that allows live image translation (from Chinese if possible) from what the camera is seeing? As, for a travel trip, so I can read signs and texts on the street.

Thanks!

 

So..in a short sentence...the title. I have a server in a remote location which also happens to be under CGNAT. I only get to visit this location once a year at best, so if anything goes off...It stays off for the rest of that year until I can go and troubleshoot. I have a main location/home where everything works, I get a fixed IP and I can connect multiple services as desired. I'd like to make this so I could publish internal servers such as HA or similar on this remote location, and reach them in a way easy enough that I could install the apps to non-tech users and they could just use them through a normal URL. Is this possible? I already have a PiVPN running wireguard on the main location, and I just tested an LXC container from remote location, it connects via wireguard to the main location just fine, can ping/ssh machines correctly. But I can't reach this VPN-connected machine from the main location. Alternatively, I'm happy to listen to alternative solutions/ideas on how to connect this remote location to the main one somehow.

Thanks!

 

Hi guys! So, yeah...Which games are good for a nice gaming session while on a flight? Last time I played one of the newer Tomb Raider games, and while performance was good, it decked (heh) the battery in less than 1h... So, while I like these too, if the flight doesn't have a socket under the seat I might want to play games that don't kill the battery immediately. What's your best/most addictive Deck games? Also, after the whole big N mess...how's the Switch emulation these days?

view more: next ›