iAmTheTot

joined 1 year ago
[–] iAmTheTot@sh.itjust.works 17 points 6 hours ago

No. I am a huge Elder Scrolls fan but I have zero hope for 6.

[–] iAmTheTot@sh.itjust.works 2 points 21 hours ago (3 children)

That's not quite the same as what I said but okay.

[–] iAmTheTot@sh.itjust.works 1 points 1 day ago

Right, I agree that monopolies and consolidation are bad, I suppose that's just not the emphasis I read in the OP.

[–] iAmTheTot@sh.itjust.works 2 points 1 day ago

I don't disagree that consolidation is bad for consumers.

[–] iAmTheTot@sh.itjust.works 4 points 1 day ago

Well they're not giving the chocolate to dogs.

[–] iAmTheTot@sh.itjust.works 8 points 1 day ago (12 children)

I mean, I'm not trying to argue the dystopian part, though I do wonder why this specifically is what makes you think it is dystopian.

Mars has been making pet foods for over thirty years. Branching into pet care isn't a huge stretch.

And like... I like both chocolate candies and pets. If I started a company that made both chocolates and cared for pets, why is that aspect dystopian?

[–] iAmTheTot@sh.itjust.works 0 points 2 days ago (1 children)

That's pretty rich to say from someone who offered no citations for their own claims.

[–] iAmTheTot@sh.itjust.works 2 points 3 days ago (1 children)

Neither! Tot as in tater tot, though I know that it's German for dead or something like that because I get asked this every once in a while lol.

[–] iAmTheTot@sh.itjust.works 1 points 3 days ago (4 children)

Whatever helps you sleep, I suppose.

[–] iAmTheTot@sh.itjust.works 27 points 3 days ago (15 children)

Look, I too wish that were true. But he is filthy, disgusting rich. Through Crypto scams alone his family has made more money than you or I will ever have earned in our entire lives, combined, by order of magnitudes.

[–] iAmTheTot@sh.itjust.works 7 points 3 days ago

Yeah not sure that one holds up. I'm happily on Linux now, but permissions are something that often creep up and I need to sudo often.

[–] iAmTheTot@sh.itjust.works 17 points 3 days ago

Failed state.

 

Check your emails. If you have not gotten one, you are not affected. If you do have one, read it carefully because what info got leaked is different for different people.

 

Use case: I want to make a kind of maintenance list of things that need to be done. Every week, every month, every quarter, every half year, you get the idea. Clean out the dishwasher filters, clean out the washer filters, car is due for oil change, etc.

I could just use any number calendar apps like google and stuff but I enjoy self-hosting my own stuff and owning as much of my own data as possible. Plus I am just having fun exploring FOSS software.

So, does anyone have a suggestion for a self-hosted app—probably a calendar—that can send me a reminder when events approach?

Cheers!

Edited to add, thanks for all the suggestions so far everyone. To be clear, I am specifically interested in self hosted software if only for the exploring and learning experience, but also for practical reasons such as ease of access from multiple devices as well as access for both me and my partner.

20
submitted 3 months ago* (last edited 3 months ago) by iAmTheTot@sh.itjust.works to c/rpg@ttrpg.network
 

My partner and I enjoy worldbuilding and we like bringing our world to different systems and seeing how our world looks and acts through the lens of that system.

For simplicity sake, imagine a typical fantasy setting. Elves, dwarves, orcs, magic, yadda. What would be your system of choice for playing in it?

If you don't like your standard fantasy, obviously this question is not directed at you.

Bonus points if you tell me what you like about your chosen setting in relation to a fantasy setting.

 

I know that this is an oversimplification but the process made me chuckle.

 
22
submitted 6 months ago* (last edited 6 months ago) by iAmTheTot@sh.itjust.works to c/selfhosted@lemmy.world
 

Hey all. I'm hosting a Docmost server for myself and some friends. Now, before everyone shouts "VPN!" at me, I specifically want help with this problem. Think of it as a learning experience.

The problem I have is that the Docmost server is accessible over internet and everyone can log on and use it, it's working fine. But when I try to access over LAN, it won't let me log in and I am 99% sure it's related to SSL certs over LAN from what I've read.

Here's the point I've gotten to with my own reading on this and I'm just stumped now:

I've got an UNRAID server hosted at 192.186.1.80 - on this server, there's a number of services running in docker containers. One of these services is Nginx Proxy Manager and it handles all my reverse proxying. This is all working correctly.

I could not for the life of me get Docmost working as a docker container on UNRAID, so instead I spun up a VM and installed it on there. That's hosted at 192.168.1.85 and NPM points to it when you try to access from docmost.example.com - that's all dandy.

Then, I installed Adguard Home in a docker container on my UNRAID server. I pointed my router at Adguard as a DNS server, and it seems to me that it's working fine. Internet's not broken and Adguard Home is reporting queries and blocks and all that good stuff. So that's all still working as it should, as far as I'm aware.

So, in Adguard Home I make a DNS Rewrite entry. I tell it to point docmost.example.com to 192.168.1.80, where NPM should be listening for traffic and reverse proxy me to the Docmost server... at least I thought that's what should happen, but actually nothing happens. I get a connection timed out error.

I'm still pretty new to a lot of this stuff and have tried to figure out a lot of things on my own, but at this point I feel stuck. Does anyone have advice or tips on how I can get this domain to resolve locally with certs?

I can provide more info if needed.

Cheers all!

Edited 19 April 2025 to add: Thanks for all the tips and suggestions everyone. I'm not 100% sure I fully wrap my head around what was going on here, but I did end up getting something working. I am going to continue looking into alternative solutions if only for educational purposes.

For anyone in future land who stumbles on this looking for help with a similar issue...

I'm not 100% sure what did end up fixing the issue, but I'll remark on some things I did here. Check my comments in threads below to see troubleshooting steps and advice from others.

This bit is specific to Docmost itself, but I ended up switching the APP_URL variable from https to http. This change allowed me to login to Docmost over LAN using the IP:Port of the service itself, though my browser was of course warning me that the connection was not secure.

It may be just because I restarted my PC between tries, but upon trying it again tonight, the domain resolved when I entered it into my browser... but the issue now was that it was just going to the UNRAID login page rather than getting proxied by Nginx (which as a reminder, runs in a container on UNRAID system).

So I decided to spin up a different Nginx Proxy Manager container running in a VM on a different local IP, and pointed my Adguard Home DNS rewrite entry to that IP instead of the UNRAID system. Once I configured the NPM at that IP to proxy the address to Docmost's IP:Port, voila! It worked! My friends were able to access Docmost at docmost.example.com and I was also able to access it at the same URL on my local network, and we were using the service simultaneously without issue.

 

cross-posted from: https://sh.itjust.works/post/27366526

I know that remakes and remasters are contentious, but let's pretend whatever game in question you're thinking of is handled with the utmost care by your favourite devs and they absolutely nail it.

Mine would be Shadow of Memories (called Shadow of Destiny in North America). It's legitimately one of my favourite games of all time but it kinda flew under the radar and I haven't met many people who know of it let alone played it. Seeing it get modern graphics, maybe some expanded mechanics, would be soooo cool.

 

I know that remakes and remasters are contentious, but let's pretend whatever game in question you're thinking of is handled with the utmost care by your favourite devs and they absolutely nail it.

Mine would be Shadow of Memories (called Shadow of Destiny in North America). It's legitimately one of my favourite games of all time but it kinda flew under the radar and I haven't met many people who know of it let alone played it. Seeing it get modern graphics, maybe some expanded mechanics, would be soooo cool.

view more: next ›