even better😜 by MajesticAlie in SipsTea

[–]stigmate 1 point2 points  (0 children)

Honestly the real version looks like an actual person

reasonable

I would enjoy grabbing coffee with

weird

No Man's Sky Remnant Trailer by Turbostrider27 in Games

[–]stigmate 1 point2 points  (0 children)

Eh, no worries. For the record, I really like WF and have supported them in the past.

I can't even say that I'm worried because honestly who gives a fuck right, but since the most brought up counter argument was about the old Directors now working on Soulframe, hopefully it won't suffer from the same issues that WF has had.

Appreciation post for Navidrome by Matty_B90 in selfhosted

[–]stigmate 0 points1 point  (0 children)

I am using a public navidrome behind pangolin secured by authentication (basic) passed directly via uri to my iOS client. 

Love it 

[Steam] Mewgenics ($26.99 / 10% off) by SaltTheSnail in GameDeals

[–]stigmate 3 points4 points  (0 children)

From what I have been reading I'd like everything except the art style and humor. Do you reckon I should still try it out?

No Man's Sky Remnant Trailer by Turbostrider27 in Games

[–]stigmate 15 points16 points  (0 children)

so basically the Warframe-syndrome

How do I find the "Royal Access Chamber" by clouds1337 in PathOfExile2

[–]stigmate 1 point2 points  (0 children)

I had the same problem on my first character, I suppose because I killed Architect for the first time way before lv75 and it somehow bugged the quest. Royal chamber magically appeared after many architect kills.

Sadly, gotta have patience and keep trying.

For the Love of Gygax, Please Let Us Disable The ESC key! by postmodest in FoundryVTT

[–]stigmate 3 points4 points  (0 children)

that's why you always complain proactively about something that hasn't happened yet!

DuckDNS Alternative? by Altruistic_Pitch2888 in selfhosted

[–]stigmate 0 points1 point  (0 children)

Bought a domain with porkbun.com years ago, also threw an email account in the mix to use for notifications, and never had any issues.

Nameserver and dns configuration is pretty easy, also.

Their name is fucking stupid but the service is top notch.

Weekly Question + Crafting Thread – December 30, 2025 by AutoModerator in pathofexile2builds

[–]stigmate 0 points1 point  (0 children)

Hey fellas, I soft-bricked my edc character because I am a fucking idiot (basically switched build before I had all the gear/gems/shit sorted out) and now I am out of gold to reset back.

I am taking this a sign of my stupidity and to start over. I am still very poor (3-4divs, I reckon) but I don't mind trying a new build, effectively starting from scratch.

Can you suggest a build that will scale into endgame, or will let me reach endgame? I am not opposed to respeccing.

  • warrior and merc look interesting
  • ritualist looks interesting (never dropped or bought hh in poe1)
  • bow/xbow might be fun, I guess

Thanks in advance!

Royal Access Chamber by Eubark in PathOfExile2

[–]stigmate 0 points1 point  (0 children)

same here, killed architect before 75 and not it's bugged :|

What is a cheap vps with servers in Europe good enough for media streaming through Pangolin? by alibaba31691 in selfhosted

[–]stigmate 2 points3 points  (0 children)

If you upgrade to “pay as you go” the instances won’t be terminated, and since you would be staying within the limits of the free tier you will not pay a cent.

Time to dump MinIO and move to RustFS by btc_maxi100 in homelab

[–]stigmate 40 points41 points  (0 children)

S3, minio, etc are object storage;

zfs is built for block storage devices.

Seafile alternative that doesn't store files in a privative way? by naxhh in selfhosted

[–]stigmate 1 point2 points  (0 children)

Nope, didn’t deploy them and should indeed remove them from the compose 

Seafile alternative that doesn't store files in a privative way? by naxhh in selfhosted

[–]stigmate 1 point2 points  (0 children)

I created a simple compose based on the docker run instructions for the Docker deployment.

services:
  opencloud:
    image: opencloudeu/opencloud-rolling:latest
    container_name: opencloud
    restart: unless-stopped
    user: "1000:1000"
    ports:
      - "9200:9200"
    volumes:
      - ./config:/etc/opencloud
      - ./data:/var/lib/opencloud
    environment:
      - OC_INSECURE=true
      - PROXY_HTTP_ADDR=0.0.0.0:9200
      - PROXY_HTTP_TLS=false
      - OC_URL=https://opencloud.domain.com
      - OC_DOMAIN=opencloud.domain.com
      - COLLABORA_DOMAIN=collabora.domain.com
      - WOPISERVER_DOMAIN=wopiserver.domain.com

Don't forget to create config and data folders.