Simple_Homelab2                                                          
***   Proxmox  
  Ver   Simple_Homelab2  
  1/31/24                                                          
   
  Proxmox Proxmox Tutorial
  shell T5 Rclone SMB Mount Rclone SMB Mount on Ubuntu/LXC -  The Power of Caching SimpleHomeLab  (Website)      
  Dashboard Mounting remote folders on Ubuntu ie  SMB, NFS Home Blog Videos Deployrr Geek Army Search
  Helper_Scripts Playlists:
  Podman Rclone preferred way of mounting remote folders. Unprivileged LXC's do not allow mounting SMB and NFS Ultimate Docer Server
  Simple Homelab Awesome app that allows mounting several different remote folders on your system. Traefik Master Class
  glossary Promox Tutorials
    101 (ubuntu 24.04)  > Options > Features > Edit : keyctl: X T1 Install Proxmox on Mini PC + 3 Useful Tips 
    FUSE: X T2 Proxmox iGPU Node Passthrough for Plex/Jellyfin HW Transcoding HW Transcoding QuickSync VAAPI Plex, Jellyfin & Emby
    OK T3 Proxmox LXC Network Device Node Passthrough OpenVPN Wireguard Gluetun Docker
    X T4 Increase Proxmox Virtual Machine Disk Size - Linux & Windows Guests
    101 (ubuntu 24.04)  > Resources >  Add >  Mount Point:
X T5 Rclone SMB Mount on Ubuntu/LXC - ??The Power of Caching Rclone Samba
    X T6 Docker on Proxmox LXC ?? Zero Bloat and Pure Performance!
   
   
   
   
   
    Docker    Podman  https://www.simplehomelab.com/docker-to-podman-migration-guide/
   
    Podman   vs   Docker https://www.simplehomelab.com/podman-vs-docker/
   
    Deployarr 5 Walkthrough: Step-by-Step Docker Homelab Setup https://www.youtube.com/watch?v=rdqbAr0TFnQ
        previously auto-traefik 1:21 Part Auto-Traefik
    1 Intro, Overview, New Features
    2-3 Must Read Info and Checks
    4 Docker and Socket Proxy Setup
    5 Traefik Staging and Production Setup
       Shutdown > Reboot 6 Authentication, Basic Auth, Authelia MFA
    $ sudu apt install fuse3 7 Installing Applications (Portainer, Dozzle, Uptime-Kuma, etc. )
    $ sudu nano /etc/fuse.conf enable: user_allow_other (remove the # character) 8 Adding Additional Apps to the Stack
    9 Putting External Apps behind Traefik
   
    Install Rclone $ sudo -v ; curl https://rclone.org/install.sh | sudo bash
    $ cd .config
    $ mkdir .config
    $ cd .config
    $ mkdir rclone
    $ cd rclone
    $ touch rclone.conf /home/mdh/.config/rclone/rclone.conf
    8:24 $ rclone config
    n       nas_smb
    storage 47     SMB / CIFS
    host 192.168.0.17
    user mdh
    port  <enter> (default)
    psswd?   y mdh
   
    10:10  now, need to mount it.
    $ cd /media /media/rclone/unraid
    $ ls /media/rclone/ds918
    $ sudo mkdir rclone data   data2   home   homes   proxmox   video   zdata
    $ cd rclone /media/rclone/ds919/data
    $ sudo mkdir unraid #recycle'   '#snapshot'   backups   downloads   media   mnt   obs   stuffs
    $ cd ..
   
    11:18 change permissions on folders
    $ sudo chown -R mdh: *
   
    12:54
   
    15:03 mount and test
    15:44 $ cd  /etc/systemd/system
    $ sudo nano rclone-unraid.service /etc/systemd/system/rclone-unraid.service
    $ sudo systemctl status rclone-unraid.service
    $ sudo systemctl start rclone-unraid.service Manually start the service
    $ sudo systemctl stop rclone-unraid.service
    $ sudo systemctl enable rclone-unraid.service enable for Auto-start at boot time
    $
    $ sudo systemctl daemon-reload rclone-unraid.service changed on disk. Run 'systemctl daemon-reload' to reload units
    $ journalctl -xeu rclone-unraid.service
    $ cat  ~/.config/rclone/rclone-unraid.log
    $
    $ cd /media/rclone/unraid
    $