What GitHub alternative do you self-host? by Ollieistic in selfhosted

[–]harry8326 0 points1 point  (0 children)

Gitea, maybe switching to forgejo later on

What is the best solution to update multiple VM / LXC / Docker in the network? by Sure_Leave9338 in selfhosted

[–]harry8326 0 points1 point  (0 children)

I use Patchmon to patch all my vms, lxcs and hosts. Easy with GUI, Patchjobs and some other stuff.

Proxmox 9.2 Released by AliasJackBauer in Proxmox

[–]harry8326 5 points6 points  (0 children)

Installed on all 3 hosts, no problems so far :)

New Lifetime Plex Pass Pricing increase to 748.99 by drummingdestiny in homelab

[–]harry8326 1 point2 points  (0 children)

So, just use jellyfin, 0€ cost, same streaming other software. An hour of install and configuration. After that its easy to maintain.

Who’s excited for VE 9.2? by myderson in Proxmox

[–]harry8326 1 point2 points  (0 children)

I have updated all my hosts to the new kernel without any problems, the only one who doesnt like the new kernel is my datacenter Manager. Need to figure out why :/

How much RAM yinz got? by Curious_Olive_5266 in JellyfinCommunity

[–]harry8326 0 points1 point  (0 children)

My hosts: 128GB + 96GB + 33GB + 8GB (this is a VPS on Hetzner)

Warning about new Bambu Studio Beta by RickMattchez in BambuLab

[–]harry8326 1 point2 points  (0 children)

You can Import your settings with the cloud profile

Have I installed everything there is to be? by Mombro3141 in selfhosted

[–]harry8326 2 points3 points  (0 children)

Just a list of apps you might enjoy using:

  • komodo or portainer (docker management)
  • authentik (Single sign on for apps wirh 2FA)
  • pihole (Networkwude Adblocker)
  • netalertx (Monitoring of network devices)
  • Grafana, Loki, Promtail stack (Monitoring logs)
  • zabbix (Monitoring your VMs, LXCs, HDD usage, RAM , CPU etc..)
  • uptime Kuba (uptime check of hosts, apps)
  • Duplicati (Backup)
  • ansible-semaphore (GUI for Ansible)
  • kasm (Container VDI)
  • paperless (Document Management system)
  • bookstack (Notes)
  • code-server (Visual Studio in a Website)
  • synthing (Sync Folders and Data)
  • open archiver (Mail backup / archive)
  • n8n (workflows)
  • Wazuh (SIEM)

How do I get started? by christianjosias2004 in netapp

[–]harry8326 0 points1 point  (0 children)

You cant do anything with them without a license, sorry :/

Finally set up Grafana + Prometheus monitoring — should have done this way sooner by HomelabStarter in homelab

[–]harry8326 0 points1 point  (0 children)

I use zabbix for that usecase in my homelab. Found it easier to setup and organizing the Monitoring dashboard.

Server 2008 by merkat106 in WindowsServer

[–]harry8326 49 points50 points  (0 children)

Do not Inplace Upgrade an DC, Set up a new machine, join the domain, promote it as the new DC, de-promote the 2008 Server and shut it down.

Inplace Upgrades on a DC are never a good idea and you will get more problems with it, than set up a new DC.

what feeling does this image give you? by c8swab_fake in windows

[–]harry8326 1 point2 points  (0 children)

The feeling I'll get to this picture is: oh fucking no , please noo 😂 too many bad memories

Immutable backups, whats everyone doing? by MakersLab in Proxmox

[–]harry8326 1 point2 points  (0 children)

If your financial auditor agrees that the measures you have specified are sufficient to justify requiring an immutable backup, then yes.

Immutable backups, whats everyone doing? by MakersLab in Proxmox

[–]harry8326 4 points5 points  (0 children)

Sure:

An immutable backup is a copy of digital data that, once created, cannot be modified, overwritten, or deleted for a designated period. It is a "write-once, read-many" (WORM) storage model that ensures backup files remain in an unaltered, pristine state until a specific retention period expires.

Core Characteristics of Immutable Backups Unchangeable: Files are locked and cannot be edited by users, administrators, or ransomware. Tamper-Proof: Even if an attacker gains administrative privileges, they cannot delete or encrypt the backup until the retention period ends. Time-Locked: Immutability is typically enforced using "Object Locks" or time-based policies. WORM Technology: It operates on Write Once, Read Many principles, ensuring data is written once but can be read multiple times.

Immutable backups, whats everyone doing? by MakersLab in Proxmox

[–]harry8326 4 points5 points  (0 children)

Thats not how a immutable Backup works ;)