• 0 Posts
  • 15 Comments
Joined 2 years ago
cake
Cake day: July 19th, 2023

help-circle
  • I’ll be honest that I haven’t watched his videos so maybe it ends up stable. TrueNAS basically says in their docs you can end up with weird issues.

    If you host it in proxmox directly there’s less overhead, as in it’s not going bare metal > proxmox > TrueNAS > application. You might run into issues but honestly try it and keep a configuration backup if it fails. Pcie passthrough instead of devices for the HBA card and any external graphics cards works the most stable but you won’t be able to “share” those resources.

    I personally like docker for most everything I can with a few things hosted within proxmox. I originally started with portainer which gave me a web GUI for docker but honestly docker-compose files are a better approach. So proxmox > debian > docker Proxmox > trueNAS and proxmox > other VMs. This has its own challenges like passing storage from the NAS to jellyfin but works for me.

    As for components, I’m stable on an old office desktop computer potato (albeit it does hit some limits with file transfers and transcoding multiple streams). I wouldn’t necessarily recommend going out and buying an equivalent but if you want to mess around, don’t be afraid of not enough resources in a test config.





  • Learning Linux is a great start.

    Learning any coding language will help you understand a bit more about the programs will work, however there isn’t much need to actually learn a specific language unless you plan to add custom programs or scripts.

    The general advice for email is don’t. It’s very risky to host and it’s a big target for spam. Plus there’s challenges getting the big companies to trust your domain.

    However hosting things behind a VPN (or locally on your home network) can let you learn a lot about networking and firewalls without exposing yourself to much risk.

    I have no direct experience with next cloud but I understand it can be hosted on Linux, you can buy a Synology NAS and run it in that, or use something like TrueNAS.

    Personally my setup is on one physical server so I use Proxmox which lets me run 2 different Linux servers and trueNAS on one single computer through virtual machines. I like it because it lets me tinker with different stuff like home assistant and it won’t affect say my adblocker/VPN/reverse proxy. I also use Docker to run multiple services on one virtual machine without compatibility issues. If I started again, I’d probably have gotten bigger drives or invested in SSDs. My NAS is hard drives because of cost but it’s definitely hitting a limit when I need to pull a bunch of files. Super happy with wireguard-easy for VPN. I started with a proprietary version of openVPN on Oracle Linux and that was a mistake.





  • It’s definitely tedious to track everything. I do like the import feature and it covers maybe 80% of day to day transactions but yeah it’s a pain to go and fix stuff. What your talking about with PayPal is what YNAB considers a transfer and payment and is usually part the 20% I have to fix. Bank to PayPal is a transfer transaction, PayPal to purchase is the payment. It can definitely get needlessly complicated and it sometimes automatically imports correctly, especially reoccurring payments or if the transfer is between two linked accounts.


  • So I’m not low low cost. Live on the east coast after moving from a high cost area of living so I could buy a home.

    Median household income is ~$80,000 here or $40k per person

    I spend ~$3300 a month for two people and pets living comfortably. I removed my mortgage and any car payments but that includes everything from auto insurance, home insurance, auto maintenance for two relatively new cars, groceries and utilities.

    Home taxes are $1600/year and home insurance is $550 but average around here are closer to $800. Not included in the total above.

    Home is ~1500 sqft

    • ~$200 for electric, no gas so that’s mostly air conditioning/heat. Prices go up in summer, don’t get much snow here so Winter is mostly off.

    • ~$50 Water includes sewer since we’re connected here. Other commenters can share about being on a well but if your buying off main sewer, expect to pay $$$ when it needs to be replaced. Set aside money as if you had a water payment and take care of it with maintenance.

    • HOA includes trash at $70 a month.

    • Internet, fiber is $50. Subscriptions are ~$45 on top. Phones are $60 for two lines. Most friends in more rural areas have cable/fiber but a few have satellite or just mobile phone Internet. About 2+ hours from nearest metropolitan city. Satellite is terrible and expensive so recommend checking https://broadbandmap.fcc.gov/ before you buy if that’s important to you.

    • Car insurance $200 for two cars covered 300/100. Gas is $200. Auto maintenance is $165 and includes taxes, and all the other fun stuff related to owning cars. – If your young, a guy, have accident history insurance will be higher. Don’t skip if you can’t afford to replace your car and don’t get budget insurance to save. Gas is probably going to depend on your commute. And maintenance is going to depend on your car. Taxes are $300-600 a year each car including property taxes, DMV registration, etc.

    • Groceries, $400-600. Eating out $200. This is probably the biggest variable expense.

    • $400 misc spending for two. Includes random shopping for the household and any fun money.

    • $300 for various gifts birthdays, Christmas, and extra spending to host Christmas or other events. Half of this is just building up for winter where we spend a decent chunk. Sometimes this is used to fly home for the holidays.

    • $400 home maintenance budget. Saving for big fixes or general repairs. This will be much higher there first two years. For reference I’ve got a few pending maintenance repairs that are likely to cost ~$6,000 each expected in the next 5-8 years. (HVAC, water heater, roof, landscaping to deal with erosion and eventually some remodeling). Budget also includes collecting tools.

    • Pets $200. Food, litter, toys, etc.

    • $130 Health related expenses. Doesn’t include insurance which is $400/month out of the paycheck.

    And I’m going to plug YNAB which is why I have these numbers, it costs $120/yr which is included. Highly recommend doing some kind of budgeting even if it’s on paper in a notebook once a month because all these costs can creep up. If you want free electronic use a spreadsheet.


  • Apparently you can save it to Google drive then download the Google drive program and make that folder available offline so it downloads it to the computer.

    1. When you setup the Google Takeout export choose Save in a Google Drive folder

    2. Install the Google Drive PC client (Drive for desktop)

    3. It will create a new drive (i.e. G:) in your explorer. Right click on the takeout folder and select “Make available offline”. All files in that folder will be downloaded by the Google Drive Desktop in the background, and you will be able to copy to another location, as they will be local files.


  • I’m using a commercial desktop with an i5 Sandy bridge. I maxed out to 32Gb of ram only because I’m running trueNAS, debian with containers, and home assistant. Most RAM goes to trueNAS and trueNAS doesn’t accurately report ram. For CPU, mostly just task limited but I don’t really think thats a proxmox issue. Obviously it’s not going to support an enterprise or even small business but it works for what I need of less than 4 users on my budget.

    Proxmox doesn’t really ask for much but I probably would recommend docker for your arm devices.


  • I keep everything behind a VPN so I don’t have to worry much about opening things up to the Internet. It’s not necessary about the fact that you’re probably fine but more so what the risk to you is if that device is compromised, ex: a NAS with important documents, or the idea that if that device is infected, what can that device access.

    You could expose your media server and not worry too much about that device but having it in a “demilitarized zone”, ensuring all your firewall rules are correct and that that service is always updated is more difficult than just one VPN that is designed to be secure from the ground up.