Browse Source

Remove installables

old
Weilbyte 5 years ago
parent
commit
b4ebb71aef
No known key found for this signature in database GPG Key ID: BB87B2C8A1468388
  1. BIN
      previews/containerView.png
  2. BIN
      previews/createCt.png
  3. BIN
      previews/dcView.png
  4. BIN
      previews/folderView.png
  5. BIN
      previews/nodeView.png
  6. 1
      previews/placeholder
  7. BIN
      previews/serverView.png
  8. BIN
      previews/serverViewOptions.png
  9. BIN
      previews/storageView.png
  10. BIN
      previews/tasks.png
  11. BIN
      previews/topView.png
  12. 50
      serverside/ddInstall.sh
  13. 32
      serverside/jsmod/5.4-3.sh
  14. 22013
      serverside/jsmod/5.4-3/charts.js
  15. 6757
      serverside/jsmod/5.4-3/proxmoxlib.js
  16. 38347
      serverside/jsmod/5.4-3/pvemanagerlib.js
  17. 32
      serverside/jsmod/6.0-4.sh
  18. 22013
      serverside/jsmod/6.0-4/charts.js
  19. 7357
      serverside/jsmod/6.0-4/proxmoxlib.js
  20. 39779
      serverside/jsmod/6.0-4/pvemanagerlib.js
  21. 36
      serverside/jsmod/6.1-3.sh
  22. 22013
      serverside/jsmod/6.1-3/charts.js

BIN
previews/containerView.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 151 KiB

BIN
previews/createCt.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

BIN
previews/dcView.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

BIN
previews/folderView.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

BIN
previews/nodeView.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 170 KiB

1
previews/placeholder

@ -1 +0,0 @@

BIN
previews/serverView.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

BIN
previews/serverViewOptions.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

BIN
previews/storageView.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

BIN
previews/tasks.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

BIN
previews/topView.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.5 KiB

50
serverside/ddInstall.sh

@ -1,50 +0,0 @@
#!/bin/bash
Say () {
printf "\e[1;34m $1 \e[0m \n";
}
DotSay () {
printf "[\e[1;34m*\e[0m] \e[1;34m $1 \e[0m \n";
}
Say '[PVE Discord Dark UI Theme Installer]'
Say 'Internet connection required to download files'
Say '>Press any key to begin installation'
read -p ""
Say ' '
DotSay 'Backing up index template file'
cp /usr/share/pve-manager/index.html.tpl /usr/share/pve-manager/index.html.tpl.bak
DotSay 'Applying stylesheet..'
echo "<link rel='stylesheet' type='text/css' href='/pve2/css/dd_style.css'>" >> /usr/share/pve-manager/index.html.tpl
cd /usr/share/pve-manager/css
wget -O dd_style.css https://raw.githubusercontent.com/Weilbyte/PVEDiscordDark/master/serverside/style.css &> /dev/null
DotSay 'Applied stylesheet!'
DotSay 'Downloading images..'
cd /usr/share/pve-manager/images
wget https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_cephblurp.png &> /dev/null
wget https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_cephwhite.png &> /dev/null
wget https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_icon-cpu.png &> /dev/null
wget https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_icon-hdd.png &> /dev/null
wget https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_icon-ram.png &> /dev/null
wget https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_icon-swap.png &> /dev/null
wget https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_icon-cd.png &> /dev/null
wget https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_icon-display.png &> /dev/null
wget https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_icon-network.png &> /dev/null
wget https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_icon-cloud.png &> /dev/null
wget https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_icon-serial.png &> /dev/null
wget https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_icon-usb.png &> /dev/null
wget https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_icon-pci.png &> /dev/null
wget https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_logo.png &> /dev/null
wget https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_mini-bottom.png &> /dev/null
wget https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_mini-top.png &> /dev/null
wget https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_readme &> /dev/null
wget https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_tool-sprites.png &> /dev/null
wget https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_trigger.png &> /dev/null
wget https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_loading.svg &> /dev/null
DotSay 'Downloaded images!'
Say ''
Say 'Installation finished!'
Say 'o7'

32
serverside/jsmod/5.4-3.sh

