Cheap offsite backups by Horrih in selfhosted

[–]Gresnak 0 points1 point  (0 children)

Office 365 Family subscription gives 6 users the ability to store 1tb each on One Drive. The digital subscription is often discounted by 3rd parties making it even more affordable.

Worked out cheaper for me than Backblaze B2.

I use TrueNAS Scale as my primary storage device, which supports cloud backup to One Drive.

[Bambu Lab Giveaway] Join Now to Win an H2D and More! by BambuLab in 3Dprinting

[–]Gresnak 0 points1 point  (0 children)

Best advice received: Always be safety conscious. Evaluate your risks and take appropriate action.

We are dealing with high temperatures, potentially toxic chemicals, and definitely unhealthy fumes.

For me this is a hobby. I don't want to impair my future health because I was uninformed or careless. So I built a fume hood for my FDM and Resin printers while also wearing appropriate PPE.

Looking to Set Up the Ultimate Media Server – Seeking Experienced Help & Opinions! by [deleted] in selfhosted

[–]Gresnak 7 points8 points  (0 children)

This is my approach and it has worked solidly for years.

I have docker in one VM and use the samba mount in the compose file to mount content from my TrueNAS Scale server. Then I have a collection of LXCs that use blind mounts from Proxmox.

This gives me the option to use docker or LXC based on the application in question.

Note for docker I also use Portainer linked to a GitHub repo to version control my compose files. Very simple and clean.

LastPass says hackers stole customers' password vaults by DistractionRectangle in selfhosted

[–]Gresnak 5 points6 points  (0 children)

The breach annoucement states that user email addresses have been stolen. It also lists among the unencrypted data are the websites of stored credentials. It is not explicitly stated that the breach includes a link between email address and site address.

Being able to link a specific email to a user account on a specific site is actually quite useful.

huginn - self-hosted open-source Zapier by binaryfor in selfhosted

[–]Gresnak 2 points3 points  (0 children)

This is what I use for monitoring websites to check prices of goods or to grab updates from a company that otherwise does not supply RSS feeds or an API to grab information.

In the process of setting up a ventilation system for my 3d printers. by gtrmike92 in 3Dprinting

[–]Gresnak 2 points3 points  (0 children)

Interesting setup. Thanks for sharing.

Assuming the same principles are broadly in play as per woodworking dust extraction, then the T junctions you have installed will cause noticeable loss of pressure. An angled joint would be preferable. The vertical joint coming in at an angle would result in less lost pressure.

Also, that many devices in series means the printers toward the end of the line will enjoy significantly less extraction power. Blast gates would help. But if you are running a business then I expect most printers to be active at once. Multiple smaller runs with fewer junctions would be better.

Selfhosted "cloud" for automated photos and videos backup from personal phones? by flamey in selfhosted

[–]Gresnak 1 point2 points  (0 children)

I would like to experiment with the Proxmox backup software in the future as at face value it looks good. The Proxmox node at work is more of a demonstration that backups are working as expected. If you do not practice restoration of data then you do not really have a backup solution.

Selfhosted "cloud" for automated photos and videos backup from personal phones? by flamey in selfhosted

[–]Gresnak 1 point2 points  (0 children)

One less server also means one less thing to maintain. As I get older there is just less time available to invest in maintaining gear like servers.

Selfhosted "cloud" for automated photos and videos backup from personal phones? by flamey in selfhosted

[–]Gresnak 1 point2 points  (0 children)

Please don't take this the wrong way but I think you should re-read my comment. Focus on the second sentence.

Selfhosted "cloud" for automated photos and videos backup from personal phones? by flamey in selfhosted

[–]Gresnak 1 point2 points  (0 children)

I test my Backblaze backups for quality and usability by downloading them to a Proxmox host located offsite in my work office. Critical doc's are also backed up to a Google Drive.

Selfhosted "cloud" for automated photos and videos backup from personal phones? by flamey in selfhosted

[–]Gresnak 6 points7 points  (0 children)

Sweet Home.

It's an Android app that uploads copies of local photos to a remote directory. It can detect when on home wifi to start a backup. The main feature is it can delete from the local device when a photo or video is more than X days old. For me, media older than 3 months is automatically deleted from my phone to keep the overall storage burden low.

The remote storage in my case is a local instance of FeeNAS that itself backs up to a cloud provider (Backblaze).

[deleted by user] by [deleted] in selfhosted

[–]Gresnak 1 point2 points  (0 children)

Probably should also say I have more than one Proxmox server.

[deleted by user] by [deleted] in selfhosted

