Asparagus0098

joined 5 months ago
[โ€“] Asparagus0098 2 points 1 month ago* (last edited 1 month ago) (4 children)

You don't need 2 reverse proxies as others have said. What I did is just add a DNS rewrite entry in my adguardhome instance to point my domain.tld to the LAN IP of my reverse proxy.

[โ€“] Asparagus0098 1 points 1 month ago

The Talos Principle: Gold Edition

I remember back when I was a kid, playing these random games with my siblings and friends. I still remember some of those games like feeding frenzy, farm frenzy and big city adventure.

[โ€“] Asparagus0098 6 points 1 month ago* (last edited 1 month ago) (1 children)

I use some generic names.

  • Phone: phone
  • Current Laptop: fedora
  • Old laptop: laptop
  • Router: openwrt
[โ€“] Asparagus0098 6 points 1 month ago

Yeah obsidian's pretty nice. I use the daily notes feature built into it for my journal.

[โ€“] Asparagus0098 3 points 1 month ago

I actually use both in fish. I use aliases for some longer commands. For example I have la as an alias for eza -la --icons=auto --group-directories-first because I don't really want to see it every time I run la. I use abbreviations for some shorter commands. For example systemctl abbreviated to sys and systemctl --user abbreviated to sysu.

[โ€“] Asparagus0098 5 points 1 month ago* (last edited 1 month ago) (1 children)

I ran a podman quadlet setup as a test some time ago. My setup was a little like this:

  • Create a pod if the app uses multiple containers
  • Create a seperate network for each app (an app is either a single container or multiple containers grouped in a pod)
  • Add the reverse proxy container to all networks
  • I don't expose any ports to the host unless necessary

If you create a new network in podman you can access other containers and pods in the same network with their name like so container_name:port or pod_name:port. This functionality is disabled in the default network by default. This works at least in the newer versions last I tried, so I have no idea about older podman versions.

For auto-updates just add this in your .container file under [Container] section:

[Container]
AutoUpdate=registry

Now there's two main ways you can choose to update:

  1. Enable podman-auto-update.timer to enable periodic updates similar to watchtower
  2. Run podman auto-update manually
# Check for updates
podman auto-update --dry-run

# Update containers
podman auto-update
[โ€“] Asparagus0098 2 points 1 month ago

If you run adguard home it's pretty easy. Just add a DNS rewrite to your local IP.

[โ€“] Asparagus0098 4 points 1 month ago* (last edited 1 month ago) (1 children)

~~How are you running nginx and immich exactly? With containers or on the host?~~

I don't know nixos that much but that looks like nixos configuration to me, so it's running on the host I assume?

[โ€“] Asparagus0098 1 points 1 month ago (1 children)

You'd need to install the windows version of steam within the prefix you launch the game probably. I haven't tried so that's just a guess.

[โ€“] Asparagus0098 3 points 1 month ago* (last edited 1 month ago) (1 children)

Personally, I always use MusicBrainz Picard to tag any music I download, so it doesn't matter if what I downloaded has incomplete metadata.

If I don't end up finding the correct release for metadata on MusicBrainz, then I just add it to the database myself (there's tools and scripts to make it easier to add digital releases).

[โ€“] Asparagus0098 2 points 1 month ago
view more: โ€น prev next โ€บ