Skip to content

Instantly share code, notes, and snippets.

View noahbleau's full-sized avatar

Noah Bleau noahbleau

  • Québec, Canada
  • 20:57 (UTC -04:00)
View GitHub Profile
@noahbleau
noahbleau / edit-ddns-domains.md
Last active April 24, 2026 21:02
Domains dialog for Cloudflare-DDNS from Proxmox Community Scripts

Domains dialog for Cloudflare-DDNS from Proxmox Community Scripts

Capture d’écran 2026-04-02 113136

Follow this script for installing the LXC : https://community-scripts.org/scripts/cloudflare-ddns
Do the setup as you would normally, add your api-key, at least 1 domain and the questions after.

If everything went well, this file should be available /etc/systemd/system/cloudflare-ddns.service

Download the file from this gist with wget https://gist.githubusercontent.com/noahbleau/bfc19ed738829b2a55adbfd502266037/raw/edit-ddns-domains.sh or create the file with the name of your choice (ex.: edit-ddns-domains.sh) with nano or your favorite editor and add the following:

@noahbleau
noahbleau / INSTRUCTIONS.md
Created October 22, 2025 15:28
Simple Organizer in Python for your series! (Made by ChatGPT)

🎬 Series Organizer Instructions

This folder contains two Python scripts that automatically organize your TV show files into clean folders, ready for your media library.

📁 Folder Structure Example

/DIRECTORY
├── organizeFlixtor.py
├── organizeFormated.py
@noahbleau
noahbleau / gist:21726cd28231dbdf726e62881ab12cd1
Last active August 10, 2025 01:20
ProxmoxVE 7 : Remove Local-LVM and Increase Storage

ProxmoxVE 7 : Remove Local-LVM and Increase Storage

  1. Remove local-lvm : Datacenter > Storage > local-lvm

  2. Access the shell : Datacenter > node > Shell

    a) lvremove /dev/pve/data

    b) lvresize -l +100%FREE /dev/pve/root