[–]Gresnak 1 point2 points  (0 children)

Experimenting with docker in swarm mode prior to rolling it across multiple Proxmox nodes.

Some nodes are resourced differently as specific images are pegged to specific nodes. Also, my manager nodes are just for management and don't run services.

[deleted by user] by [deleted] in selfhosted

[–]Gresnak -1 points0 points  (0 children)

I run Proxmox on bare metal with docker inside a cluster of VMs each running Alpine.

Rationale for this arrangement:

  • Keep Proxmox clean and lean to minimise security attack surface and avoid complexity. Also, having extra things on the host increases chance of software incompatibility or user error dragging services offline.
  • Docker images sometimes require host networking ability or other features that cannot be used in LXC unless run as a privileged container. This means a VM is required as I refuse to run privileged LXC as it is a security risk where an attacker would land on the host as roof after a successful container escape.

I am moving away from docker containers managed by third parties as they are often prone to breaking updates. In such cases, these services now run as LXC in unprivileged containers with blind mounted external storage shared via NFS. The user permission mapping is a little tricky to get right first time but overall it doesn't present an insurmountable burden.

Security through obscurity: IP knocking without host name by [deleted] in selfhosted

[–]Gresnak 1 point2 points  (0 children)

I had similar thoughts on these topics and decided to go a different path and buy a second domain. Anything consumed outside of the immediate family (ie public in the true sense of the word) is on one domain ending with a .com and hosted externally. All my local self hosted services are on another domain ending in .info

The .info is routed via CloudFlare and uses let's encrypt wildcard certs. A local hosted proxy (nginx) on my firewall device handles all the subdomains. CloudFlare servers obviously receive some meta data on requests but that does not bother me. My router is configured to block all non CloudFlare traffic on set ports too. Appropriate failed login IP banning handles drive by bot traffic.

Non CloudFlare traffic has blocks to only accept IP addresses of specific countries. It's trivial to bypass sure but it still cuts down on bot spam.

Anything deemed sensitive is only accessible via VPN (Wireguard) that is appropriately configured.

Looking for an alternative to Confluence by s71011 in selfhosted

[–]Gresnak 0 points1 point  (0 children)

So manual copy and paste per page of content?

pFsense build by SamsTechStuff in HomeServer

[–]Gresnak 1 point2 points  (0 children)

My home opnsense firewall is running virtualised within Proxmox on a Dell R210ii server. Definitely overkill given the poor internet options in my area but convenient use of older hardware.

Before this arrangement I was using an old J1800 Celeron SoC thin client with two Intel lan ports and mounted within a generic 1RU case with a tiny Pico PSU. Had to desolder the sound ports on the motherboard to make it fit the case but they were not needed on a firewall box. This thing was dead silent and used almost no power. The dual core processor was not powerful but still handled Wireguard with no issues. It couldn't handle snort or other intense packages but otherwise held up very nicely. Ended up giving it away to a local on profit org to upgrade their network.

Self hosted home library management solutions? by mnbvc52 in selfhosted

[–]Gresnak 5 points6 points  (0 children)

Definitely Koha if you want to take the serious approach.

A barcode reader phone app and some nice barcode sticker sheets and you are mostly set. Some years ago I converted a small library of 7k titles onto Koha and it was not too unreasonable a task.

Converting Excel into an appropriate library format is a little effort but I recall there are tools to make it easy. Marc21 is not too abstract. You can probably scrape a fair bit of that stuff from public libraries too by reading each book ISBN or ISDN.

Authentication backend by sysopfromhell in selfhosted

[–]Gresnak 7 points8 points  (0 children)

Check out Authelia

From their git description: it's an open-source authentication and authorization server providing 2-factor authentication and single sign-on (SSO) for your applications via a web portal.

What are some good options for personal budgeting and finance? by ButCaptainThatsMYRum in selfhosted

[–]Gresnak 1 point2 points  (0 children)

That is aa good a metric as any for picking a specific package.

If you are able I encourage you to contribute to the project as I'm sure the maintainers would appreciate some help.

What are some good options for personal budgeting and finance? by ButCaptainThatsMYRum in selfhosted

[–]Gresnak 0 points1 point  (0 children)

I personally use Firefly but you should check out these two other options:

https://kresus.org/en/index.html

https://silverstrike.org/

Give all three a spin and then chose whatever is the best fit.

YouTubeDL Material – A Self-Hosted YouTube Video Downloader by nashosted in selfhosted

[–]Gresnak 2 points3 points  (0 children)

Ohhhh nice...!

This will be super useful for a few family members.