kohs100 / dsm-amadeus

Custom login page for DSM 6.x

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dsm-amadeus

Custom login page CSS for DSM 6.x

Examples

  • Welcome text screenshot_text
  • No Welcome text screenshot_notext

How to install

  1. SSH into DSM
  2. Run following commands:
$ sudo -i
$ wget https://github.com/kohs100/dsm-amadeus/raw/main/install.sh
$ chmod +x install.sh
$ ./install.sh
  1. Set DSM theme background to amadeus-background.png from DSM control panel screenshot_theme

How to uninstall

  1. SSH into DSM
  2. Run following commands:
$ sudo -i
$ wget https://github.com/kohs100/dsm-amadeus/raw/main/uninstall.sh
$ chmod +x uninstall.sh
$ ./uninstall.sh

Credit

⚠️Caution⚠️

Tested only from DSM 6.2. Use at your own risk.

About

Custom login page for DSM 6.x


Languages

Language:CSS 99.3%Language:Shell 0.7%