• 0 Posts
  • 64 Comments
Joined 2 年前
Aquileo | cake
Cake day: 2025年1月22日

Aquileo | help-circle
  • Terraria hit a good spot for me. Was minecraft with things to actually discover underground. Can get to be more action-y when you do the bosses and such… but overall the game was magical just digging endlessly in a direction to see what weird stuff came up.

    But my top tier is heavily modded Bethesda games. The vanilla games are… fine… but the moddability really opens up to make it what you want. Id layer on hundreds of mods, some survival, some just cool additions like a mod that might make autumn leaves fall from certain trees, or add nature sounds throughout the whole world, mods to make your character get tired the more they run so you have to set up camp in a safe spot every so often, spells require components so you have to learn the native plantlife to know which to scavenge for, that kind of thing. You use the mediocre quests the base game gives you as a reason to start traveling in a direction, but you end up setting up camp in the wilderness staring at the stars outside a random castle ruin you found that you might explore in the morning. It requires a good bit of willpower to set up the mods how you like em, but there’s nothing like it once you do.

    Wabbajack is a project nowadays that let’s you clone super stable modlists. Might find some good baselines through that. I wouldn’t know… I got down the modding rabbit hole a decade ago and havent gotten out to actually play in ages.

    There’s a game called Eastshade that I might play sometime that looks like skyrim exploration… but instead of quest being combat, they’re instead quests to paint various scenes across the land. Seems like a quality wanderlust game. Haven’t yet played though

    7 Days to Die is another one that requires some elbow grease. It’s a pretty shitty zombie Sim game that devolves into silly base defense every 7 days with waves of zombies and turrets and stupid pit traps, etc. But I installed a mod called Undead Legacy, tweaked the spawn/difficulty settings to my liking, and installing a custom worldgen instead of using the base map, and then played it on ironman mode where I literally restarted if I ever died. It was pretty janky, but somehow magical. Exploring through the wilderness, scouting out towns and scavenging for supplies, taking everything leisurely/slow and methodical so I didn’t get myself killed. Ended up being very calming but paranoid wanderlust feel with spikes of adrenaline survival. I want to give project zomboid a go sometime for the same feel/goals

    That’s my problem, though, no one’s truly made a perfect wanderlust game… so I’ve always had to twist games that are close to my liking. I think the wanderlust genre is a bit of a personal genre in that way. The ambience and various dials need to be just right for you as an individual to truly lock in and get lost in it. And it almost always takes some mentality shifts on your part too. Not fast traveling, maybe even just walking slowly and smelling the flowers, etc. But its nice to have a compelling game ecosystem around that too.



  • Try playing with the mod Rampant with extra water to make a more mazey map. Deathworld settings if you can/want. It changes the mentality away from spreadsheet megabase optimization minmaxxing to instead be tower defense “slap something together and get it done, soldier!”.

    Makes it way more enjoyable for me as it gets rid of the perfection mentality and beings it back to being a game again. Things dont need to be perfect, and if you try to do so the bugs will just punish your fiddling by smashing your base. You gotta do things well enough to work but at a pace fast enough to stay alive. Whole different game. Way more fun, imo.

    I recently played a game with Rampant PLUS a mod called Bobs/Angels that makes the recipes more convoluted and hard. Was an amazing time. Here is the end base after 250 hrs in all its messy glory

    24/7 there was hordes of bugs assaulting the walls with crazy abilities. If a train didn’t pull up with bullets every few minutes the walls crumble



  • Noggog@programming.devtoMusic@lemmy.worldHow to de-spotify
    Aquileo | link
    Aquileo | fedilink
    English
    Aquileo | arrow-up
    5
    ·
    14 天前

    Self host your music (plex or navidrome). Was the first and best thing i ever bought homelab equipment to do. Get used to smart playlists.

    For recommendations, I had to code up my own app to close the gap. Nothing out there really put new stuff on a platter in my face and made it easy to grab the way I wanted it. Im a busy bee so we’ll see if i ever refactor it for general use beyond just exactly what I need it to be.

    Never really used true radio features. I mainly lean on tags, ratings, and smart playlists, so not too much of a help there. I think Plex has some sonic analysis and radio bits, but YMMV



  • I’ve had good success spinning up an authentik instance, and having my reverse proxy hit it first before it routes to the actual app. Puts another security layer in front in case sonarr itself has an issue, for ex.

    Caddy snippet

    
    handle {$host} {
    		route {
    			# always forward outpost path to actual outpost
    			reverse_proxy /outpost.goauthentik.io/* authentik-server-1:9000
    
    			# forward authentication to outpost
    			forward_auth authentik-server-1:9000 {
    				uri /outpost.goauthentik.io/auth/caddy
    
    				# capitalization of the headers is important, otherwise they will be empty
    				copy_headers X-Authentik-Username X-Authentik-Groups X-Authentik-Entitlements X-Authentik-Email X-Authentik-Name X-Authentik-Uid X-Authentik-Jwt X-Authentik-Meta-Jwks X-Authentik-Meta-Outpost X-Authentik-Meta-Provider X-Authentik-Meta-App X-Authentik-Meta-Version
    			}
    			
    			reverse_proxy {this_host_or_ip}:{this_port}
    		}
    }
    
    

    Not gonna solve all your problems. Works for 70% of apps. Nice to slap on when you can.







  • Star ratings and smart playlists! Oh my! I love this stuff. Im currently using plex, which allows for half stars since im a masochist

    I dont know that I need the full ten options, but 5 wasn’t quite enough for me. If there was like 7 star system id do that, hah.

    • 0.5 - I would delete if other people weren’t listening to the library. Never play again
    • 1 - on my shitlist. Unless something changes, will probably go to 0.5 stars the next time I hear it.
    • 1.5 to 2 - Not opposed, but forgettable or slightly not my style
    • 2.5 - average content. Not memorable but fine
    • 3 - solid content, still not memorable
    • 3.5 - the good stuff. I’ll put it on a solo car ride and generally not skip
    • 4 - Amazing songs. If I was to put a Playlist on for other people and not worry about it
    • 4.5 - Favorite songs. Maybe a fault or two but will still stay with me for a lifetime
    • 5 - Id play these for anyone without hesitation and then look at them and say “was that not perfection?!”

    For smart playlists:

    • playlists by star rating
      • alts for excluding facemelting stuff to play in public
    • Car ride - 3.5 stars and up + havent heard in a month
    • “Frontier” playlist. Only play things i havent heard in a year that aren’t 0.5 stars

    I generally listen to my frontier Playlist and try to rate as I go. Other playlists for when im listening but busy and just want the good stuff.

    I havent found a good way to tag on the go, unfortunately. Maybe someday







  • Noggog@programming.devtoSelfhosted@lemmy.worldSafely exposing services to the Internet
    Aquileo | link
    Aquileo | fedilink
    English
    Aquileo | arrow-up
    5
    ·
    Aquileo | edit-2
    2 个月前

    Posted in a similar thread

    My baseline is a public VPS with Pangolin/Crowdsec installed. I have authentik as a login system. Pangolin let’s me put authentik in front of any service so they have to log into it before it gets to the service in question whatsoever. This is different than the app itself just using Authentik as the OIDC provider. Helps give a bit of peace of mind with the services which themselves might not be security focused. Also, these pangolin routes are able to block anything outside my country by rules, so that trims a good portion of attacks as well.

    Some things don’t like that authentik layer in front though. Audiobookshelf’s phone app for example cant handle it. For that, I route those domains through cloudflare tunnels. Their tunnels do a good job blocking lots of attacks, so not having authentik in front is more acceptable.

    But then there’s jellyfin that doesnt want to be on cloudflare tunnels and doesnt want authentik in front. For that, I just have it on my pangolin side with only crowdsec helping. Not ideal, but best I can do without making my grandma install a VPN on a raspberry pi in so her TV can connect or some shit.

    And lastly, I have some private services like forgejo that don’t like authentik in front and only I myself care about. I tailscale to those rather than exposing sometimes.