New pages
Jump to navigation
Jump to search
- 13:07, 15 April 2025 SpectroCloud/PaletteBackup (hist | edit) [2,616 bytes] Ders (talk | contribs) (Created page with "= Palette Backup and Restore Tool = This tool provides full API-based backup and restore capabilities for a self-hosted SpectroCloud Palette instance. == Features == * Backup and restore via **Palette API** * Supports local user login or API token authentication * Backup includes: - Tenants - Projects - Users (with optional redaction) - Roles - SSH Keys - Cloud Accounts - Cluster Profiles - Git Repositories - Blueprints - Clusters (metadata) - Mar...")
- 19:28, 26 March 2025 DERs/Mealie (hist | edit) [509 bytes] Ders (talk | contribs) (Created page with "= Mealie Documentation = == Unlock Accounts == Shell into the mealie pod and run the following: python /opt/mealie/lib64/python3.12/site-packages/mealie/scripts/reset_locked_users.py == Change Account Password == Shell into the mealie pod and run the following: python /opt/mealie/lib64/python3.12/site-packages/mealie/scripts/change_password.py == Make an Account an Admin == Shell into the mealie pod and run the following: python /opt/mealie/lib64/python3.12/site-pac...")
- 15:12, 10 March 2025 SpectroCloud/AirGapEdgeISO (hist | edit) [8,807 bytes] Ders (talk | contribs) (Created page with "= Air-Gapped Edge ISO = == Prerequisites== === DER's Lab Specific === ####################################### # Build the ISO on the JUMPBOX Server # ####################################### ssh [email protected] sudo su - ############################## # Mount the VMware Datastore # ############################## echo "172.16.84.7:/data/hdd/0-ISOs /nfs/0-ISOs nfs defaults 0 0" >> /etc/fstab cat /etc/fstab mkdir -p /nfs/0-ISOs systemctl dae...")
- 17:20, 10 February 2025 DERs/MediaCMS (hist | edit) [189 bytes] Ders (talk | contribs) (Created page with "= Media CMS (YouDERs)= https://www.youtube.com/watch?v=MnvO2OMs5e4")
- 18:41, 6 February 2025 SpectroCloud/VertexHelmInstall (hist | edit) [7,305 bytes] Ders (talk | contribs) (Created page with "=VerteX Helm Install= == Prereqs == snap install helm == Prep the Helm Charts == mkdir -p vertex-helm cd vertex-helm cp /nfs/Download/charts.zip . unzip charts.zip # Variables export OCI_IMAGE_REGISTRY=harbor.dersllc.com export OCI_IMAGE_BASE=spectro-images export OCI_PACK_REGISTRY=harbor.dersllc.com export OCI_PACK_BASE=spectro-packs #export SC_VERSION='4.5.20' sed -i 's/us-docker.pkg.dev/$OCI_IMAGE_REGISTRY\/$OCI_IMAGE_BASE\/us-docker.pkg.dev/g' extra...")
- 20:04, 3 February 2025 SpectroCloud/RaspberryPiEdgePrep (hist | edit) [6,338 bytes] Ders (talk | contribs) (Created page with "== Prepare Environment == ################################## # Setup NFS Mount (NOT REQUIRED) # ################################## apt update -y apt install nfs-common -y snap install oras --classic snap install docker snap install k9s echo "172.16.85.15:/Download /nfs/Download nfs vers=4.0 0 0" >> /etc/fstab systemctl daemon-reload mkdir -p /nfs/Download mount -a")
- 18:52, 17 January 2025 SpectroCloud/Packs (hist | edit) [1,268 bytes] Ders (talk | contribs) (Created page with "=Packs= === Build and Push Pack === export PACK_NAME='mediacms-k8s' export PACK_VERSION='4.2.0' git clone https://ders-gitlab.dersllc.com/ders/spectro-sa.git cd spectro-sa/packs/ tar -zcvf $PACK_NAME-$PACK_VERSION.tar.tgz $PACK_NAME-$PACK_VERSION/ oras push harbor.dersllc.com/spectro-packs/spectro-packs/archive/$PACK_NAME:$PACK_VERSION $PACK_NAME-$PACK_VERSION.tar.tgz cd ../.. rm -rf spectro-sa/")