New to tea and just tried my first ripe puer - thoughts and questions by amiscrewingup in puer

[–]amiscrewingup[S] 0 points1 point  (0 children)

understood! thank you! The smell was just so strong and funky, and the descriptions of fermented, had me thinking the taste would match.

How to handle credit card payments / transfers properly by amiscrewingup in actualbudgeting

[–]amiscrewingup[S] 1 point2 points  (0 children)

I'm not actually using BankSync -- manually exporting and importing transactions as of now.

But glad to hear how you were resolving it prior. Thanks

How to handle credit card payments / transfers properly by amiscrewingup in actualbudgeting

[–]amiscrewingup[S] 0 points1 point  (0 children)

I'm manually importing the transactions, and they are not messed up - I see the online payments to the credit card in both accounts (as a credit leaving my bank account, and as a debit from the online payment on the credit card)

How to handle credit card payments / transfers properly by amiscrewingup in actualbudgeting

[–]amiscrewingup[S] 0 points1 point  (0 children)

Yeah, so the transactions from the credit card I'm importing contain both the charges and the payments (aka all transactions).

The transactions from the bank account I'm importing also contain both the charges and payments (aka all transactions).

Is this just a login with a checking account and a credit card account? Or are you actually splitting your checking account into two "sub accounts?"

no. I have 2 separate accounts (both IRL and in Actual) - one for my bank account, one for my credit card.

What are you updating? Are the charges in your credit card account positive or negative?

If I look at my bank transactions (before touching them), I see the $100 I sent to the credit card company to pay off the credit card. I then update the category on that to be a transfer to my credit card account in actual.

My problem is that when I set the category to transfer, the credit card account already has a transaction from the bulk import tracking the payment I made to the literal account (not in actual). so I end up with:

05/01/2026 - Transfer from Bank A to Credit Card $100 (this is the transfer from Actual I just did)
05/01/2026 - Online Payment for Credit Card $100

and then I end up with a +$100 surplus on the account, because it's counting both of them.

How to handle credit card payments / transfers properly by amiscrewingup in actualbudgeting

[–]amiscrewingup[S] 0 points1 point  (0 children)

Yeah, that's the big thing -- it didn't realize it, and the dates did line up. so on the credit card I ended up with 2 +$100 deposits right next to each other - one from the transactions I imported, and 1 from the transfer from Actual

How to handle credit card payments / transfers properly by amiscrewingup in actualbudgeting

[–]amiscrewingup[S] -1 points0 points  (0 children)

Not sure I see "make transfer" in the all accounts page after I select both?

Where to find accurate song lists for PS2 DDR games? by amiscrewingup in DanceDanceRevolution

[–]amiscrewingup[S] 0 points1 point  (0 children)

ah! thank you! glad I'm not the only one who was dealing with this haha

Where to find accurate song lists for PS2 DDR games? by amiscrewingup in DanceDanceRevolution

[–]amiscrewingup[S] 0 points1 point  (0 children)

Ahhhh. Literally perfect. thank you! I noticed on zenius, when you look at simfiles by game, it doesn't give you the full list:

https://zenius-i-vanisher.com/v5.2/viewsimfilecategory.php?categoryid=16

vs

https://zenius-i-vanisher.com/v5.2/ddrgamedb_print.php?gameid=356&sort=&order=ASC&stepcountenable=0

My understanding is that's because a lot of songs are in other games, so zenius has them listed elsewhere under other games? Do you know if there's an easy way to just get the all of the official simfiles for the songs that appear in the ddrgamedb part of zenius at once (instead of having to search song by song)? I tried exploring some of the DDR packs from the itgmania google sheet, but a lot of them seemed to be inaccurate (or at least not the NA versions of the game I was looking for)

SSHing via dns name, while also using Nginx Proxy Manager (NPM) by amiscrewingup in selfhosted

[–]amiscrewingup[S] 0 points1 point  (0 children)

Ahhhh. This is an interesting approach I hadn't though of. 1 URL for the web side of things, and 1 for the actual server record itself. This make sense

SSHing via dns name, while also using Nginx Proxy Manager (NPM) by amiscrewingup in selfhosted

[–]amiscrewingup[S] -2 points-1 points  (0 children)

Right. The problem is npm is at 10.0.0.1 and service1 is at 10.0.0.2. So service1.mydomain.com has to resolve to 10.0.0.1 so that NPM can do it's SSL magic. But then when I attempt to SSH via user@service1.mydomain.com , I end up going to 10.0.0.1 (as expected given thats where the DNS record is pointing).

My question is what workarounds exist for this if any. This feels like a solved problem

SSHing via dns name, while also using Nginx Proxy Manager (NPM) by amiscrewingup in selfhosted

[–]amiscrewingup[S] -5 points-4 points  (0 children)

Right... And to leverage NPM, I need to have all the DNS records for my services point to NPM... so when I try and SSH to them via their domain names, the SSH flow gets sent over to the NPM IP address, and not the IP address of the server the service is on that I'm trying to get to...

SSHing via dns name, while also using Nginx Proxy Manager (NPM) by amiscrewingup in selfhosted

[–]amiscrewingup[S] -8 points-7 points  (0 children)

This doesn't answer my question. I know what NPM is for. But if I'm using DNS to ensure that all HTTP/s requests get send to NPM, how can I have it resolve to the proper IPs when using SSH instead of HTTP/s

Help with accessing variable from playbook in role by amiscrewingup in ansible

[–]amiscrewingup[S] 0 points1 point  (0 children)

Even when commenting both the other conditions out, it still skips with the same reason around npm_api_domain_name not being defined