@ -1,32 +0,0 @@
#!/bin/bash
Say () {
printf "\e[1;34m $1 \e[0m \n";
}
DotSay () {
printf "[\e[1;34m*\e[0m] \e[1;34m $1 \e[0m \n";
}
Say '[PVE Discord Dark UI Theme JSMOD Installer]'
Say 'Internet connection REQUIRED.'
Say '!!ONLY FOR PVE 5.4-3!!'
Say '>Press any key to begin installation'
read -p ""
Say ' '
DotSay 'Backing up files'
cp /usr/share/pve-manager/js/pvemanagerlib.js /usr/share/pve-manager/js/pvemanagerlib.js.bak
cp /usr/share/javascript/extjs/charts.js /usr/share/javascript/extjs/charts.js.bak
cp /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js.bak
DotSay 'Replacing files with modded versions'
rm /usr/share/pve-manager/js/pvemanagerlib.js
wget https://raw.githubusercontent.com/Weilbyte/PVEDiscordDark/master/serverside/jsmod/5.4-3/pvemanagerlib.js -P /usr/share/pve-manager/js/ &> /dev/null
rm /usr/share/javascript/extjs/charts.js
wget https://raw.githubusercontent.com/Weilbyte/PVEDiscordDark/master/serverside/jsmod/5.4-3/charts.js -P /usr/share/javascript/extjs/ &> /dev/null
rm /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
wget https://raw.githubusercontent.com/Weilbyte/PVEDiscordDark/master/serverside/jsmod/5.4-3/proxmoxlib.js -P /usr/share/javascript/proxmox-widget-toolkit/ &> /dev/null
DotSay 'Applied successfully.'
Say ''
Say 'Installation finished!'
Say 'o7'

22013
serverside/jsmod/5.4-3/charts.js

File diff suppressed because it is too large

6757
serverside/jsmod/5.4-3/proxmoxlib.js

File diff suppressed because it is too large

38347
serverside/jsmod/5.4-3/pvemanagerlib.js

File diff suppressed because it is too large

32
serverside/jsmod/6.0-4.sh

@ -1,32 +0,0 @@
#!/bin/bash
Say () {
printf "\e[1;34m $1 \e[0m \n";
}
DotSay () {
printf "[\e[1;34m*\e[0m] \e[1;34m $1 \e[0m \n";
}
Say '[PVE Discord Dark UI Theme JSMOD Installer]'
Say 'Internet connection REQUIRED.'
Say '!!ONLY FOR PVE 6.0-4 - 6.1-x!!'
Say '>Press any key to begin installation'
read -p ""
Say ' '
DotSay 'Backing up files'
cp /usr/share/pve-manager/js/pvemanagerlib.js /usr/share/pve-manager/js/pvemanagerlib.js.bak
cp /usr/share/javascript/extjs/charts.js /usr/share/javascript/extjs/charts.js.bak
cp /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js.bak
DotSay 'Replacing files with modded versions'
rm /usr/share/pve-manager/js/pvemanagerlib.js
wget https://raw.githubusercontent.com/Weilbyte/PVEDiscordDark/master/serverside/jsmod/6.0-4/pvemanagerlib.js -P /usr/share/pve-manager/js/ &> /dev/null
rm /usr/share/javascript/extjs/charts.js
wget https://raw.githubusercontent.com/Weilbyte/PVEDiscordDark/master/serverside/jsmod/6.0-4/charts.js -P /usr/share/javascript/extjs/ &> /dev/null
rm /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
wget https://raw.githubusercontent.com/Weilbyte/PVEDiscordDark/master/serverside/jsmod/6.0-4/proxmoxlib.js -P /usr/share/javascript/proxmox-widget-toolkit/ &> /dev/null
DotSay 'Applied successfully.'
Say ''
Say 'Installation finished!'
Say 'o7'

22013
serverside/jsmod/6.0-4/charts.js

File diff suppressed because it is too large

7357
serverside/jsmod/6.0-4/proxmoxlib.js

File diff suppressed because it is too large

39779
serverside/jsmod/6.0-4/pvemanagerlib.js

File diff suppressed because it is too large

36
serverside/jsmod/6.1-3.sh

@ -1,36 +0,0 @@
#!/bin/bash
Say () {
printf "\e[1;34m $1 \e[0m \n";
}
DotSay () {
printf "[\e[1;34m*\e[0m] \e[1;34m $1 \e[0m \n";
}
Say '[PVE Discord Dark UI Theme JSMOD Installer]'
Say 'Internet connection REQUIRED.'
Say '!!ONLY FOR PVE 6.0-4 - 6.1-x!!'
Say '>Press any key to begin installation'
read -p ""
Say ' '
DotSay 'Backing up files'
cp /usr/share/pve-manager/js/pvemanagerlib.js /usr/share/pve-manager/js/pvemanagerlib.js.bak
cp /usr/share/javascript/extjs/charts.js /usr/share/javascript/extjs/charts.js.bak
cp /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js.bak
DotSay 'Modding files'
#replace white with #23272a
sed -i -e "s/'white'/'#23272a'/g" /usr/share/pve-manager/js/pvemanagerlib.js
#Proxmox changed nothing here to last version, so we can use it without modifications
rm /usr/share/javascript/extjs/charts.js
wget https://raw.githubusercontent.com/Weilbyte/PVEDiscordDark/master/serverside/jsmod/6.0-4/charts.js -P /usr/share/javascript/extjs/ &> /dev/null
sed -i -e "s/#c2ddf2/#7289DA/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
sed -i -e "s/#f5f5f5/#2C2F33/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
DotSay 'Applied patch successfully.'
Say ''
Say 'Installation finished!'
Say 'o7'

22013
serverside/jsmod/6.1-3/charts.js

File diff suppressed because it is too large
Loading…
Cancel
Save